Skip to content
Commits on Source (4)
mauve-aligner (2.4.0+4736-2) UNRELEASED; urgency=medium
mauve-aligner (2.4.0+4736-2) unstable; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 24 Oct 2018 23:15:57 +0000
[ Andreas Tille ]
* Build-Depends: s/icedtea-netx-common/icedtea-netx/
Closes: #916572
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Sun, 16 Dec 2018 09:06:18 +0100
mauve-aligner (2.4.0+4736-1) unstable; urgency=medium
......
......@@ -14,10 +14,10 @@ Build-Depends: debhelper (>= 11~),
libcommons-cli-java,
libdbus-java,
libzeus-jscl-java,
icedtea-netx-common,
icedtea-netx,
libunixsocket-java,
imagemagick
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/mauve-aligner
Vcs-Git: https://salsa.debian.org/med-team/mauve-aligner.git
Homepage: http://darlinglab.org/mauve/
......
......@@ -10,7 +10,7 @@ JAVA_HOME := /usr/lib/jvm/default-java
DEBJAR := /usr/share/java
CLASS_PATH := $(DEBJAR)/biojava.jar:$(DEBJAR)/commons-cli.jar:$(DEBJAR)/dbus.jar:$(DEBJAR)/jebl.jar:$(DEBJAR)/zeus-jscl.jar
## :$(DEBJAR)/postgresql-jdbc4.jar
## :$(DEBJAR)/postgresql-jdbc4.jar
# to run the test suite
JAVA := $(JAVA_HOME)/bin/java
......