[Git][java-team/java-gnome][master] 4 commits: Standards-Version updated to 4.5.1
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Feb 8 09:23:26 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / java-gnome
Commits:
ebe1af1f by Emmanuel Bourg at 2021-02-08T10:11:10+01:00
Standards-Version updated to 4.5.1
- - - - -
84502eaa by Emmanuel Bourg at 2021-02-08T10:11:18+01:00
Switch to debhelper level 13
- - - - -
0494ceb8 by Emmanuel Bourg at 2021-02-08T10:22:59+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981952)
- - - - -
d3f32c01 by Emmanuel Bourg at 2021-02-08T10:23:09+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- â debian/compat
- debian/control
- + debian/patches/09_java17_compatibility.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+java-gnome (4.1.3-10) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with OpenJDK 17 (Closes: #981952)
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 08 Feb 2021 10:23:03 +0100
+
java-gnome (4.1.3-9) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders:
Guillaume Mazoyer <respawneral at gmail.com>
Build-Depends:
dbus (>= 1.8),
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
hicolor-icon-theme,
junit,
@@ -25,7 +25,7 @@ Build-Depends:
python3,
xfonts-base,
xvfb
-Standards-Version: 4.1.4
+Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/java-gnome.git
Vcs-Browser: https://salsa.debian.org/java-team/java-gnome
Homepage: http://java-gnome.sourceforge.net/
=====================================
debian/patches/09_java17_compatibility.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -1226,7 +1226,7 @@
+ } elsif ($javac_candidate =~ /ibm/i) {
+ $vendor = "IBM";
+ }
+- check_compiler($javac, "$vendor javac", $javac_candidate, "-g -source 1.6 -target 1.6");
++ check_compiler($javac, "$vendor javac", $javac_candidate, "-g -source 8 -target 8");
+
+ # check gcj. The moniker $gcjC refers to `gcj -C`. See HACKING.
+ my $gcj_candidate;
=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@
06_disable_java_check.patch
07_java10_compatibility.patch
enchant_2.patch
+09_java17_compatibility.patch
View it on GitLab: https://salsa.debian.org/java-team/java-gnome/-/compare/2c09b3f911ec5235dfb90ba07cd3321e390e2b5c...d3f32c013d78cd049b920e6f7796138c434c049a
--
View it on GitLab: https://salsa.debian.org/java-team/java-gnome/-/compare/2c09b3f911ec5235dfb90ba07cd3321e390e2b5c...d3f32c013d78cd049b920e6f7796138c434c049a
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-java-commits/attachments/20210208/8813da24/attachment.html>
More information about the pkg-java-commits
mailing list