Your message dated Tue, 18 Nov 2014 22:32:25 +0100
with message-id <[email protected]>
and subject line Re: Bug#770096: unblock: biojava3-live/3.1.0+dfsg-2
has caused the Debian Bug report #770096,
regarding unblock: biojava3-live/3.1.0+dfsg-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
770096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]>
+
+ -- Olivier Sallou <[email protected]> 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
--- End Message ---
--- Begin Message ---
On 2014-11-18 22:07, olivier sallou wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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:
>
> [...]
>
> unblock biojava3-live/3.1.0+dfsg-2
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---