[Pkg-javascript-commits] [node-sqlite3] 03/03: Package 2.2.0+ds1-1
László Böszörményi
gcs at moszumanska.debian.org
Sun Apr 24 08:33:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
gcs pushed a commit to branch master
in repository node-sqlite3.
commit 00d6a1046fc6c12b26741797a7b7ac1cebcd86d7
Author: Laszlo Boszormenyi (GCS) <gcs at debian.org>
Date: Sun Apr 24 08:29:57 2016 +0000
Package 2.2.0+ds1-1
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bf2673a..e286ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-sqlite3 (2.2.0+ds1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org> Tue, 21 Jan 2014 18:48:42 +0100
+
node-sqlite3 (2.1.19+ds1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 378e2ff..8d3b8c8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: David Paleino <dapal at debian.org>,
Build-Depends:
debhelper (>= 9~)
, dh-buildinfo
+ , chrpath
, node-gyp
, libsqlite3-dev
Standards-Version: 3.9.5
@@ -31,4 +32,3 @@ Description: asynchronous, non-blocking SQLite3 bindings for Node.js
- extension support.
.
Node.js is an event-based server-side javascript engine.
-
diff --git a/debian/rules b/debian/rules
index b98a0c5..01c58e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ TARNAME := node-sqlite3_$(UPVER)+$(DSVER).orig.tar
override_dh_install:
dh_install
dh_buildinfo
+ chrpath -d $(CURDIR)/debian/node-sqlite3/usr/lib/nodejs/sqlite3/lib/node_sqlite3.node
chmod 644 $(CURDIR)/debian/node-sqlite3/usr/lib/nodejs/sqlite3/lib/node_sqlite3.node
override_dh_auto_configure:
--
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