Codebase list debian-goodies / 876f699
Imported Debian version 0.47 Javier Fernandez-Sanguino 12 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3838 version=`echo $version | sed -ne '$s/^.*: \(.*\).*$/\1/p'`
3939 echo "($pkgspec -> $version)"
4040 done
41 aptdata=$(apt-get -q2 --print-uris --reinstall install "$pkgspec" 2>/dev/null | tail -1)
41 aptdata=$(apt-get -q2 --print-uris --reinstall install "$pkgspec" 2>/dev/null | head -1)
4242 if [ -z "$aptdata" ] ; then
4343 echo "ERROR: No APT data returned for '$pkgspec'. Sorry."
4444 echo "This is probably because the package is in the local apt cache"
0 debian-goodies (0.47) unstable; urgency=low
1
2 * debget: use 'head' instead of 'tail' when using apt-get --print-uris to
3 get the first occurence of a package. This makes it properly download
4 -data packages instead of the (Closes: #491588)
5
6 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Mon, 21 Jul 2008 22:46:37 +0200
7
08 debian-goodies (0.46) unstable; urgency=low
19
210 * Add call to dh_installexamples in debian/rules