This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 2d2a645ae4871dfc85509ff66290c5e423be3416 Author: Markus Koschany <[email protected]> Date: Sat Mar 5 23:39:35 2016 +0100 netbeans: Remove alternative dependency on java7-sdk because netbeans will not work correcty with OpenJDK 7 anymore since jdk8 builds were activated by the last upload. Closes: #816758 Thanks: Kevin Carney for the report. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6fd652f..310ee0a 100644 --- a/debian/control +++ b/debian/control @@ -172,7 +172,7 @@ Description: Common Java Related Libraries for NetBeans Package: netbeans Architecture: all Depends: - default-jdk | java7-sdk | java8-sdk, + default-jdk | java8-sdk, libnb-apisupport3-java (= ${binary:Version}), libnb-ide14-java (= ${binary:Version}), libnb-java5-java (= ${binary:Version}), -- 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

