Skip to content
Commits on Source (5)
biojava-live (1:1.9.2+dfsg-1) UNRELEASED; urgency=low
biojava-live (1:1.7.1-7) unstable; urgency=medium
* New upstream version
(Closes: #659824)
* d/watch: get from github
* Remove leftover of debhelper migration from d/rules
Closes: #870060
* debhelper 11
* Standards-Version: 4.1.3
[ ISSUES]
Several tests are failing, some randomly. I have contacted upstream for analysis.
[ Andreas Tille about SVN to Git migration ]
SVN contained lots of commits for later versions than 1.7.1 but no upload
To get the uploaded packages in sync with the package pool I moved the
status from SVN to branch 1.9.2 and restored the 1.7.1 packaging. You can
find the latest commits from SVN in the branch 1.9.2
-- Olivier Sallou <osallou@debian.org> Sat, 01 Feb 2014 11:28:20 +0100
-- Andreas Tille <tille@debian.org> Tue, 23 Jan 2018 14:19:01 +0100
biojava-live (1:1.7.1-6) unstable; urgency=medium
......
......@@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Olivier Sallou <osallou@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
ant
Build-Depends-Indep: libcommons-dbcp-java,
libhsqldb-java,
......@@ -15,7 +15,7 @@ Build-Depends-Indep: libcommons-dbcp-java,
default-jdk,
junit4,
ant-optional
Standards-Version: 4.1.0
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/biojava-live.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/biojava-live.git
Homepage: http://www.biojava.org
......
......@@ -50,12 +50,6 @@ override_dh_install:
ant runtests
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
override_dh_installexamples:
dh_installexamples
dh_installexamples -plibbiojava-java-demos demos/*
......