Your message dated Sun, 11 Sep 2011 16:11:55 +0200
with message-id <[email protected]>
and subject line Re: Bug#635951: libclaw: TBFS with libpng 1.5
has caused the Debian Bug report #635951,
regarding libclaw: TBFS with libpng 1.5
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.)
--
635951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635951
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libclaw
Version: 1.6.1-5
Severity: important
Tags: patch
User: [email protected]
Usertags: libpng15-transition
Hi,
I uploaded libpng 1.5.2 to experimental.
libpng maintainers plan to transition from libpng 1.2 to 1.5.
I am checking build it the package depend to libpng.
I noticed your package FTBFS by libpng 1.5.
I created the patch that revise this problem.
Could you check and apply this patch?
Best regards,
Nobuhiro
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
diff -u libclaw-1.6.1/debian/changelog libclaw-1.6.1/debian/changelog
--- libclaw-1.6.1/debian/changelog
+++ libclaw-1.6.1/debian/changelog
@@ -1,3 +1,10 @@
+libclaw (1.6.1-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * libpng transition.
+
+ -- Nobuhiro Iwamatsu <[email protected]> Mon, 06 Jun 2011 17:03:03 +0900
+
libclaw (1.6.1-4) unstable; urgency=low
[ Julien Jorge ]
diff -u libclaw-1.6.1/debian/rules libclaw-1.6.1/debian/rules
--- libclaw-1.6.1/debian/rules
+++ libclaw-1.6.1/debian/rules
@@ -49,7 +49,7 @@
find . -name "*-static.a" | while read f; do \
mv $$f `echo $$f | sed s/-static//`; \
done
- rm $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
+ rm -rf $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
ln -s /usr/share/javascript/jquery/jquery.js \
$(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
docbook-to-man debian/claw-config.man.sgml > debian/claw-config.1
only in patch2:
unchanged:
--- libclaw-1.6.1.orig/claw/png.hpp
+++ libclaw-1.6.1/claw/png.hpp
@@ -32,6 +32,7 @@
#include <claw/image.hpp>
#include <png.h>
+#include <zlib.h>
#include <setjmp.h>
#include <iostream>
#include <string>
--- End Message ---
--- Begin Message ---
Version: 1.7.0-1
Thank you for the bug report. This bug had been fixed by the last upload.
Best regards,
Gonéri Le Bouder
--- End Message ---