This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock2.
commit 83290531b31c5cd694a82aa536978cdffb8a21ae Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 23 10:16:14 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dc5525b..aad8e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jmock2 (2.8.2-3) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 [ tony mancill ] * Remove Gabriele Giacone from Uploaders (Closes: #856761) 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 f6cb3eb..e06419c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Stephen Nelson <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), maven-debian-helper (>= 2.0) Build-Depends-Indep: bsh, diff --git a/debian/rules b/debian/rules index fa6ff0f..5ca7fda 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --verbose -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

