gregor herrmann dixit:

>ccache: failed to create /var/cache/pbuilder/ccacheLD_PRELOAD= (Permission 
>denied)

Oops, my apologies. Yes, there was clearly a space missing
in the substitution. I’ve uploaded the attached patch as followup
(to fix what I broke).

bye,
//mirabilos
-- 
21:27⎜[Natureshadow] BÄH! Wer hatn das Bier neben den Notebooklüfter
     ⎜    gestellt ... Das ist ja warm!
21:27⎜>Natureshadow< lol                         21:27⎜>Natureshadow< du?
21:27⎜[Natureshadow] vermutlich ...   -- Kev^WNatureshadow allein zu Haus
diff -Nru pbuilder-0.215+nmu1/debian/changelog 
pbuilder-0.215+nmu2/debian/changelog
--- pbuilder-0.215+nmu1/debian/changelog        2014-06-23 15:38:36.000000000 
+0200
+++ pbuilder-0.215+nmu2/debian/changelog        2014-07-04 13:21:10.000000000 
+0200
@@ -1,3 +1,9 @@
+pbuilder (0.215+nmu2) unstable; urgency=low
+
+  * Fix missing space, thanks gregoa for spotting (Closes: #753690)
+
+ -- Thorsten Glaser <t...@mirbsd.de>  Fri, 04 Jul 2014 13:20:42 +0200
+
 pbuilder (0.215+nmu1) unstable; urgency=low
 
   [ Ivo De Decker ]
diff -Nru pbuilder-0.215+nmu1/pbuilder-buildpackage 
pbuilder-0.215+nmu2/pbuilder-buildpackage
--- pbuilder-0.215+nmu1/pbuilder-buildpackage   2014-06-23 15:37:33.000000000 
+0200
+++ pbuilder-0.215+nmu2/pbuilder-buildpackage   2014-07-04 13:20:38.000000000 
+0200
@@ -115,7 +115,7 @@
 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

Reply via email to