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

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Apr 5 14:58:01 UTC 2010


The following commit has been merged in the master branch:
commit 605d6cbbfe7a330991a88cb71e63b15e7316a18e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Apr 5 16:54:17 2010 +0200

    Unpatch as last clean target to please both git-buildpackage and source format 3.0 (quilt)

diff --git a/debian/rules b/debian/rules
index 1db2b14..3c76f4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,3 +68,12 @@ binary-post-install/libjack0::
 
 #common-binary-post-install-arch::
 #        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
+CDBS_BUILD_DEPENDS += , quilt
+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)
+
+# NB! Do not add rules below this point: above unpatching must be last!

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



More information about the pkg-multimedia-commits mailing list