[med-svn] r8620 - trunk/packages/neobio/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Nov 20 19:30:28 UTC 2011
Author: tille
Date: 2011-11-20 19:30:27 +0000 (Sun, 20 Nov 2011)
New Revision: 8620
Modified:
trunk/packages/neobio/trunk/debian/rules
Log:
It's better to calculate the version number instead of setting a fixed value (at least theoretically if version numbers change regularly)
Modified: trunk/packages/neobio/trunk/debian/rules
===================================================================
--- trunk/packages/neobio/trunk/debian/rules 2011-11-20 19:05:07 UTC (rev 8619)
+++ trunk/packages/neobio/trunk/debian/rules 2011-11-20 19:30:27 UTC (rev 8620)
@@ -4,8 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-#VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: \(.*\)-1/\1/')
-VERSION := 0.0.20030929
+VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: \(.*\)-1/\1/')
+
%:
dh $@
More information about the debian-med-commit
mailing list