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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
