[cglib] 02/07: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Feb 12 23:11:40 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cglib.
commit a1a18ade9178cace53ef57cd0a9cbf5c33aaa2ff
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Feb 12 23:38:32 2018 +0100
Switch to debhelper level 11
---
debian/changelog | 2 +-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cb39a86..f9e2aaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,11 @@ cglib (3.2.5-2) UNRELEASED; urgency=medium
[ Miguel Landaeta ]
* Remove myself from uploaders list. (Closes: #871845)
- * Bump DH compat level to 10.
* Update copyright info.
[ Emmanuel Bourg ]
* Standards-Version updated to 4.1.3
+ * Switch to debhelper level 11
-- Miguel Landaeta <nomadium at debian.org> Sat, 05 Aug 2017 12:26:46 +0100
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index f8d0345..c309966 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Build-Depends: ant,
- debhelper (>= 10~),
+ debhelper (>= 11),
default-jdk,
junit4,
libasm-java (>= 5.0),
diff --git a/debian/rules b/debian/rules
index d573775..dd9f507 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_gencontrol:
dh_gencontrol -- -Vasm:Version=$(shell dpkg-query -f '$${source:Version}' --show libasm-java)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cglib.git
More information about the pkg-java-commits
mailing list