[SCM] jackd2/master: Fix relax inclusion of CDBS snippet utils.mk: only required when in DEB_MAINTAINER_MODE; not wanted in backports to Debian stable.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 17 07:49:45 UTC 2010


The following commit has been merged in the master branch:
commit ac8f603c1a326a2e28ddbbc46d6dd6f37e3ac60e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 17 09:48:21 2010 +0200

    Fix relax inclusion of CDBS snippet utils.mk: only required when in DEB_MAINTAINER_MODE; not wanted in backports to Debian stable.

diff --git a/debian/rules b/debian/rules
index 4506f7e..cf266a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
-include /usr/share/cdbs/1/rules/utils.mk
+-include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list