[insubstantial] 02/05: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 6 09:53:22 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository insubstantial.
commit 4c10edc0401b6ad91f6e4c9467950e16eec2a5d5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 6 11:17:24 2018 +0200
Switch to debhelper level 11
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 5 +----
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 31cfc74..247470e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ insubstantial (7.3+dfsg3-3) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.1.4
+ * Switch to debhelper level 11
-- Emmanuel Bourg <ebourg at apache.org> Fri, 06 Apr 2018 11:16:26 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 159eb00..b26c696 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>
Uploaders: Felix Natter <fnatter at gmx.net>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
default-jdk,
gradle,
gradle-debian-helper,
diff --git a/debian/rules b/debian/rules
index 2c72b68..355e071 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#DH_VERBOSE = 1
%:
- dh $@ --with maven_repo_helper --buildsystem=gradle
+ dh $@ --buildsystem=gradle --with maven-repo-helper
override_dh_auto_build:
dh_auto_build -- -x test check assemble -x :substance:compileToolsJava
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/insubstantial.git
More information about the pkg-java-commits
mailing list