[SCM] toonloop/master: Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and supprress related build-dependencies.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Oct 16 11:04:02 UTC 2010


The following commit has been merged in the master branch:
commit 5cc7b3e257cafd64b1e1db0cda6149ed01540f5e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 16 12:08:00 2010 +0200

    Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and supprress related build-dependencies.

diff --git a/debian/rules b/debian/rules
index b5f03ab..bb74f51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
+-include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+# Suppress optional build-dependencies
+CDBS_BUILD_DEPENDS_rules_upstream-tarball =
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+
 DEB_UPSTREAM_URL = http://tarballs.quessy.net
 
 DEB_MAKE_CHECK_TARGET = check

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list