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

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Mar 7 13:10:55 UTC 2016


The following commit has been merged in the master branch:
commit 1e6a26fe3ca9613c507a4cb0163a4180eaff7af5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Mar 7 13:53:10 2016 +0100

    Tidy rules file: Suppress versioned debhelper build-dependency.

diff --git a/debian/rules b/debian/rules
index a1c94cc..a7af5d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ pkg = $(DEB_SOURCE_PACKAGE)
 DEB_UPSTREAM_URL = https://github.com/jliljebl/flowblade/archive
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
 
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list