This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-codec-java.
commit 3ea7b70db15d7e399d5679acf03cb8aac80d23d8 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 14 11:04:05 2017 +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 d5ced3d..f62bc4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcommons-codec-java (1.10-2) UNRELEASED; urgency=medium * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 14 Nov 2017 11:03:56 +0100 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 834fefc..ff8c203 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: ant, ant-optional, cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, junit4, maven-repo-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-codec-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

