[maven-shared-incremental] 03/07: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 26 14:50:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-shared-incremental.
commit b66fbefa5828e4dbfd4a6673074ff11884abcb1c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jul 26 16:21:53 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 0671cd2..01a8407 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-shared-incremental (1.1-2) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Wed, 26 Jul 2017 16:21:37 +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 5a88493..b0d24b8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Jakub Adam <jakub.adam at ktknet.cz>,
Miguel Landaeta <nomadium at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
javahelper,
libmaven-install-plugin-java,
diff --git a/debian/rules b/debian/rules
index 486666f..86be135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven --with=javahelper
+ dh $@ --with=javahelper
override_dh_install:
dh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-incremental.git
More information about the pkg-java-commits
mailing list