This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository practicalxml-java.
commit bdfc18103ee904a2ecacd595c0a1b243210c2d81 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 3 00:07:41 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 8148401..b2a0fa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ practicalxml-java (1.1.17-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:04:14 +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 47811ed..16cba69 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), libkdgcommons-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/practicalxml-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/practicalxml-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

