Bug#553607: [pbuilder] rebuild/buildall tries to download with acepack when building ack

Peter Fritzsche peter.fritzsche at gmx.de
Sun Nov 1 12:38:11 UTC 2009


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.





More information about the Pbuilder-maint mailing list