aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-17 19:20:36 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-06-17 19:20:36 +0000
commit935740912f47d9dc9f0ea337a3a11cc5f0a9e988 (patch)
tree0fd2fd3d49de3227f4eb112a142723571af351d2
parent1f2f0398d2034847f54841234ca5e3cc9271816e (diff)
downloadpbuilder-935740912f47d9dc9f0ea337a3a11cc5f0a9e988.tar
pbuilder-935740912f47d9dc9f0ea337a3a11cc5f0a9e988.tar.gz
import 0.125+nmu2
-rw-r--r--debian/changelog6
-rwxr-xr-xpbuilder-buildpackage2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 87fa4e4..aa5296a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pbuilder (0.215+nmu2) unstable; urgency=low
+
+ * Fix missing space, thanks gregoa for spotting (Closes: #753690)
+
+ -- Thorsten Glaser <tg@mirbsd.de> Fri, 04 Jul 2014 13:20:42 +0200
+
pbuilder (0.215+nmu1) unstable; urgency=low
[ Ivo De Decker ]
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 81d8d4e..2158cbe 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -115,7 +115,7 @@ recover_aptcache
createbuilduser
CCACHE_ENV=
setup_ccache
-SUTOUSER=${SUTOUSER/ env / env $CCACHE_ENV}
+SUTOUSER=${SUTOUSER/ env / env $CCACHE_ENV }
log "I: Installing the build-deps"
executehooks "D"
trap saveaptcache_umountproc_cleanbuildplace_trap exit sighup sigpipe