[Pkg-freeipa-devel] [Git][freeipa-team/ldapjdk][master] 2 commits: Build with JDK8.
Timo Aaltonen
gitlab at salsa.debian.org
Wed Aug 22 23:37:33 BST 2018
Timo Aaltonen pushed to branch master at FreeIPA packaging / ldapjdk
Commits:
6ea64f37 by Timo Aaltonen at 2018-08-22T22:36:44Z
Build with JDK8.
- - - - -
87af296a by Timo Aaltonen at 2018-08-22T22:36:54Z
releasing package ldapjdk version 4.20.0+dfsg1-2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ldapjdk (4.20.0+dfsg1-2) unstable; urgency=medium
+
+ * Build with JDK8.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Thu, 23 Aug 2018 01:36:45 +0300
+
ldapjdk (4.20.0+dfsg1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
debhelper (>= 10),
javahelper,
Build-Depends-Indep:
- default-jdk,
+ openjdk-8-jdk-headless,
libjss-java (>= 4.5.0~),
liboro-java,
Standards-Version: 4.1.2
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_BUILD_ARCH)
%:
dh $@ --with javahelper
View it on GitLab: https://salsa.debian.org/freeipa-team/ldapjdk/compare/37a046e92873ad10dfe5545884febe63bc45f494...87af296accc7b7504915e55a0323065a98ee6c86
--
View it on GitLab: https://salsa.debian.org/freeipa-team/ldapjdk/compare/37a046e92873ad10dfe5545884febe63bc45f494...87af296accc7b7504915e55a0323065a98ee6c86
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20180822/884bc31a/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list