Bug#755441: (no subject)
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Sun Jul 20 20:05:58 UTC 2014
Package: pbuilder
Version: 0.215+nmu3
Severity: wishlist
tags:patch
Pbuilder now by default adds an extra "/" to the build path, like this output:
[snip]
/var/cache/pbuilder/build//6836
[snip]
the following patch should fix this issue
diff -Nru pbuilder-0.215+nmu3/debian/changelog pbuilder-0.215+nmu4/debian/changelog
--- pbuilder-0.215+nmu3/debian/changelog 2014-07-11 19:57:49.000000000 +0200
+++ pbuilder-0.215+nmu4/debian/changelog 2014-07-20 13:36:17.000000000 +0200
@@ -1,3 +1,9 @@
+pbuilder (0.215+nmu4) unstable; urgency=medium
+
+ * Fix spurious extra / in build place
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Sun, 20 Jul 2014 13:35:58 +0200
+
pbuilder (0.215+nmu3) unstable; urgency=low
* Non-maintainer upload.
diff -Nru pbuilder-0.215+nmu3/pbuilder-checkparams pbuilder-0.215+nmu4/pbuilder-checkparams
--- pbuilder-0.215+nmu3/pbuilder-checkparams 2012-03-08 23:54:41.000000000 +0100
+++ pbuilder-0.215+nmu4/pbuilder-checkparams 2014-07-20 13:35:51.000000000 +0200
@@ -279,7 +279,7 @@
# the default is to add a PID in the buildplace specified in the config file.
BASEBUILDPLACE="$BUILDPLACE"
if [ "${INTERNAL_BUILD_UML}" != "yes" -a "${PRESERVE_BUILDPLACE}" != "yes" ]; then
- BUILDPLACE="$BUILDPLACE/$$"
+ BUILDPLACE="$BUILDPLACE$$"
fi
if [ -z "${CHROOTEXEC}" ]; then
CHROOTEXEC="chroot $BUILDPLACE "
Gianfranco
More information about the Pbuilder-maint
mailing list