[Pkg-javascript-commits] [ltx] 75/80: Tidy rules file: Suppress versioned debhelper build-dependency.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:50:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 0f0d908b05de8c6b6e587831e124d0dd50900e9e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 28 11:40:39 2016 +0100

    Tidy rules file: Suppress versioned debhelper build-dependency.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 35c4390..d2baff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,10 @@ CDBS_ENHANCES_$(pkg) = browserify
 DEB_UPSTREAM_URL = https://github.com/node-xmpp/ltx/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
+
 # TODO: Simply do "vows --spec" when upstream issue#6 is solved
 build/$(pkg)::
 	$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,find test -type f -name '*.js' -not -name parse-test.js -exec vows '{}' +)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list