[libparanamer-java] 02/04: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 11 12:49:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libparanamer-java.
commit c67e478342f3daf5d43cca7072919acf9225db28
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 11 14:35:28 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a9fc60a..a05ef42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libparanamer-java (2.8-4) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused build dependency on libmaven-install-plugin-java
* Standards-Version updated to 4.1.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Thu, 07 Sep 2017 15:57:12 +0200
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 1317955..eca1832 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Markus Koschany <apo at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
junit4,
diff --git a/debian/rules b/debian/rules
index 4d0666e..328451b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --parallel --buildsystem=maven
+ dh $@
override_dh_installchangelogs:
dh_installchangelogs README.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git
More information about the pkg-java-commits
mailing list