This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libhtmlparser-java.
commit 0602e584b670a9a69316d9fc53886e7ad3ff2562 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 2 12:57:13 2017 +0200 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 86639f2..e1a91da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libhtmlparser-java (1.6.20060610.dfsg0-6) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 02 Aug 2017 12:54:42 +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 67afc26..c859ebd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tiago Saboga <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), ant, default-jdk +Build-Depends: cdbs, debhelper (>= 10), ant, default-jdk Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhtmlparser-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhtmlparser-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhtmlparser-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

