[jimfs] 03/07: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 14:34:26 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jimfs.
commit 94f8fef8a3071b7436089db27090d1ef09d4446c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Mar 8 15:17:38 2018 +0100
Switch to debhelper level 11
---
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 8931388..064d0b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jimfs (1.1-5) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused dependency on findbugs
* Standards-Version updated to 4.1.3
+ * Switch to debhelper level 11
-- Emmanuel Bourg <ebourg at apache.org> Thu, 08 Mar 2018 15:17:05 +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 cfe7b64..12e8277 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans at eds.org>
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper (>= 11),
default-jdk,
libguava-java,
libicu4j-java,
diff --git a/debian/rules b/debian/rules
index 5f53801..2bd9e78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven --with maven-repo-helper
+ dh $@ --with maven-repo-helper
override_dh_auto_build:
install -d 0755 jimfs/target/classes/META-INF/services/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jimfs.git
More information about the pkg-java-commits
mailing list