This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository sacjava.
commit ba93117aa757af250fed02c980ff6703e47e128a Author: Markus Koschany <[email protected]> Date: Thu Nov 19 20:31:40 2015 +0100 Use compat level 9 and require debhelper >= 9. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 08ef4be..dac471b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sacjava Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 8), default-jdk, dpkg-dev (>= 1.16.2), +Build-Depends: debhelper (>= 9), default-jdk, dpkg-dev (>= 1.16.2), gcj-native-helper, maven-repo-helper, bnd (>= 2.1.0) Standards-Version: 3.9.6 Section: java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

