This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository netbeans.
commit a6b16d4abec2d6abcc28d574088d4f61ffcb6959 Author: Markus Koschany <[email protected]> Date: Sun Jul 23 17:42:35 2017 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index ae6e189..3319109 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: ant, ant-optional, antlr3 (>= 3.5.2), - debhelper (>= 9), + debhelper (>= 10), default-jdk, icnsutils, javacc, diff --git a/debian/rules b/debian/rules index 2a83be3..c9eeeef 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ define symlink endef %: - dh $@ --parallel --with javahelper + dh $@ --with javahelper override_dh_auto_build: -- 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

