[scala-2.10] 91/166: Change definition of BUNDLE_VERSION in debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala-2.10.
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
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list