This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository kdgcommons-java.
commit 63a63b892330b8e9811a01e16f4bc28a0ae89692 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 3 00:37:52 2015 +0100 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 615319b..678e5be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ kdgcommons-java (1.0.13-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 03 Nov 2015 00:24:17 +0100 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 4272c13..8f5c8d3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit (>= 3.8.2) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/kdgcommons-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/kdgcommons-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

