[netty] 01/04: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 29 22:14:33 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.
commit 08098dc3eb1e537004334874813f3f5b4fd32784
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Oct 30 00:07:51 2016 +0200
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 3fdb511..2470e2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+netty (1:4.0.41-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 30 Oct 2016 00:07:37 +0200
+
netty (1:4.0.41-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 74db722..8c6859c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Chris Grzegorczyk <grze at eucalyptus.com>,
Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: ant,
ant-contrib (>= 1.0~b3+svn177-8~),
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
ivy,
libasm-java (>= 5.0),
diff --git a/debian/rules b/debian/rules
index b0b32ea..a227972 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export BUILD_DATE=$(shell date --date='@${SOURCE_DATE_EPOCH}' --utc +'%Y-%m-%d %H:%M:%S')
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_build:
dh_auto_build -- package -Dbuild.date='${BUILD_DATE}'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty.git
More information about the pkg-java-commits
mailing list