Tony Mancill pushed to branch master at Debian Java Maintainers / 
closure-compiler


Commits:
9d7d2203 by Vladimir Petko at 2023-11-20T16:51:04+13:00
add missing ant.jar

- - - - -
45bd6337 by Vladimir Petko at 2023-11-20T16:52:46+13:00
changelog

- - - - -
2afbc52e by Tony Mancill at 2023-12-20T04:08:32+00:00
Merge branch 'master' into 'master'

Fix Java 21 FTBS

See merge request java-team/closure-compiler!2
- - - - -


2 changed files:

- debian/changelog
- debian/patches/build_xml.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+closure-compiler (20130227+rhino-2) UNRELEASED; urgency=medium
+
+  * d/p/build_xml.patch: add ant.jar to resolve javadoc errors
+    (Closes: #1053018).
+
+ -- Vladimir Petko <vladimir.pe...@canonical.com>  Mon, 20 Nov 2023 16:51:43 
+1300
+
 closure-compiler (20130227+rhino-1) unstable; urgency=medium
 
   * QA upload.


=====================================
debian/patches/build_xml.patch
=====================================
@@ -82,7 +82,7 @@ Forwarded: not-needed
      </fileset>
      <fileset dir="${buildlib.dir}">
        <include name="rhino.jar"/>
-@@ -234,7 +238,12 @@
+@@ -234,7 +238,13 @@
    <path id="allclasspath.path">
      <pathelement location="${classes.dir}" />
      <fileset dir="${lib.dir}">
@@ -93,6 +93,7 @@ Forwarded: not-needed
 +      <include name="json.jar"/>
 +      <include name="jsr305.jar"/>
 +      <include name="protobuf.jar"/>
++      <include name="ant.jar"/>
      </fileset>
      <fileset dir="${buildlib.dir}">
        <include name="rhino.jar"/>



View it on GitLab: 
https://salsa.debian.org/java-team/closure-compiler/-/compare/cf3752994a05f1e5dd249c83aaec73784d18273c...2afbc52e89808b7ff5b37854d8079e9c8879b9a4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/closure-compiler/-/compare/cf3752994a05f1e5dd249c83aaec73784d18273c...2afbc52e89808b7ff5b37854d8079e9c8879b9a4
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