[Pbuilder-maint] Bug#342451: pbuilder-buildpackage-funcs: missing "install" on apt-get line

Henrique de Moraes Holschuh hmh at debian.org
Wed Dec 7 14:31:16 UTC 2005


Package: pbuilder
Version: 0.140
Severity: important

See attached patch, it is an obviously correct one-line fix.  Without it,
pbuilder won't work when EXTRAPACKAGES is not empty.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3-debian4+bluesmoke+atapassthru+lm85
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages pbuilder depends on:
ii  cdebootstrap                  0.3.9      Bootstrap a Debian system
ii  coreutils                     5.93-5     The GNU core utilities
ii  debianutils                   2.15.1     Miscellaneous utilities specific t
ii  debootstrap                   0.3.3      Bootstrap a basic Debian system
ii  gcc                           4:4.0.2-1  The GNU C compiler
ii  wget                          1.10.2-1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts                    2.9.10     Scripts to make the life of a Debi
ii  fakeroot                      1.5.5      Gives a fake root environment
ii  sudo                          1.6.8p9-3  Provide limited super user privile

-- no debconf information

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh
-------------- next part --------------
--- pbuilder-buildpackage-funcs.orig	2005-12-07 12:30:30.301625633 -0200
+++ pbuilder-buildpackage-funcs	2005-12-07 12:30:40.891320907 -0200
@@ -50,7 +50,7 @@
     fi
     # install extra packages to the chroot
     if [ -n "$EXTRAPACKAGES" ]; then 
-	$CHROOTEXEC usr/bin/apt-get -y --force-yes ${EXTRAPACKAGES}
+	$CHROOTEXEC usr/bin/apt-get -y --force-yes install ${EXTRAPACKAGES}
     fi
 }
 


More information about the Pbuilder-maint mailing list