Andreas Tille pushed to branch master at Debian Med / drop-seq
Commits: 43b24efa by Andreas Tille at 2020-05-21T22:04:46+02:00 Fix classpath in jar - - - - - 9e90c066 by Andreas Tille at 2020-05-22T00:05:22+02:00 Add ITP bug - - - - - 2 changed files: - debian/changelog - debian/patches/debian_packaged_libs.patch Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,5 @@ drop-seq (2.3.0+dfsg-1) UNRELEASED; urgency=medium - * Initial release (Closes: #<bug>) - TODO: libla4j-java (in new ITP #961190) + * Initial release (Closes: #961237) -- Andreas Tille <[email protected]> Tue, 19 May 2020 14:42:01 +0200 ===================================== debian/patches/debian_packaged_libs.patch ===================================== @@ -27,6 +27,17 @@ Description: Use Debian packaged Java libs <include name="*.jar"/> </fileset> </path> +@@ -106,10 +106,7 @@ + <target name="jar-executable" depends="compile-src"> + <mkdir dir="${dist}"/> + <pathconvert property="classpath.manifest" refid="classpath" pathsep=" "> +- <chainedmapper> + <flattenmapper/> +- <globmapper from="*.jar" to="lib/*.jar"/> +- </chainedmapper> + </pathconvert> + <delete file="${dist}/dropseq.jar"/> + <jar destfile="${dist}/dropseq.jar" compress="no"> --- a/src/ant/defs.xml +++ b/src/ant/defs.xml @@ -122,12 +122,14 @@ View it on GitLab: https://salsa.debian.org/med-team/drop-seq/-/compare/580b408c902c19a44d5cfa46b3149765ff5a95aa...9e90c066e510da3721a8b90f229f00c5730195ca -- View it on GitLab: https://salsa.debian.org/med-team/drop-seq/-/compare/580b408c902c19a44d5cfa46b3149765ff5a95aa...9e90c066e510da3721a8b90f229f00c5730195ca You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
