[SCM] jack-audio-connection-kit/master: Depend on debhelper (>= 8.1.3) and cdbs (0.4.93~)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Sep 6 15:17:53 UTC 2011


The following commit has been merged in the master branch:
commit 58097f2c1f833827d1a405f4ff7bff648940839e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Aug 26 19:34:19 2011 +0200

    Depend on debhelper (>= 8.1.3) and cdbs (0.4.93~)
    
    Multiarch requires at least dh 8.1.3 and cdbs (0.4.93~).
    
    Until cdbs can figure this out on its own, we have to explicitly require
    this version.

diff --git a/debian/rules b/debian/rules
index 0908eaa..eb2d16e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
+# Explicitly require these versions until cdbs knows about multiarch
+CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~),\
+					  debhelper (>= 8.1.3)
+
 DEB_UPSTREAM_PACKAGE = jack-audio-connection-kit
 DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/\+.*//
 DEB_UPSTREAM_URL = http://jackaudio.org/downloads

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



More information about the pkg-multimedia-commits mailing list