[Pkg-javascript-commits] [node-sqlite3] 01/07: Use dh nodejs
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Dec 20 14:50:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-sqlite3.
commit 1a85b5253c134961ff205f0fdb68eea822dd443a
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Dec 20 15:34:54 2016 +0100
Use dh nodejs
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index b5b0584..6ecf742 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends:
, node-pre-gyp (>= 0.6.25)
, node-gyp
, node-nan (>= 2.2.0)
+ , nodejs-dev
, mocha
, libsqlite3-dev (>= 3.13.0)
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index 0ef45f8..c27514d
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_fixperms:
chmod a-x $(PKGDIR)/usr/lib/nodejs/sqlite3/lib/binding/node-*/node_sqlite3.node
%:
- dh $@
+ dh $@ --with nodejs
get-orig-source:
mkdir -p ../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git
More information about the Pkg-javascript-commits
mailing list