[Pkg-javascript-commits] [SCM] framework for using backbone.js on client and server for NodeJS branch, master, updated. debian/2.0.0+ds1-2-9-g33c04c6

David Paleino dapal at debian.org
Thu Mar 22 18:46:29 UTC 2012


The following commit has been merged in the master branch:
commit 88af77cc6f6f99cfc5b108316cfb339fdeaefd73
Author: David Paleino <dapal at debian.org>
Date:   Thu Mar 22 19:33:28 2012 +0100

    Better handling of UPVER

diff --git a/debian/rules b/debian/rules
index 738d24a..f0590cc 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 $@ 

-- 
framework for using backbone.js on client and server for NodeJS



More information about the Pkg-javascript-commits mailing list