This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty-tcnative.
commit 611470293f6d0cbaa30b320e702584ec5cabf92f Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 15 11:47:25 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 faa5afc..9d48085 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +netty-tcnative (1.1.33.Fork23-2) UNRELEASED; urgency=medium + + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Tue, 15 Nov 2016 11:47:20 +0100 + netty-tcnative (1.1.33.Fork23-1) 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 286cea0..f35f278 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: automake, - debhelper (>= 9), + debhelper (>= 10), default-jdk, libapr1-dev, libmaven-antrun-plugin-java, diff --git a/debian/rules b/debian/rules index bf6157b..b6958ae 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ --buildsystem=maven + dh $@ override_dh_auto_build-arch: mkdir -p openssl-dynamic/target/native-build/src -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty-tcnative.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

