aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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