Your message dated Wed, 13 Jan 2016 10:34:51 +0000
with message-id <[email protected]>
and subject line Bug#635704: fixed in xstarfish 1.1-11.1
has caused the Debian Bug report #635704,
regarding starfish: FTBFS with libpng 1.5.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.)
--
635704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635704
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: starfish
Version: 1.1-11
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 appended the patch that corrected this problem.
Could you smoothly cooperate in libpng 1.5 to shift?
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
diff -Nru xstarfish-1.1/debian/changelog xstarfish-1.1/debian/changelog
--- xstarfish-1.1/debian/changelog 2010-08-13 04:48:02.000000000 +0900
+++ xstarfish-1.1/debian/changelog 2011-06-08 10:25:55.000000000 +0900
@@ -1,3 +1,10 @@
+xstarfish (1.1-11.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * libpng transition.
+
+ -- Nobuhiro Iwamatsu <[email protected]> Wed, 08 Jun 2011 10:25:48 +0900
+
xstarfish (1.1-11) unstable; urgency=low
* New maintainer (Closes: #486776)
diff -Nru xstarfish-1.1/debian/patches/debian-changes-1.1-11.1 xstarfish-1.1/debian/patches/debian-changes-1.1-11.1
--- xstarfish-1.1/debian/patches/debian-changes-1.1-11.1 1970-01-01 09:00:00.000000000 +0900
+++ xstarfish-1.1/debian/patches/debian-changes-1.1-11.1 2011-06-08 21:40:43.000000000 +0900
@@ -0,0 +1,40 @@
+Description: Upstream changes introduced in version 1.1-11.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ xstarfish (1.1-11.1) unstable; urgency=low
+ .
+ * Non-maintainer upload.
+ * libpng transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu <[email protected]>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- xstarfish-1.1.orig/unix/makepng.c
++++ xstarfish-1.1/unix/makepng.c
+@@ -79,7 +79,11 @@ void MakePNGFile(StarfishRef tex, const
+ if(theInfoPtr)
+ {
+ /* set up the png error handling. */
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++ if (setjmp(png_jmpbuf((theWritePtr))))
++#else
+ if (setjmp(theWritePtr->jmpbuf))
++#endif
+ {
+ png_destroy_write_struct(&theWritePtr, &theInfoPtr);
+ fclose(theFile);
diff -Nru xstarfish-1.1/debian/patches/series xstarfish-1.1/debian/patches/series
--- xstarfish-1.1/debian/patches/series 2010-08-13 06:26:30.000000000 +0900
+++ xstarfish-1.1/debian/patches/series 2011-06-08 21:40:43.000000000 +0900
@@ -1 +1,2 @@
previous-maintainer-changes
+debian-changes-1.1-11.1
--- End Message ---
--- Begin Message ---
Source: xstarfish
Source-Version: 1.1-11.1
We believe that the bug you reported is fixed in the latest version of
xstarfish, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tobias Frost <[email protected]> (supplier of updated xstarfish package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 06 Jan 2016 10:55:22 +0100
Source: xstarfish
Binary: xstarfish
Architecture: source amd64
Version: 1.1-11.1
Distribution: unstable
Urgency: medium
Maintainer: Simon Fondrie-Teitler <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Description:
xstarfish - X wallpaper generator
Closes: 635704 641274 662570
Changes:
xstarfish (1.1-11.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix build failure with ld --as-needed. LP: #832847, using patch from doko
(Closes: #641274)
* Apply patch for libpng transistion, patch from Nobuhiro(Closes: #635704)
* Also, change B-D to libpng-dev (Closes: #662570)
Checksums-Sha1:
89eb3b521e829d371d37d48c623b311e1fbd3f38 1695 xstarfish_1.1-11.1.dsc
6669d309da491ab76978e18d4c05361643ee3631 9612 xstarfish_1.1-11.1.debian.tar.xz
Checksums-Sha256:
c1c83be25c2055413a6487ffc71356c78f02b5c4db5555da0aafa6f20ef2d883 1695
xstarfish_1.1-11.1.dsc
fbbcd781a8705d7b5bf9ae70e6d8a0903092e4449bb01a2e52cc8ef674f1472b 9612
xstarfish_1.1-11.1.debian.tar.xz
Files:
24d6ccbfc44576c73ac95dc28fc007ab 1695 utils optional xstarfish_1.1-11.1.dsc
8e11ea514c6cb13b95dc1e7f4c0d880a 9612 utils optional
xstarfish_1.1-11.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWjOX6AAoJEJFk+h0XvV02SS8P/RDnY6INNcbU7EGNzcF00P90
MNXvFiIJpoeu3y+rBOD3RJilhv7HakN+3343E6fXRY7JEqW1sQKeilNiukSKsLwx
3tGqQrvVFU0djSHB0HCQzvxnh6I8zxHufUCsDo/o10w5vC1sKh/2a0TlmLep6Uh0
Lb9MLtqFZ6Qtm09YV3g0x5JnPC/Jm5Ks+1kHGc3/koGrMineMmSx+wAu3WMZ5n5Y
dR9IhplgBd9QbA9xQ+wpW20f/Is30XgITgpFKO71+inJY9PY0PsXYQI05Vk1k5cF
n9rZgtQaVn+Xft+EltWrTHGH6GRHwTnHcZk82Gra3Lebhj+tAtmYrkj04EZ37oq2
S+D3WSVlbts7s2My5hUK7D5d0JikAOjUJmvoTbBKS+RbJqeBI+8G7Y3UBu1PxHID
Zj9Z1ORMAohoho8al2muoF+Y3vCz7Ib72oX1u6HPojUPNAPxG0a/23PY3QsPNUOP
0+xWaClNc7YmmthLnphpSzd8o9/xj7OdbrjDb5EmLap0+kEE98I/Af2i8RBM8ML9
29ba5l7fZwEBIpWpcNFO4m6nPz69QWbRTtOtlKr1N1PuOf3V96N4dtDGg09cjH5X
mG5OfRR2YQ6kEPStvJcQLhfr8ni0YlyNV33TRenYNZjKTQGIYDYr9/ytoV6Jrrnw
z/u9uSqNxhQoowH3M1mr
=HoUz
-----END PGP SIGNATURE-----
--- End Message ---