[SCM] morituri/master: Tidy rules file: Suppress versioned debhelper build-dependency.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Nov 29 17:51:03 UTC 2015


The following commit has been merged in the master branch:
commit b8919b2a374eef41376ef4234f665cd7076c60af
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Nov 29 17:41:42 2015 +0100

    Tidy rules file: Suppress versioned debhelper build-dependency.

diff --git a/debian/rules b/debian/rules
index 1d41f87..d941908 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,10 @@ DEB_UPSTREAM_URL = http://thomas.apestaart.org/download/$(DEB_UPSTREAM_PACKAGE)
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 DEB_UPSTREAM_TARBALL_MD5 = 0766778054ff9fbb98effd08130c7e98
 
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
 DEB_MAKE_CHECK_TARGET = check
 # relax testing when targeted experimental suite
 DEB_MAKE_CHECK_TARGET += $(if $(shell dpkg-parsechangelog | grep -Fx 'Distribution: experimental'),|| true)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list