[Pkg-javascript-commits] [node-topcube] 19/19: Build using node-gyp, not npm
Jérémy Lal
kapouer at alioth.debian.org
Sat Oct 26 13:54:20 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-topcube.
commit b96cbcac27628ce5239339ac1c38e76b6106ded3
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Oct 26 14:46:46 2013 +0200
Build using node-gyp, not npm
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 0237938..e13aa2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ tarName := $(name)_$(dfsgVersion).orig.tar
%:
dh $@
+override_dh_auto_build:
+ node-gyp rebuild
+
override_dh_auto_configure:
# do this when marked-man is available as debian package
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-topcube.git
More information about the Pkg-javascript-commits
mailing list