[Pkg-javascript-commits] [SCM] asynchronous, non-blocking SQLite3 bindings for NodeJS branch, master, updated. debian/2.0.18+ds1-1-9-g049d065
David Paleino
dapal at debian.org
Wed Mar 21 23:36:52 UTC 2012
The following commit has been merged in the master branch:
commit c815bea3779d47197a797d50588573ceefc8feba
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 22 00:12:05 2012 +0100
Wrap UPVER in ifndef..endif
diff --git a/debian/rules b/debian/rules
index 8fee802..615a34f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+ifndef UPVER
UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1)
+endif
%:
dh $@
--
asynchronous, non-blocking SQLite3 bindings for NodeJS
More information about the Pkg-javascript-commits
mailing list