This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit f1908c8f918dbd6806cc74eb47bc8176bed7533e Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 21:14:52 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 350e183..5196b3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ wss4j (1.6.15-3) UNRELEASED; urgency=medium * Added the missing build dependency on junit4 * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 19:54:29 +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 2b9a78a..3ceaa6f 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Build-Depends: ant, cdbs (>= 0.4.5.3), - debhelper (>= 9), + debhelper (>= 10), default-jdk, junit4, libaxis-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

