This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libjgraph-java.
commit c500c974632c350662fc5beeae7bffd278020c84 Author: Markus Koschany <[email protected]> Date: Fri Oct 21 21:45:30 2016 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index 95758b6..4fc1b8c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]> , gregor herrmann <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), ant +Build-Depends: debhelper (>= 10), ant Build-Depends-Indep: default-jdk Standards-Version: 3.9.3 Homepage: http://www.jgraph.com/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgraph-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

