[Pkg-javascript-commits] [node-leveldown] 06/06: use node-gyp to build

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon Jun 30 01:51:36 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-leveldown.

commit d7c126a632e2295a1cfeff01926c4d110dc1a52d
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Jun 30 01:44:09 2014 +0000

    use node-gyp to build
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9e7f5dc..4dac587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ SHLIBS = leveldown.node
 %:
 	dh $@
 
-#override_dh_auto_build:
+override_dh_auto_build:
+	node-gyp configure build
 
 override_dh_auto_test:
 	echo "Skipping tests; test dependencies not yet in debian"

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



More information about the Pkg-javascript-commits mailing list