tags 666383 + patch
thanks

Hi 

This FTBFS seems to be build-arch target related. I have prepared a
NMU for distcc (versioned as 3.1-4.3) but not yet uploaded. Patch is
attached.

Regards,
Salvatore
diff -u distcc-3.1/debian/changelog distcc-3.1/debian/changelog
--- distcc-3.1/debian/changelog
+++ distcc-3.1/debian/changelog
@@ -1,3 +1,12 @@
+distcc (3.1-4.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update use of build-arch and build-indep targets in debian/rules to
+    fix FTBFS: "FTBFS: mkdir: cannot create directory `/etc/distcc':
+    Permission denied" (Closes: #666383)
+
+ -- Salvatore Bonaccorso <car...@debian.org>  Sun, 29 Apr 2012 15:25:01 +0200
+
 distcc (3.1-4.2) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -499,7 +508,7 @@
     number).
 
   * Fix purge when there's no distccd user.
-	
+        
   * Note: (Moved out of copyright file).  This package was debianized
     by Paul Russell <pruss...@debian.org> on Fri, 12 Jul 2002 02:28:34
     +0200.  It was downloaded from http://distcc.samba.org. Upstream
@@ -513,7 +522,7 @@
 
   * Don't use debhelper to add to prerm etc, since it creates /usr/doc
     symlink which lintian warns about.
-	
+        
  -- Paul Russell <pruss...@debian.org>  Mon,  4 Nov 2002 00:50:52 +0100
 
 distcc (0.6-5) unstable; urgency=high
@@ -550 +558,0 @@
-
diff -u distcc-3.1/debian/rules distcc-3.1/debian/rules
--- distcc-3.1/debian/rules
+++ distcc-3.1/debian/rules
@@ -48,16 +48,16 @@
 				PYTHON=$(shell which `pyversions -d`)
 
 #Architecture 
-build: patch-stamp build-arch build-indep
+build: build-arch build-indep
 
-build-arch: build-arch-stamp
+build-arch: patch-stamp build-arch-stamp
 build-arch-stamp:  config.status
 
 	# Add here commands to compile the arch part of the package.
 	cd $(CURDIR)/source && $(MAKE)
 	touch build-arch-stamp
 
-build-indep: build-indep-stamp
+build-indep: patch-stamp build-indep-stamp
 build-indep-stamp:  config.status
 
 	# Add here commands to compile the indep part of the package.

Attachment: signature.asc
Description: Digital signature

Reply via email to