This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javassist.
commit 29995652e4ee80dd93c38eee9b5c88607806ecec Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 29 00:12:28 2016 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c75e413..bc051ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ javassist (1:3.12.1.ga-2.1) UNRELEASED; urgency=medium * Non-maintainer upload. * Moved the package to Git * Standards-Version updated to 3.9.8 + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 29 Jun 2016 00:09:56 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 9b084a0..43e7d82 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Niels Thykier <[email protected]> -Build-Depends: debhelper (>= 7), cdbs +Build-Depends: debhelper (>= 9), cdbs Build-Depends-Indep: ant, default-jdk, maven-repo-helper, ant-optional, junit Standards-Version: 3.9.8 Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javassist.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

