[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.9.1.dfsg-1-14-gf1e1282

Mehdi Dogguy mehdi at debian.org
Thu Dec 15 22:42:02 UTC 2011


The following commit has been merged in the master branch:
commit ffd70cf4f2ad56a32ce90f95b3c4d1de7b2124e2
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Dec 15 20:52:46 2011 +0100

    Change definition of BUNDLE_VERSION in debian/rules

diff --git a/debian/rules b/debian/rules
index 04dd97c..4c55924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,8 @@
 
 export DH_VERBOSE=1
 
-BUNDLE_VERSION=$(shell sed -n "s/Bundle-Version: //p" META-INF/MANIFEST.MF)
+include $(CURDIR)/build.number
+BUNDLE_VERSION="$(version.major).$(version.minor).$(version.patch)"
 
 override_dh_auto_build:
 	ANT_OPTS="-Xmx1024M -Xss64M" ant -Dversion.number=$(BUNDLE_VERSION) fastdist

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list