Tony Mancill pushed to branch master at Debian Java Maintainers / bnd


Commits:
65fa40bd by Vladimir Petko at 2024-01-05T22:31:06+13:00
d/bootstrap.xml, d/rules: use minimum supported Java release level (Closes: 
#1057492).

- - - - -
57280408 by Vladimir Petko at 2024-01-05T22:31:12+13:00
changelog

- - - - -
61bfbd10 by Tony Mancill at 2024-01-06T04:30:00+00:00
Merge branch 'master' into 'master'

Resolve Java 21 ftbfs

See merge request java-team/bnd!1
- - - - -


3 changed files:

- debian/bootstrap.xml
- debian/changelog
- debian/rules


Changes:

=====================================
debian/bootstrap.xml
=====================================
@@ -13,6 +13,7 @@
         <javac
                 destdir="bootstrap/build"
                 classpath="${compileClasspath}"
+                release="${javac.release}"
                 encoding="UTF-8"
                 debug="true">
             <src path="aQute.libg/src"/>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bnd (5.0.1-5) UNRELEASED; urgency=medium
+
+  * d/bootstrap.xml, d/rules: use minimum supported Java release level
+    (Closes: #1057492).
+
+ -- Vladimir Petko <vladimir.pe...@canonical.com>  Fri, 05 Jan 2024 22:16:13 
+1300
+
 bnd (5.0.1-4) unstable; urgency=medium
 
   * Team upload


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ export VERSION=$(DEB_VERSION_UPSTREAM)
 override_dh_auto_build:
        $(RM) cnf/ext/central.mvn # It forces Gradle to fetch artifacts from 
remote.
 
-       ant -f debian/bootstrap.xml
+       ant -f debian/bootstrap.xml -Djavac.release=8
        mkdir -p \
                cnf/repo/biz.aQute.bnd/ \
                cnf/cache/$(VERSION)/bnd-cache/ant \



View it on GitLab: 
https://salsa.debian.org/java-team/bnd/-/compare/9e9d6ce18e77b3b3be6030a17525cb6fdb5ee3ea...61bfbd10f9e327acb9a43c39f8a08302f90e5b79

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/bnd/-/compare/9e9d6ce18e77b3b3be6030a17525cb6fdb5ee3ea...61bfbd10f9e327acb9a43c39f8a08302f90e5b79
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to