This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty-3.9.
commit 29cf23c585e232645a442679a3bb05e0b583787c Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 10 00:02:22 2017 +0100 Switch to debhelper level 10 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f801f72..2f3af89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +netty-3.9 (3.9.0.Final-3) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 00:01:59 +0100 + netty-3.9 (3.9.0.Final-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 9e28826..59f4cc1 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: default-jdk, maven-debian-helper (>= 2.0.3~), libmaven-bundle-plugin-java, libprotobuf-java, -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/netty-3.9.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/netty-3.9.git diff --git a/debian/rules b/debian/rules index ec38b7c..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty-3.9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

