[Pkg-javascript-commits] [node-nan] 04/04: fix clean target, bump build-deps
Ximin Luo
infinity0 at debian.org
Mon Aug 31 02:52:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository node-nan.
commit b07fcbdbd588fe86976ab722d85237cd274e575f
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Aug 31 04:28:06 2015 +0200
fix clean target, bump build-deps
---
debian/compat | 2 +-
debian/control | 4 ++--
debian/rules | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 7800f4e..8f7896b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Uploaders:
Andrew Kelley <superjoe30 at gmail.com>
Build-Depends:
nodejs,
- debhelper (>= 8.0.0),
+ debhelper (>= 9.0.0),
dh-buildinfo,
- node-tap,
+ node-tap (>= 0.7.1),
node-gyp,
node-bindings
Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 70f0f2d..bd55b24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,5 @@ override_dh_auto_test:
tap --gc test/js/*-test.js
override_dh_clean:
+ dh_clean
rm -rf test/build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nan.git
More information about the Pkg-javascript-commits
mailing list