[netty-tcnative] 01/03: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 10:54:00 UTC 2016
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 <ebourg at apache.org>
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 <ebourg at apache.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
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
More information about the pkg-java-commits
mailing list