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

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Feb 22 09:44:15 UTC 2016


The following commit has been merged in the master branch:
commit 6be5fff125ce3209616d53ce569c98183b2a9890
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 21 14:51:12 2016 +0100

    Tidy rules file: Suppress versioned debhelper build-dependency.

diff --git a/debian/rules b/debian/rules
index 327e742..b0e3dce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,10 @@ docdir = /usr/share/doc/$(pkg)
 DEB_UPSTREAM_URL = https://github.com/calf-studio-gear/calf/archive
 DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
 
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
 # Needed by upstream build process
 libdev-deps = glib2.0 gtk2.0 readline expat1 jack fftw3 fluidsynth cairo2
 deps = $(patsubst %,$(comma) lib%-dev,$(libdev-deps))

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list