This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-cli-java.
commit cbb53bf176bf232b8a5ccd2a03843e81bd6703d4 Author: tony mancill <[email protected]> Date: Mon Jun 22 04:59:32 2015 +0000 use DH 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 8f70181..9b47a1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libcommons-cli-java (1.3.1-1) UNRELEASED; urgency=medium * New upstream release. * Remove Michael Koch from uploaders. (Closes: #654049) * Bump Standards-Version to 3.9.6. + * Use DH 9 and set debian/compat to 9. -- tony mancill <[email protected]> Mon, 22 Jun 2015 04:38:24 +0000 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index feae088..709aa93 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, tony mancill <[email protected]> -Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.8), default-jdk Build-Depends-Indep: maven-ant-helper, maven-repo-helper, ant, ant-optional, libcommons-lang-java (>= 2.0), junit Standards-Version: 3.9.6 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-cli-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

