[Pkg-javascript-commits] [uglifyjs] 01/03: add mocha to build deps
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Dec 1 17:34:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository uglifyjs.
commit 896a415d20e694594590325383e4096a8185bbda
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Dec 1 21:33:27 2016 +0530
add mocha to build deps
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c81dc61..a5deaf6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: cdbs,
dh-buildinfo,
node-async (>= 0.2.6),
node-yargs,
- help2man
+ help2man,
+ mocha
Standards-Version: 3.9.8
Homepage: http://lisperator.net/uglifyjs/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/uglifyjs.git
diff --git a/debian/rules b/debian/rules
index f1b338a..9ce00af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
# Needed by upstream build process and (always) at runtime
deps = node-async (>= 0.2.6), node-yargs
-CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_BUILD_DEPENDS += mocha, $(deps)
CDBS_DEPENDS_$(pkg) = nodejs, $(deps)
CDBS_RECOMMENDS_$(pkg) = node-source-map
CDBS_SUGGESTS_$(pkg) = node-uglify-to-browserify
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list