[Pkg-javascript-commits] [SCM] forgiving HTML/XML/RSS Parser in Javascript branch, master, updated. debian/1.7.3+ds1-1-8-gdc9349d
David Paleino
dapal at debian.org
Thu Mar 22 20:53:48 UTC 2012
The following commit has been merged in the master branch:
commit 75a5272b3f0ec5c479e9731cc08e334d6233d128
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 22 21:44:07 2012 +0100
Better handling of UPVER
diff --git a/debian/rules b/debian/rules
index 33f1294..a8a14b9 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 $@
--
forgiving HTML/XML/RSS Parser in Javascript
More information about the Pkg-javascript-commits
mailing list