[Pkg-javascript-commits] [SCM] javascript implementation of the W3C DOM branch, master, updated. debian/0.2.10+dfsg1-1-7-g1628c76

David Paleino dapal at debian.org
Thu Mar 22 21:03:35 UTC 2012


The following commit has been merged in the master branch:
commit 7a7d3749cad74d84b2e270df91150842c87704a7
Author: David Paleino <dapal at debian.org>
Date:   Thu Mar 22 22:00:17 2012 +0100

    Better handling of UPVER

diff --git a/debian/rules b/debian/rules
index d317e7e..3900f20 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 $@

-- 
javascript implementation of the W3C DOM



More information about the Pkg-javascript-commits mailing list