[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.4+svn3842-2-249-gf04a82d

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Apr 5 16:26:17 UTC 2010


The following commit has been merged in the master branch:
commit f04a82df4c6f75db9790f0e93ddbc00ccdbad048
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Apr 5 18:25:13 2010 +0200

    Avoid parallel builds, as that may break order of clean:: targets required for unpatch rule.

diff --git a/debian/rules b/debian/rules
index 3c76f4a..70a2f70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,8 +70,10 @@ binary-post-install/libjack0::
 #        ln -s jackdmp debian/jackdmp/usr/bin/jackd
 
 # unpatch to please both git-buildpackage and source format 3.0 (quilt)
-# set DEB_MAINTAINER_MODE=1 to handle unpatching manually
+#  * Avoid parallel builds, as that may break order of clean:: targets
+#  * set DEB_MAINTAINER_MODE=1 to handle unpatching manually
 CDBS_BUILD_DEPENDS += , quilt
+DEB_PARALLEL_JOBS = 1
 clean::
 	$(if $(DEB_MAINTAINER_MODE),,[ ! -d .pc ] || [ ! -f .pc/applied-patches ] || QUILT_PATCHES=debian/patches quilt pop -a)
 	$(if $(DEB_MAINTAINER_MODE),,[ ! -d .pc ] || [ -f .pc/* ] || rm -rf .pc)

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list