Jochen Sprickerhof pushed to branch master at Debian Java Maintainers / javatools
Commits: c9794189 by Jochen Sprickerhof at 2020-05-14T16:03:23+02:00 Add dh-sequence provides for debhelper 12 - - - - - e5227b2c by Jochen Sprickerhof at 2020-05-14T16:03:58+02:00 Fix --main documentation Closes: #935865 - - - - - c6c555a5 by Jochen Sprickerhof at 2020-05-14T16:15:59+02:00 Update changelog for 0.72.12 release - - - - - 3 changed files: - debian/changelog - debian/control - jh_build Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +javatools (0.72.12) unstable; urgency=medium + + * Team upload. + * Add dh-sequence provides for debhelper 12 + * Fix --main documentation (Closes: #935865) + + -- Jochen Sprickerhof <[email protected]> Thu, 14 May 2020 16:15:45 +0200 + javatools (0.72.11) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -39,6 +39,7 @@ Depends: libarchive-zip-perl (>= 1.30-6~), ${misc:Depends}, ${perl:Depends} +Provides: dh-sequence-javahelper Description: Helper scripts for packaging Java programs Javahelper contains several scripts which help in packaging Java programs. ===================================== jh_build ===================================== @@ -49,7 +49,7 @@ a source file or directory containing source files. =over 4 -=item B<--main-class=>I<main-class> +=item B<--main=>I<main-class> Set the B<Main-Class> attribute in the manifest of the generated jar file(s) to I<main-class>. This makes B<java -jar I<generated-jar-file>> run that class. View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/890bc58e76068abdb9378699a51761d7815f1120...c6c555a51798639611e29231f46549b6137787df -- View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/890bc58e76068abdb9378699a51761d7815f1120...c6c555a51798639611e29231f46549b6137787df 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

