[Pkg-javascript-commits] [node-leveldown] 02/04: add auto clean to rules

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon Jun 30 03:54:20 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 1f711a9bef6076874f29636f45435d43c12294f0
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Jun 30 03:38:51 2014 +0000

    add auto clean to rules
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4dac587..7c412d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ SHLIBS = leveldown.node
 override_dh_auto_build:
 	node-gyp configure build
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf 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