This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-io.
commit cba0e5516994e06eb3fb5f01bfc33341878d76e7 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 19 18:02:59 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 2 +- debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7b031c..a062b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ maven-shared-io (1.1-5) UNRELEASED; urgency=medium - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 4.0.0 (no changes) * Build with the DH sequencer instead of CDBS - * Switch to debhelper level 9 + * Switch to debhelper level 10 * debian/copyright: Updated the Format URI * Moved the package to Git * Use XZ compression for the upstream tarball diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index b7d9249..659c107 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, libeasymock-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

