[openjdk-8] 05/07: Added the --with-build-number configure option

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 1 14:35:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit 2f62002249c9be61279ddb64124918f042914184
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 1 16:04:02 2014 +0200

    Added the --with-build-number configure option
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index cb9d46a..804db4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,7 @@ endif
 p_lib_arch	= all
 jvmver		= 1.8.0
 shortver	= 8
+buildver	= $(shell echo $(PKGVERSION) | sed -n 's/.*\(b[0-9]\+\).*/\1/p')
 ifneq (,$(DEB_HOST_MULTIARCH))
   jdirname	= java-$(shortver)-$(origin)-$(DEB_HOST_ARCH)
   jdiralias	= java-$(jvmver)-$(origin)-$(DEB_HOST_ARCH)
@@ -422,6 +423,8 @@ endif
 
 #CONFIGURE_ARGS += --with-pkgversion="$(PKGVERSION)"
 
+CONFIGURE_ARGS += --with-build-number=$(buildver)
+
 # there are problems --with-alt-jar=/usr/bin/fastjar,
 # see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=217
 # only use it for zero ports except powerpc (which we assume as

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list