Package: pbuilder
Version: 0.121
Severity: normal
Tags: patch

pdebuild is dropping arguments like --basetgz and --distribution when 
calling pbuilder. the attached pach fixes this for for my case, 
but perhaps not all cases.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages pbuilder depends on:
ii  coreutils                     5.2.1-2    The GNU core utilities
ii  debianutils                   2.8.4      Miscellaneous utilities specific t
ii  debootstrap                   0.2.45     Bootstrap a basic Debian system
ii  gcc                           4:3.3.4-2  The GNU C compiler
ii  wget                          1.9.1-8    retrieves files from the web

-- no debconf information
--- /home/mbaehr/pdebuild.orig  2005-01-04 04:38:19.000000000 +0100
+++ /usr/bin/pdebuild   2005-02-02 05:53:36.000000000 +0100
@@ -40,7 +40,7 @@
        echo "W: Unmet build-dependency in source"
     fi
     echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" 
| /bin/bash
-    ${PBUILDERROOTCMD} pbuilder build "$@" [EMAIL PROTECTED]/#/--configfile } 
--buildresult "${BUILDRESULT}"  --debbuildopts "${DEBBUILDOPTS}" 
../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
+    ${PBUILDERROOTCMD} pbuilder build "$@" [EMAIL PROTECTED]/#/--configfile } 
--buildresult "${BUILDRESULT}" --distribution ${DISTRIBUTION} --basetgz 
"${BASETGZ}" --debbuildopts "${DEBBUILDOPTS}" 
../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
 fi
 
 if [ "${AUTO_DEBSIGN}" = "yes" ]; then

Reply via email to