[Pkg-javascript-commits] [SCM] asynchronous, non-blocking SQLite3 bindings for NodeJS branch, master, updated. debian/2.0.17+ds1-2-2-g177c94f

David Paleino dapal at debian.org
Wed Nov 16 21:48:59 UTC 2011


The following commit has been merged in the master branch:
commit 177c94f0ea30519c0d1cd68d6b157c55f3a75a35
Author: David Paleino <dapal at debian.org>
Date:   Wed Nov 16 22:48:25 2011 +0100

    Fix debian/rules to get correct upstream version number

diff --git a/debian/changelog b/debian/changelog
index 7650ea0..0c747c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 node-sqlite3 (2.0.17+ds1-3) UNRELEASED; urgency=low
 
   * Add debian/watch
+  * Fix debian/rules to get correct upstream version number
 
- -- David Paleino <dapal at debian.org>  Wed, 16 Nov 2011 22:45:30 +0100
+ -- David Paleino <dapal at debian.org>  Wed, 16 Nov 2011 22:47:58 +0100
 
 node-sqlite3 (2.0.17+ds1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 6a5185f..62ef4c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d- -f1 | cut -d+ -f1)
+UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\  -f2 | cut -d- -f1 | cut -d+ -f1)
 
 %:
 	dh $@

-- 
asynchronous, non-blocking SQLite3 bindings for NodeJS



More information about the Pkg-javascript-commits mailing list