Hi Peter, If you have fixes for closure-compiler, please feel free to go ahead and NMU. I will pick up the changes and apply them to the packaging repo from the NMU.
Thank you for helping with this, tony On Thu, Sep 03, 2020 at 02:05:03PM +0100, peter green wrote: > 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. > 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 <[email protected]> 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 > __ > This is the maintainer address of Debian's Java team > <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. > Please use > [email protected] for discussions and questions.
signature.asc
Description: PGP signature
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
