[Pkg-javascript-commits] [SCM] library for handling zipfiles in NodeJS branch, master, updated. upstream/0.2.4+ds1-15-g26cecd0
David Paleino
dapal at debian.org
Wed Mar 21 23:20:41 UTC 2012
The following commit has been merged in the master branch:
commit e9fa9c6ada84dec85efc0e179934c05fc9325880
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 22 00:18:09 2012 +0100
Better handling of UPVER
diff --git a/debian/rules b/debian/rules
index 2fc77c3..8f20a45 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 $@
--
library for handling zipfiles in NodeJS
More information about the Pkg-javascript-commits
mailing list