[med-svn] [Git][med-team/jmodeltest][master] 2 commits: Standards-Version: 4.2.1
Andreas Tille
gitlab at salsa.debian.org
Wed Oct 17 08:57:43 BST 2018
Andreas Tille pushed to branch master at Debian Med / jmodeltest
Commits:
d98648f7 by Andreas Tille at 2018-10-17T07:56:10Z
Standards-Version: 4.2.1
- - - - -
4e5707bb by Andreas Tille at 2018-10-17T07:57:21Z
Include alter-lib.jar in build.xml
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/use_debian_packaged_jars.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -2,7 +2,7 @@ jmodeltest (2.1.10+dfsg-7) UNRELEASED; urgency=medium
* alter-sequence-alignment now has two JARs - add alter-lib.jar to manifest
Closes: #906371
- * Standards-Version: 4.2.0
+ * Standards-Version: 4.2.1
-- Andreas Tille <tille at debian.org> Tue, 21 Aug 2018 08:15:38 +0200
=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
texlive-latex-base,
texlive-fonts-recommended,
texlive-latex-recommended
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/jmodeltest
Vcs-Git: https://salsa.debian.org/med-team/jmodeltest.git
Homepage: https://github.com//ddarriba/jmodeltest2
=====================================
debian/patches/use_debian_packaged_jars.patch
=====================================
@@ -16,7 +16,15 @@ Description: Use Debian packaged JARs
<property name="log.dir" location="${dist.dir}/log" />
<property name="manual.dir" location="manual" />
<property name="src.resources.dir" location="src/main/resources" />
-@@ -30,7 +30,6 @@
+@@ -21,6 +21,7 @@
+
+ <path id="lib.path">
+ <fileset refid="lib.jars" />
++ <fileset dir="/usr/share/java" includes="alter-lib.jar"/>
+ </path>
+
+ <!-- Stub install target. Install should depend on the 'jar' target,
+@@ -30,7 +31,6 @@
<target name="compile" description="Compile code">
<mkdir dir="${build.dir}" />
@@ -24,3 +32,12 @@ Description: Use Debian packaged JARs
<property environment="env" />
<property name="java6.boot.classpath" value="${env.JAVA6_BOOTCLASSES}" />
<javac srcdir="${src.dir}" destdir="${build.dir}" includeAntRuntime="no"
+--- a/Manifest
++++ b/Manifest
+@@ -1,5 +1,5 @@
+ Main-Class: es.uvigo.darwin.jmodeltest.ModelTest
+ Class-Path: lib/appframework-1.0.3.jar lib/mpj.
+- jar lib/pal.jar lib/alter.jar lib/swing-worker-1.1.jar.
++ jar lib/pal.jar lib/alter.jar lib/alter-lib.jar lib/swing-worker-1.1.jar.
+ jar lib/freemarker.jar lib/BrowserLauncher2-all-1_3.
+ jar lib/jfreechart-1.0.14.jar lib/jcommon-1.0.17.jar
View it on GitLab: https://salsa.debian.org/med-team/jmodeltest/compare/c4bcd3444d57c6e9c27928d524b3f9a904a105cc...4e5707bbe45cb80d3dc96a3800477affaef73680
--
View it on GitLab: https://salsa.debian.org/med-team/jmodeltest/compare/c4bcd3444d57c6e9c27928d524b3f9a904a105cc...4e5707bbe45cb80d3dc96a3800477affaef73680
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/20181017/3c84f6f1/attachment-0001.html>
More information about the debian-med-commit
mailing list