[med-svn] [alter-sequence-alignment] 01/02: Resulting JAR should have lower case name

Andreas Tille tille at debian.org
Sat Sep 5 16:30:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository alter-sequence-alignment.

commit 820c7ac368cfa952098bc25e59a925670ba0d3fd
Author: Andreas Tille <tille at debian.org>
Date:   Sat Sep 5 16:02:51 2015 +0200

    Resulting JAR should have lower case name
---
 debian/patches/lower_case_jar.patch | 15 +++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/lower_case_jar.patch b/debian/patches/lower_case_jar.patch
new file mode 100644
index 0000000..867e920
--- /dev/null
+++ b/debian/patches/lower_case_jar.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 05 Sep 2015 07:13:34 +0200
+Description: Resulting JAR should have lower case name
+
+--- a/alter-lib/build.xml
++++ b/alter-lib/build.xml
+@@ -49,7 +49,7 @@
+   </target>
+   <target name="buildjar" depends="clean, build">
+       <mkdir dir="${dist}"/>
+-      <jar destfile="${dist}/ALTER.jar"
++      <jar destfile="${dist}/alter.jar"
+        basedir="${build}" manifest="${ALTERLIB.basedir}/MANIFEST.MF"/>
+   </target>
+ </project>
diff --git a/debian/patches/series b/debian/patches/series
index 3624acc..bf7144d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 suppress_build_web_interface.patch
 use_debian_packaged_jar.patch
 fix_unmappable_characters.patch
+lower_case_jar.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/alter-sequence-alignment.git



More information about the debian-med-commit mailing list