This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jericho-html.
commit 5e74863bbc7f5d75a06b90ae3d852061f5c5f486 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 3 11:16:16 2018 +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 4ebf31f..8cb7c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jericho-html (3.2-1) UNRELEASED; urgency=medium * Use XZ compression for the upstream tarball * Removed the .jar, .class and javadoc files from the upstream tarball * Standards-Version updated to 4.1.3 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 03 Jan 2018 09:29:33 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 8a4c106..bb42b92 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Varun Hiremath <[email protected]>, Michael Koch <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk, default-jdk-doc +Build-Depends: cdbs, debhelper (>= 10), ant, default-jdk, default-jdk-doc Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java, javahelper Standards-Version: 4.1.3 Homepage: http://jerichohtml.sourceforge.net -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

