Sample Header Ad - 728x90

How to inspect local dsc package (need to check 'section', 'priority')

1 vote
1 answer
587 views
I am managing repository with a with reprepro. Sometimes I need to upload source packages to the repo. For several packages reprepro asks for additional information: $ reprepro -b /srv/reprepro/ubuntu/ includedsc utopic /tmp/packages/buildenv_cocaine_04.03.2015-11.50/blackhole_0.2.3-1.dsc No section and no priority for 'blackhole', skipping. However, the *binary* package contains all I need: # dpkg -I /tmp/packages/buildenv_cocaine_04.03.2015-11.50/blackhole-dev_0.2.3-1_amd64.deb | grep -i "section\|priority" Section: libdevel Priority: extra I guess that's a bug in a reprepro, so I would like to implement a workaround that could check the missing sections automatically. Which utility can I use in order to inspect *source* package?
Asked by Vitaly Isaev (621 rep)
Mar 4, 2015, 02:38 PM
Last activity: Mar 4, 2015, 03:04 PM