diff options
| author | Jérémy Lal <kapouer@melix.org> | 2019-01-25 13:19:59 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2019-01-25 16:42:56 +0000 |
| commit | 82a97f215b4f344263676ec5540257db7847b690 (patch) | |
| tree | 1bcba1ebe9828198c11307cac7e3035d2d817592 | |
| parent | 4dba9a4817972280c502c8364dc503de3b98ab9f (diff) | |
| parent | 49bec429f6139235f4872b6915540abac8696616 (diff) | |
4.0.6+ds1-2 (patches applied)applied/4.0.6+ds1-2applied/ubuntu/eoanapplied/ubuntu/disco-proposedapplied/ubuntu/disco-develapplied/ubuntu/discoapplied/debian/buster
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9a1bd6c..8e36133 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +node-sqlite3 (4.0.6+ds1-2) unstable; urgency=medium + + * Build against libnode-dev + * Remove Depends:node-nan + + -- Jérémy Lal <kapouer@melix.org> Fri, 25 Jan 2019 13:19:59 +0100 + node-sqlite3 (4.0.6+ds1-1) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index b550fe8..f4fda0c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: , node-pre-gyp (>= 0.10.2~) , node-gyp , node-nan (>= 2.2.0) - , nodejs-dev + , node-gyp (>= 3.8.0-2) + , libnode-dev , mocha , libsqlite3-dev (>= 3.15.1) Standards-Version: 4.3.0 @@ -26,7 +27,6 @@ Depends: , ${misc:Depends} , nodejs , node-pre-gyp (>= 0.10.2~) - , node-nan (>= 2.2.0) Description: asynchronous, non-blocking SQLite3 bindings for Node.js node-sqlite3 provides asynchronous, non-blocking SQLite3 bindings for Node.js. Its features are: diff --git a/debian/rules b/debian/rules index 4b4a716..02baaaa 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ override_dh_fixperms: chmod a-x $(PKGDIR)/usr/lib/nodejs/sqlite3/lib/binding/node-*/node_sqlite3.node %: - dh $@ --with nodejs + dh $@ .PHONY: override_dh_auto_configure override_dh_auto_build \ override_dh_fixperms override_dh_auto_test |
