------------------------------------------------------------ revno: 654 committer: Matthias Klose <[email protected]> branch nick: openjdk8 timestamp: Mon 2015-10-19 15:33:45 +0200 message: * Strip packages again, Debian infrastruction is fixed. Closes: #775760. modified: 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 'debian/changelog' --- debian/changelog 2015-10-15 13:48:30 +0000 +++ debian/changelog 2015-10-19 13:33:45 +0000 @@ -1,3 +1,9 @@ +openjdk-8 (8u66-b01-7) UNRELEASED; urgency=medium + + * Strip packages again, Debian infrastruction is fixed. Closes: #775760. + + -- Matthias Klose <[email protected]> Mon, 19 Oct 2015 15:31:42 +0200 + openjdk-8 (8u66-b01-6) unstable; urgency=medium * Fix pulseaudio build on KFreeBSD. === modified file 'debian/rules' --- debian/rules 2015-10-15 13:48:30 +0000 +++ debian/rules 2015-10-19 13:33:45 +0000 @@ -2235,8 +2235,6 @@ $(nodemo) $(nojrec) $(nojrej) $(nojrez) \ -Xlibjvm.so -X.debuginfo --dbg-package=$(p_dbg) -# see #775760 -ifneq ($(distribution),Debian) ifeq (,$(findstring nostrip, $(DEB_BUILD_OPTIONS))) set -ex; \ for i in {$(d_jrehl),$(d_jre),$(d_jrec),$(d_jrez)}/$(basedir)/jre/lib/$(archdir)/*/libjvm.so; do \ @@ -2264,7 +2262,6 @@ fi; \ done endif -endif dh_compress -s $(nodemo) $(nojrec) $(nojrej) $(nojrez) -Xexamples -Xdemo -Xpackage-list dh_fixperms -s $(nodemo) $(nojrec) $(nojrej) $(nojrez)
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

