Bug#961839: Patch for closure-compiler rc bugs, possible NMU.

peter green plugwash at p10link.net
Thu Sep 3 14:05:03 BST 2020


tags 942965 +patch
tags 961839 +pending

The attached debdiff fixes bugs 942965 and 961839, the former by changing
the build-dependency from python-docutils to python3-docutils and the latter
by adding "ant.build.javac.source=8" and "ant.build.javac.target=8" to
debian/ant.properties.

If I do not get any response to this mail I will likely NMU this later.
-------------- next part --------------
diff -Nru closure-compiler-20130227+dfsg1/debian/ant.properties closure-compiler-20130227+dfsg1/debian/ant.properties
--- closure-compiler-20130227+dfsg1/debian/ant.properties	2017-09-12 13:12:47.000000000 +0000
+++ closure-compiler-20130227+dfsg1/debian/ant.properties	2020-09-03 12:30:30.000000000 +0000
@@ -1,2 +1,4 @@
 build.svnVersion = 20130227
 lib.dir=/usr/share/java
+ant.build.javac.source=8
+ant.build.javac.target=8
diff -Nru closure-compiler-20130227+dfsg1/debian/changelog closure-compiler-20130227+dfsg1/debian/changelog
--- closure-compiler-20130227+dfsg1/debian/changelog	2017-09-12 14:18:28.000000000 +0000
+++ closure-compiler-20130227+dfsg1/debian/changelog	2020-09-03 12:32:03.000000000 +0000
@@ -1,3 +1,12 @@
+closure-compiler (20130227+dfsg1-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set Java source and target versions to 8 (Closes: 961839)
+  * Replace build-dependency on python-docutils with python3-docutils
+    (Closes: 942965)
+
+ -- Peter Michael Green <plugwash at debian.org>  Thu, 03 Sep 2020 12:32:03 +0000
+
 closure-compiler (20130227+dfsg1-10) unstable; urgency=medium
 
   * Team upload.
diff -Nru closure-compiler-20130227+dfsg1/debian/control closure-compiler-20130227+dfsg1/debian/control
--- closure-compiler-20130227+dfsg1/debian/control	2017-09-12 14:17:54.000000000 +0000
+++ closure-compiler-20130227+dfsg1/debian/control	2020-09-03 12:30:44.000000000 +0000
@@ -18,7 +18,7 @@
     ant,
     libjarjar-java,
     protobuf-compiler,
-    python-docutils,
+    python3-docutils,
     javahelper (>= 0.25)
 Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
 Standards-Version: 4.1.0


More information about the pkg-java-maintainers mailing list