This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libslf4j-java.
commit 0c18d8e156844fa96b2f703071e1e732f58a8d00 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 19 09:27:49 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b973647..df1d14e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libslf4j-java (1.7.21-3) UNRELEASED; urgency=medium + + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Mon, 19 Dec 2016 09:27:44 +0100 + libslf4j-java (1.7.21-2) unstable; urgency=medium * Team upload. 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 4614c17..f9fd902 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Varun Hiremath <[email protected]>, Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libbuild-helper-maven-plugin-java, diff --git a/debian/rules b/debian/rules index 489c63a..9f47c10 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 --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libslf4j-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

