Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package biojava3-live Current release in Jessie has a serious FTBS bug (#768710) related to character encoding causing a build failure. The new uploaded release in unstable fixes this bug (and only this bug). Changelog can be found in following debgdiff. Here is debdiff: diff -Nru biojava3-live-3.1.0+dfsg/debian/build.xml biojava3-live-3.1.0+dfsg/deb ian/build.xml --- biojava3-live-3.1.0+dfsg/debian/build.xml 2014-05-15 12:02:56.000000000 +0 200 +++ biojava3-live-3.1.0+dfsg/debian/build.xml 2014-11-18 19:56:35.000000000 +0 100 @@ -61,7 +61,7 @@ <target name="javadocs"> <mkdir dir="${docs.dir}"/> <mkdir dir="${docs.lib.dir}"/> - <javadoc destdir="${docs.lib.dir}" sourcepath="${src.dir}" packa genames="org.*"> + <javadoc destdir="${docs.lib.dir}" sourcepath="${src.dir}" packa genames="org.*" encoding="UTF-8"> <link href="http://java.sun.com/j2se/1.6.0/docs/api/"/> </javadoc> </target> diff -Nru biojava3-live-3.1.0+dfsg/debian/changelog biojava3-live-3.1.0+dfsg/deb ian/changelog --- biojava3-live-3.1.0+dfsg/debian/changelog 2014-09-03 08:11:23.000000000 +0 200 +++ biojava3-live-3.1.0+dfsg/debian/changelog 2014-11-18 20:26:43.000000000 +0 100 @@ -1,3 +1,13 @@ +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 <gre...@debian.org> + + -- Olivier Sallou <osal...@debian.org> Tue, 18 Nov 2014 14:06:30 +0100 + biojava3-live (3.1.0+dfsg-1) unstable; urgency=medium * New upstream release unblock biojava3-live/3.1.0+dfsg-2 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.10-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash