Patch would be very welcome. If you can get it working I'd love to apply it.
At Sun, 1 Nov 2009 13:38:11 +0100, Peter Fritzsche wrote: > > 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. > > > > _______________________________________________ > Pbuilder-maint mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pbuilder-maint > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

