[javatools] 02/09: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jun 30 08:28:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javatools.
commit fb5c12616aec7d2806dc86586fc6177c22127f2a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 30 09:51:02 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 4 ++--
debian/rules | 7 +------
4 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a624bc9..83a1fad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ javatools (0.60) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Fri, 30 Jun 2017 09:50:48 +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 58e873e..5703e8a 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: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
Build-Depends-Indep: default-jdk, libarchive-zip-perl (>= 1.30-6~), markdown, perl,
libtest-minimumversion-perl,
libtest-perl-critic-perl,
@@ -26,7 +26,7 @@ Description: Run executable Java .jar files
Package: javahelper
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, debhelper, devscripts,
+Depends: ${misc:Depends}, ${perl:Depends}, debhelper (>= 10), devscripts,
bsdmainutils, dpkg-dev, dctrl-tools,
libarchive-zip-perl (>= 1.30-6~)
Suggests: cvs,
diff --git a/debian/rules b/debian/rules
index 8f71234..85b5f76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,8 @@ POD2MAN=pod2man --stderr --utf8 -c Javahelper -r "$(VERSION)"
MOD_PATH:=lib/Debian/Javahelper
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- jobs = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- PAR_ARGS=-j $(jobs)
-endif
-
%:
- dh $@
+ dh $@ --parallel
jh_lib.sh: jh_lib.sh.in
sed 's,%JAVATOOLS_VERSION%,${VERSION},' < $< > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git
More information about the pkg-java-commits
mailing list