[med-svn] r12656 - trunk/packages/beast-mcmc/branches/1.7.4/debian
Andreas Tille
tille at alioth.debian.org
Mon Dec 17 14:30:10 UTC 2012
Author: tille
Date: 2012-12-17 14:30:10 +0000 (Mon, 17 Dec 2012)
New Revision: 12656
Modified:
trunk/packages/beast-mcmc/branches/1.7.4/debian/rules
Log:
Calculate package name
Modified: trunk/packages/beast-mcmc/branches/1.7.4/debian/rules
===================================================================
--- trunk/packages/beast-mcmc/branches/1.7.4/debian/rules 2012-12-17 14:27:59 UTC (rev 12655)
+++ trunk/packages/beast-mcmc/branches/1.7.4/debian/rules 2012-12-17 14:30:10 UTC (rev 12656)
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
-PACKAGE = beast-mcmc
+PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
JAVA_HOME := /usr/lib/jvm/default-java
More information about the debian-med-commit
mailing list