------------------------------------------------------------ revno: 674 committer: Matthias Klose <d...@ubuntu.com> branch nick: openjdk8 timestamp: Thu 2016-03-31 23:04:36 +0200 message: * Configure with --with-milestone and --with-user-release-suffix. modified: .bzrignore debian/changelog debian/rules
-- lp:~openjdk/openjdk/openjdk8 https://code.launchpad.net/~openjdk/openjdk/openjdk8 Your team Debian Java Maintainers is subscribed to branch lp:~openjdk/openjdk/openjdk8. To unsubscribe from this branch go to https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file '.bzrignore' --- .bzrignore 2014-08-01 16:06:27 +0000 +++ .bzrignore 2016-03-31 21:04:36 +0000 @@ -25,6 +25,9 @@ debian/openjdk-8-fonts.defoma-hints debian/openjdk-8-java.desktop debian/openjdk-8-jconsole.desktop +debian/openjdk-8-jdk-headless.postinst +debian/openjdk-8-jdk-headless.preinst +debian/openjdk-8-jdk-headless.prerm debian/openjdk-8-jdk.menu debian/openjdk-8-jdk.postinst debian/openjdk-8-jdk.preinst === modified file 'debian/changelog' --- debian/changelog 2016-03-31 10:49:03 +0000 +++ debian/changelog 2016-03-31 21:04:36 +0000 @@ -1,3 +1,9 @@ +openjdk-8 (8u77-b03-3) UNRELEASED; urgency=medium + + * Configure with --with-milestone and --with-user-release-suffix. + + -- Matthias Klose <d...@ubuntu.com> Thu, 31 Mar 2016 22:19:06 +0200 + openjdk-8 (8u77-b03-2) unstable; urgency=medium * Don't configure with --disable-precompiled-headers on arm64. === modified file 'debian/rules' --- debian/rules 2016-03-31 10:49:03 +0000 +++ debian/rules 2016-03-31 21:04:36 +0000 @@ -572,11 +572,15 @@ endif # FIXME: these might be out of date for AArch64 +DEFAULT_CONFIGURE_ARGS += \ + --with-milestone='$(distribution)' \ + --with-user-release-suffix='$(PKGVERSION)' + COMMON_CONFIGURE_ARGS += \ --with-update-version=$(updatever) \ --with-build-number=$(buildver) -# --with-milestone=fcs \ -# --with-user-release-suffix='$(distribution) $(PKGVERSION)' \ + --with-milestone=fcs \ + --with-user-release-suffix='$(distribution) $(PKGVERSION)' \ # --with-debug-level=fastdebug \
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.