This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit c9bf2e75c5537ca27670bcd98daf99d44a88abe1 Author: Markus Koschany <[email protected]> Date: Thu Feb 18 02:14:56 2016 +0100 Permit JDK8 builds --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f8dd31e..7487edc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ netbeans (8.1+dfsg2-1) unstable; urgency=medium used for testing. * Convert netbeans' icns icon to 128x128 png icon with icns2png and use it as desktop icon. Thanks to Anton Sudak for the report. (LP: #1545648) + * debian/rules: Permit JDK8 builds. -- Markus Koschany <[email protected]> Thu, 18 Feb 2016 01:32:50 +0100 diff --git a/debian/rules b/debian/rules index dba1e62..7f8bd1e 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ override_dh_auto_build: unset DISPLAY; ant \ -Dbuildstamp=$(BUILDSTAMP) \ -Dhg.id=debian-$(DEB_UPSTREAM_VERSION) \ - -Dpermit.jdk7.builds=true \ + -Dpermit.jdk8.builds=true \ -Dbuild.compiler.deprecation=false \ -Dbuild.compiler.debug=false \ -Dext.binaries.downloaded=true \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

