[Pkg-javascript-commits] [SCM] extendable, fully compliant JSON schema validator for NodeJS branch, master, updated. debian/3.5.0+ds1-3-9-g3ccb437

David Paleino dapal at debian.org
Thu Mar 22 21:12:34 UTC 2012


The following commit has been merged in the master branch:
commit 1f562602544baba2cd5795dc96d93277eda9e0a3
Author: David Paleino <dapal at debian.org>
Date:   Thu Mar 22 22:05:08 2012 +0100

    Better handling of UPVER

diff --git a/debian/rules b/debian/rules
index 8290f90..669f9b1 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 $@

-- 
extendable, fully compliant JSON schema validator for NodeJS



More information about the Pkg-javascript-commits mailing list