[med-svn] [Git][med-team/drop-seq][master] 2 commits: Fix classpath in jar
Andreas Tille
gitlab at salsa.debian.org
Thu May 21 23:05:35 BST 2020
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200521/cbe0f5c5/attachment.html>
More information about the debian-med-commit
mailing list