Package: pbuilder
Version: 0.189
Severity: normal

I tried /usr/share/doc/pbuilder/examples/rebuild and noticed that some 
packages failed due to download problems. A package was for example ack and 
the log shows following:

dget: curl ack_1.3.2.2-2.dsc 
http://ftp.at.debian.org/debian/pool/main/a/acepack/ack_1.3.2.2-2.dsc failed

Problem is that grep-dctrl is used incorrect. Please change it from

G=$(grep-dctrl -S -n -s Directory,Version $PACKAGE ../../Sources)

to

G=$(grep-dctrl -S -n -s Directory,Version -r ^$PACKAGE\$ ../../Sources)

or a more sane version of it.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to