This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xz-java.
commit 8a2dc4f9ec326f74055aef5841202edfa95c69b8 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 29 22:43:37 2016 +0100 Switch to debhelper level 10 --- 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 7abf710..f87b9e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xz-java (1.6-1) UNRELEASED; urgency=medium - Removed the timestamp from the javadoc * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 06 Jul 2015 10:01:45 +0200 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 1b4d17b..f881444 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, javahelper, ant, +Build-Depends: debhelper (>= 10), default-jdk, javahelper, ant, default-jdk-doc, maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/xz-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

