[Pkg-javascript-commits] [json-js] 80/85: Tidy rules file: Suppress versioned debhelper build-dependency.
Jonas Smedegaard
dr at jones.dk
Mon Mar 14 10:39:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository json-js.
commit 7ecd877cae19d5e236fb5691b79c187c72db1afa
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Mar 14 04:36:12 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 4491b28..45d5c22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,10 @@ DEB_UPSTREAM_URL = https://github.com/douglascrockford/JSON-js/archive
# FIXME: when tagged upstream change to v$(DEB_UPSTREAM_TARBALL_VERSION)
DEB_UPSTREAM_TARBALL_BASENAME = 43d783
+# Build-depend unversioned on debhelper
+# TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
js-basedir =
js-stems = $(basename $(wildcard $(js-basedir)*.js))
js-min = $(js-stems:$(js-basedir)%=debian/%.min.js)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/json-js.git
More information about the Pkg-javascript-commits
mailing list