[Pkg-freeipa-devel] [Git][freeipa-team/jss][master] 2 commits: use-release-8.diff: Set --release=8.

Timo Aaltonen gitlab at salsa.debian.org
Mon Sep 16 16:30:46 BST 2019



Timo Aaltonen pushed to branch master at FreeIPA packaging / jss


Commits:
d24f4a16 by Timo Aaltonen at 2019-09-16T15:06:47Z
use-release-8.diff: Set --release=8.

- - - - -
f76c310b by Timo Aaltonen at 2019-09-16T15:07:00Z
releasing package jss version 4.6.1-3

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/use-release-8.diff


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jss (4.6.1-3) unstable; urgency=medium
+
+  * use-release-8.diff: Set --release=8.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Mon, 16 Sep 2019 18:06:52 +0300
+
 jss (4.6.1-2) unstable; urgency=medium
 
   * fix-bufferprfd.diff: Fix tests on big-endian.


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 fix-bufferprfd.diff
+use-release-8.diff


=====================================
debian/patches/use-release-8.diff
=====================================
@@ -0,0 +1,17 @@
+diff --git a/cmake/JSSConfig.cmake b/cmake/JSSConfig.cmake
+index 3ca7ede6..71274d44 100644
+--- a/cmake/JSSConfig.cmake
++++ b/cmake/JSSConfig.cmake
+@@ -265,10 +265,8 @@ macro(jss_config_java)
+     list(APPEND JSS_JAVAC_FLAGS "${PROJECT_SOURCE_DIR}")
+ 
+     # Ensure we're compatible with JDK 8
+-    list(APPEND JSS_JAVAC_FLAGS "-target")
+-    list(APPEND JSS_JAVAC_FLAGS "1.8")
+-    list(APPEND JSS_JAVAC_FLAGS "-source")
+-    list(APPEND JSS_JAVAC_FLAGS "1.8")
++    list(APPEND JSS_JAVAC_FLAGS "--release")
++    list(APPEND JSS_JAVAC_FLAGS "8")
+ 
+     # Handle passed-in javac flags as well; assume they are valid.
+     separate_arguments(PASSED_JAVAC_FLAGS UNIX_COMMAND "$ENV{JAVACFLAGS}")



View it on GitLab: https://salsa.debian.org/freeipa-team/jss/compare/74d1a91114c3878cbe9f16db8d650d05e3733cec...f76c310b9685b5a944c946c935e7cb4a4839642c

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/jss/compare/74d1a91114c3878cbe9f16db8d650d05e3733cec...f76c310b9685b5a944c946c935e7cb4a4839642c
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/20190916/bf5f7b66/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list