[f2j] 01/04: Switch to compat level 10.
Markus Koschany
apo at moszumanska.debian.org
Wed Oct 25 23:10:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository f2j.
commit 53f6da4b4fd15e1ccdf8405958403220473380ec
Author: Markus Koschany <apo at debian.org>
Date: Thu Oct 26 00:44:18 2017 +0200
Switch to compat level 10.
---
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
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 866950c..244ad59 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Olivier Sallou <osallou at debian.org>,
Andreas Tille <tille at debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
default-jdk,
bison,
javahelper
diff --git a/debian/rules b/debian/rules
index 71b6843..6293296 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_install:
jh_installlibs --package=libf2j-java util/f2jutil.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git
More information about the pkg-java-commits
mailing list