[Git][java-team/libcommons-jexl3-java][master] 5 commits: Standards-Version updated to 4.5.1
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Feb 8 23:14:43 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcommons-jexl3-java
Commits:
f0effa09 by Emmanuel Bourg at 2021-01-26T15:02:44+01:00
Standards-Version updated to 4.5.1
- - - - -
915a78ec by Emmanuel Bourg at 2021-01-26T15:02:49+01:00
Switch to debhelper level 13
- - - - -
fc05ac76 by Emmanuel Bourg at 2021-01-26T15:15:47+01:00
Use secure URIs
- - - - -
e5160c0d by Emmanuel Bourg at 2021-02-09T00:13:52+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981986)
- - - - -
daf49741 by Emmanuel Bourg at 2021-02-09T00:14:17+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- â debian/compat
- debian/control
- debian/maven.properties
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libcommons-jexl3-java (3.1-2) unstable; urgency=medium
+
+ * Fixed the build failure with OpenJDK 17 (Closes: #981986)
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+ * Use secure URIs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 09 Feb 2021 00:14:08 +0100
+
libcommons-jexl3-java (3.1-1) unstable; urgency=medium
* New upstream release
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 11~),
+ debhelper-compat (= 13),
default-jdk,
javahelper,
junit4,
@@ -15,10 +15,10 @@ Build-Depends:
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.0.2~)
-Standards-Version: 4.2.0
+Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libcommons-jexl3-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jexl3-java
-Homepage: http://commons.apache.org/jexl
+Homepage: https://commons.apache.org/jexl
Package: libcommons-jexl3-java
Architecture: all
=====================================
debian/maven.properties
=====================================
@@ -1,3 +1,5 @@
maven.compiler.source = 8
maven.compiler.target = 8
maven.compiler.release = 8
+
+argLine=--illegal-access=permit
View it on GitLab: https://salsa.debian.org/java-team/libcommons-jexl3-java/-/compare/b32ce981aa9131e23b01c04b65f2c770c6ba19d2...daf49741a585232c6ec31f738a2bf859a2a9a758
--
View it on GitLab: https://salsa.debian.org/java-team/libcommons-jexl3-java/-/compare/b32ce981aa9131e23b01c04b65f2c770c6ba19d2...daf49741a585232c6ec31f738a2bf859a2a9a758
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/66a22026/attachment.html>
More information about the pkg-java-commits
mailing list