[libisnativec-java] 03/05: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 9 09:30:05 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libisnativec-java.
commit b282786d97b76f8c7b5615049408a776f44f2468
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 9 10:26:48 2018 +0100
Switch to debhelper level 11
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 4 +---
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 612c6fd..ef8bffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libisnativec-java (5.3.20100629+fix-2) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Java 9 (Closes: #874637)
* Standards-Version updated to 4.1.3
+ * Switch to debhelper level 11
-- Emmanuel Bourg <ebourg at apache.org> Fri, 09 Mar 2018 10:25:27 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+11
diff --git a/debian/control b/debian/control
index 5998900..9920024 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libisnativec-java
Section: java
Priority: extra
Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 7), default-jdk, libjna-java,
+Build-Depends: debhelper (>= 11), default-jdk, libjna-java,
libisrt-java, javahelper (>= 0.37)
Standards-Version: 4.1.3
Homepage: http://opensource.intarsys.de/home/en/index.php?n=IsNativeC.HomePage
diff --git a/debian/rules b/debian/rules
index 42de872..52e6659 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
#!/usr/bin/make -f
-export JAVA_HOME := /usr/lib/jvm/default-java
-
export CLASSPATH := /usr/share/java/jna.jar:/usr/share/java/isrt.jar
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
get-orig-source:
uscan --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libisnativec-java.git
More information about the pkg-java-commits
mailing list