[Pkg-javascript-commits] [node-chroma-js] 05/05: Try building - but some build-depends not packaged yet
Ross Gammon
ross-guest at moszumanska.debian.org
Tue Dec 20 18:48:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-chroma-js.
commit 446c1422f3e2ee10e0a00caa9ab7b58d18dac998
Author: Ross Gammon <rossgammon at mail.dk>
Date: Tue Dec 20 19:46:38 2016 +0100
Try building - but some build-depends not packaged yet
---
debian/control | 8 +++++++-
debian/rules | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 0a748b5..b961a22 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,13 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Ross Gammon <rosco2 at ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs,
+ grunt (>= 0.4.5),
+ node-grunt-contrib-clean (>= 0.6.0),
+ node-grunt-contrib-coffee (>= 0.13.0),
+ node-grunt-contrib-uglify (>= 0.9.1),
+ node-grunt-replace (>= 0.9.2),
+ node-rimraf
Standards-Version: 3.9.8
Homepage: https://github.com/gka/chroma.js
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-chroma-js.git
diff --git a/debian/rules b/debian/rules
index de57af0..d2efbe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@
%:
dh $@
-#override_dh_auto_build:
+override_dh_auto_build:
+ grunt
#override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-chroma-js.git
More information about the Pkg-javascript-commits
mailing list