Tony Mancill pushed to branch master at Debian Java Maintainers / isorelax
Commits: cd85be74 by tony mancill at 2019-02-25T14:38:28Z No more javadoc link for JDK API - - - - - f4d2c294 by tony mancill at 2019-02-26T04:37:39Z Drop build-dep on default-jdk-doc - - - - - f89740ed by tony mancill at 2019-02-26T04:44:42Z Patch debian rules to ignore hidden directories (Closes: #919959) - - - - - f1029f90 by tony mancill at 2019-02-26T05:19:15Z Bump Standards-Version to 4.3.0 - - - - - 2e421fe8 by tony mancill at 2019-02-26T05:19:15Z Update Vcs- URLs to point to Salsa - - - - - 8e59d8c7 by tony mancill at 2019-02-26T05:19:15Z Update Homepage URL to use https - - - - - 929cda6f by tony mancill at 2019-02-26T05:19:15Z prepare changelog for upload - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,20 @@ -isorelax (20041111-12) UNRELEASED; urgency=medium +isorelax (20041111-12) unstable; urgency=medium + * Team upload. + + [ Samuel Thibault ] * Mark libisorelax-java Multi-Arch: foreign. - -- Samuel Thibault <[email protected]> Fri, 04 Jan 2019 00:15:18 +0100 + [ tony mancill ] + * Disable javadoc link for JDK API and drop build-dep on default-jdk-doc + (Closes: #923185) + * Patch debian rules to ignore hidden directories (Closes: #919959) + Thank you to Santiago Vila for the patch. + * Bump Standards-Version to 4.3.0 + * Update Vcs- URLs to point to Salsa + * Update Homepage URL to use https + + -- tony mancill <[email protected]> Mon, 25 Feb 2019 21:17:46 -0800 isorelax (20041111-11) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,11 +5,11 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Samuel Thibault <[email protected]>, Giovanni Mascellani <[email protected]> Build-Depends: debhelper (>= 10) -Build-Depends-Indep: default-jdk, default-jdk-doc, ant, ant-doc, maven-repo-helper -Standards-Version: 4.2.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/isorelax.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-java/isorelax.git -Homepage: http://sourceforge.net/projects/iso-relax/ +Build-Depends-Indep: default-jdk, ant, ant-doc, maven-repo-helper +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/java-team/isorelax.git +Vcs-Browser: https://salsa.debian.org/java-team/isorelax +Homepage: https://sourceforge.net/projects/iso-relax/ Package: libisorelax-java Architecture: all ===================================== debian/rules ===================================== @@ -11,7 +11,6 @@ JAVADOCFLAGS=-locale en \ -encoding UTF-8 \ -notimestamp \ -classpath $(JAVACLASSES)/ant.jar \ - -link /usr/share/doc/default-jdk-doc/api \ -link /usr/share/doc/ant/api/ \ -source 1.8 @@ -22,11 +21,11 @@ JARFILE=isorelax-20041111.jar override_dh_auto_build: $(JAVAC) $(JAVAFLAGS) `find jp org -name \*.java` - $(JAVADOC) $(JAVADOCFLAGS) -d api `find . -name \*.java` + $(JAVADOC) $(JAVADOCFLAGS) -d api `find * -name \*.java` - $(JAR) c `find . -name \*.class -o -name \*.rxm -o -name \*.rxg -o -name \*.dtd -o -name \*.mod -o -name \*.MF` > $(JARFILE) + $(JAR) c `find * -name \*.class -o -name \*.rxm -o -name \*.rxg -o -name \*.dtd -o -name \*.mod -o -name \*.MF` > $(JARFILE) override_dh_auto_clean: - rm -f `find . -name \*.class` + rm -f `find * -name \*.class` rm -f $(JARFILE) rm -fr api View it on GitLab: https://salsa.debian.org/java-team/isorelax/compare/c6ed0812dddf684cabba8fac19c24746cd5efa72...929cda6f4ac60853bb9e368b31e1b39754adab68 -- View it on GitLab: https://salsa.debian.org/java-team/isorelax/compare/c6ed0812dddf684cabba8fac19c24746cd5efa72...929cda6f4ac60853bb9e368b31e1b39754adab68 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

