[SCM] csound packaging branch, master, updated. debian/5.11.1.dfsg-4-43-g10330d3

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Apr 14 12:55:33 UTC 2010


The following commit has been merged in the master branch:
commit 34762b1776a35a6cf32ab1b2b6786a60af9e249f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 14 14:29:25 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 6735bde..0c56cfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -366,3 +366,12 @@ CDBS_BUILD_DEPENDS += , \
 	doxygen, \
 	graphviz, \
 	ttf-dejavu
+
+# 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!

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list