[Pkg-javascript-commits] [node-leveldown] 01/01: use node-gyp clean rule

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon Jun 30 04:10:53 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 b6ea42e830f87811f4886782562760f29f9ed62d
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Jun 30 04:09:44 2014 +0000

    use node-gyp clean rule
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 73c8135..037750f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,7 @@ override_dh_auto_build:
 	node-gyp configure build
 
 override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf build
+	node-gyp clean
 
 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