1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
biojava3-live (3.1.0+dfsg-2) unstable; urgency=medium
* Fix "FTBFS in jessie: dh_install: libbiojava3-java-doc missing files
(doc/biojava/*), aborting":
debian/build.xml: tell javadoc that source files are encoded as UTF-8;
otherwise it bails out, and dh_install finds nothing to install.
(Closes: #768710), thanks to gregor herrmann <gregoa@debian.org>
-- Olivier Sallou <osallou@debian.org> Tue, 18 Nov 2014 14:06:30 +0100
biojava3-live (3.1.0+dfsg-1) unstable; urgency=medium
* New upstream release
-- Olivier Sallou <osallou@debian.org> Wed, 03 Sep 2014 07:57:21 +0200
biojava3-live (3.0.8+dfsg-1) unstable; urgency=medium
* New upstream release
* Patch to fix Java 8 compatiblity (Closes: #745085).
Thanks to Emmanuel Bourg <ebourg@apache.org>.
* Remove patch to use log4j, not needed anymore.
-- Olivier Sallou <osallou@debian.org> Sun, 10 Aug 2014 23:51:14 +0200
biojava3-live (3.0.7+dfsg-3) unstable; urgency=medium
* d/control, d/build.xml: replace dependency to libcommons-collections3-java
(Closes: #744208).
-- Olivier Sallou <osallou@debian.org> Mon, 12 May 2014 09:39:08 +0200
biojava3-live (3.0.7+dfsg-2) unstable; urgency=medium
* d/build.xml, d/control: change deps jar file name(Closes: #747781).
-- Olivier Sallou <osallou@debian.org> Mon, 12 May 2014 09:31:04 +0200
biojava3-live (3.0.7+dfsg-1) unstable; urgency=low
* New upstream release
* Use Standards 3.9.5
[debian/watch]: use new upstream GitHub repository
-- Olivier Sallou <osallou@debian.org> Tue, 18 Jun 2013 14:40:39 +0200
biojava3-live (3.0.5-3) unstable; urgency=low
* Fix issue wit itext5 >= 5.4.1 related to API change (Closes: #712359)
* debian/build.xml: fork junit tests
-- Olivier Sallou <osallou@debian.org> Tue, 18 Jun 2013 12:53:24 +0200
biojava3-live (3.0.5-2) unstable; urgency=low
* Remove tests needing network access (Closes: #696947)
-- Olivier Sallou <osallou@debian.org> Thu, 03 Jan 2013 11:08:51 +0100
biojava3-live (3.0.5-1) unstable; urgency=low
* New upstream release
* Use forester 1.005
-- Olivier Sallou <osallou@debian.org> Sun, 02 Dec 2012 22:35:09 +0100
biojava3-live (3.0.4-2) unstable; urgency=low
[ Olivier Sallou ]
Patch from James Page <james.page@ubuntu.com> (Closes: #683513).
* Transition to use default java implementation:
- d/control: Use default-jdk (>= 1:1.6) instead of openjdk-6-jdk
for package build.
-- Olivier Sallou <osallou@debian.org> Wed, 01 Aug 2012 15:45:32 +0200
biojava3-live (3.0.4-1) unstable; urgency=low
* Initial release (Closes: #674265)
-- Olivier Sallou <osallou@debian.org> Wed, 23 May 2012 18:13:46 +0200
|