Your message dated Tue, 07 Feb 2012 02:47:16 +0000
with message-id <[email protected]>
and subject line Bug#635741: fixed in ace-of-penguins 1.3-6
has caused the Debian Bug report #635741,
regarding ace-of-penguins: 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.)


-- 
635741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635741
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ace-of-penguins
Version: 1.3-3
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 transition?

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 ace-of-penguins-1.3/debian/changelog ace-of-penguins-1.3/debian/changelog
--- ace-of-penguins-1.3/debian/changelog	2011-04-09 22:08:25.000000000 +0900
+++ ace-of-penguins-1.3/debian/changelog	2011-05-30 09:15:07.000000000 +0900
@@ -1,3 +1,10 @@
+ace-of-penguins (1.3-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * transition libpng
+
+ -- Nobuhiro Iwamatsu <[email protected]>  Mon, 30 May 2011 09:14:49 +0900
+
 ace-of-penguins (1.3-3) unstable; urgency=low
 
   * debian/compat
diff -Nru ace-of-penguins-1.3/debian/patches/debian-changes-1.3-3.1 ace-of-penguins-1.3/debian/patches/debian-changes-1.3-3.1
--- ace-of-penguins-1.3/debian/patches/debian-changes-1.3-3.1	1970-01-01 09:00:00.000000000 +0900
+++ ace-of-penguins-1.3/debian/patches/debian-changes-1.3-3.1	2011-05-30 09:19:12.000000000 +0900
@@ -0,0 +1,55 @@
+Description: Upstream changes introduced in version 1.3-3.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:
+ .
+ ace-of-penguins (1.3-3.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * transition libpng
+ .
+ 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>
+
+--- ace-of-penguins-1.3.orig/lib/xwin.c
++++ ace-of-penguins-1.3/lib/xwin.c
+@@ -825,13 +825,13 @@ build_image (image *src)
+   png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, 0, 0, 0);
+   info_ptr = png_create_info_struct (png_ptr);
+ 
+-  if (setjmp (png_ptr->jmpbuf)) {
++  if (setjmp(png_jmpbuf((png_ptr)))) {
+     fprintf(stderr, "Invalid PNG image!\n");
+     return;
+   }
+ 
+   file_bytes = src->file_data;
+-  png_set_read_fn (png_ptr, (voidp)&file_bytes, (png_rw_ptr)png_reader);
++  png_set_read_fn (png_ptr, (png_voidp)&file_bytes, (png_rw_ptr)png_reader);
+ 
+   png_read_info (png_ptr, info_ptr);
+ 
+--- ace-of-penguins-1.3.orig/lib/make-imglib.c
++++ ace-of-penguins-1.3/lib/make-imglib.c
+@@ -86,7 +86,7 @@ scan_image_directory ()
+     png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, 0, 0, 0);
+     info_ptr = png_create_info_struct (png_ptr);
+ 
+-    if (setjmp (png_ptr->jmpbuf)) {
++    if (setjmp(png_jmpbuf((png_ptr)))) {
+       fclose (f);
+       continue;
+     }
diff -Nru ace-of-penguins-1.3/debian/patches/series ace-of-penguins-1.3/debian/patches/series
--- ace-of-penguins-1.3/debian/patches/series	2011-04-09 21:39:55.000000000 +0900
+++ ace-of-penguins-1.3/debian/patches/series	2011-05-30 09:15:13.000000000 +0900
@@ -2,3 +2,4 @@
 20-lib--make-imglib.c-closedir.patch
 30-spider.c-implicit-pointer-conversion.patch
 40-include.patch
+debian-changes-1.3-3.1

--- End Message ---
--- Begin Message ---
Source: ace-of-penguins
Source-Version: 1.3-6

We believe that the bug you reported is fixed in the latest version of
ace-of-penguins, which is due to be installed in the Debian FTP archive:

ace-of-penguins_1.3-6.debian.tar.gz
  to main/a/ace-of-penguins/ace-of-penguins_1.3-6.debian.tar.gz
ace-of-penguins_1.3-6.dsc
  to main/a/ace-of-penguins/ace-of-penguins_1.3-6.dsc
ace-of-penguins_1.3-6_amd64.deb
  to main/a/ace-of-penguins/ace-of-penguins_1.3-6_amd64.deb



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.
Jari Aalto <[email protected]> (supplier of updated ace-of-penguins 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: SHA1

Format: 1.8
Date: Mon, 06 Feb 2012 16:05:56 +0200
Source: ace-of-penguins
Binary: ace-of-penguins
Architecture: source amd64
Version: 1.3-6
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description: 
 ace-of-penguins - penguin-themed solitaire games
Closes: 635741
Changes: 
 ace-of-penguins (1.3-6) unstable; urgency=low
 .
   * debian/compat
     - Update to 9.
   * debian/debian-compile.mk
     - Remove. No longer needed.
   * debian/control
     - (Build-Depends): Update to debhelper 9, dpkg-dev 1.16.1.
   * debian/rules
     - Use hardened CFLAGS (release goal).
       http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
   * debian/patches
     - (45): libpng 1.5 transition. Patch thanks to Nobuhiro Iwamatsu
       <[email protected]> (FTBFS; Closes: #635741).
Checksums-Sha1: 
 1c7f24c49738044569357666775113f59280d50e 1988 ace-of-penguins_1.3-6.dsc
 9b4836332856902d8e7a8bd0ffed3a4214844298 35622 
ace-of-penguins_1.3-6.debian.tar.gz
 b229118a67f815778a4ebdfe94b08677bd36af6f 271696 ace-of-penguins_1.3-6_amd64.deb
Checksums-Sha256: 
 46b60780cb75a9e866ff4691a0712c9363e24700c8a6947107fe5b5aff81666c 1988 
ace-of-penguins_1.3-6.dsc
 88257a6ac87fe66d6f90973624aeb4f1cb43ddfc69c693be08d3c996903a1b90 35622 
ace-of-penguins_1.3-6.debian.tar.gz
 153b9fc50f0295e755eba0600d76aa37d82d34da282f4dc7317db786707e2811 271696 
ace-of-penguins_1.3-6_amd64.deb
Files: 
 072d367ce9b5423c2c71f5bc92b32c17 1988 games optional ace-of-penguins_1.3-6.dsc
 a24c79ed4de883faa50a55e8fa760481 35622 games optional 
ace-of-penguins_1.3-6.debian.tar.gz
 1acd42765634dd1f3e96680f346bdf83 271696 games optional 
ace-of-penguins_1.3-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPMIyAAAoJECHSBYmXSz6WBRsP/2q3jQPM2V53BFnPaJ1xxB3L
V3WcHdnzI3kqtwHYgTzdkpQ0FAY6eX6jX1cruSqlluuKrwBMROxjvJxO9zZJoduP
6kKt0Xrfv44IzP8sUYBTqwcbqvKtLnO8QyvsYT5UWXCdvqjKKVjbI1uCo/r6iLV0
3M0ga2hfM4mMqS+7PwnvG7D7ANgnKqR8rsz+vuWe4xxQF0eWL/xf8tIA6E1csN7Y
LGrr98SgxxwdloqWIAPowbBWQeE1FNMMODpU1lmcYIDiKsVuyZFwmvuL/AcS6JIs
UPMGGAJEW33RISIRGKsf4kR9vru4yYJ9CU/hg3lgENFgLfYYab1m4ylAVcKJ8FxM
ThJzFwAHLiWanB3hC8f+7/BnhLxVb4Z+59SXaL/vnphw8CstvSIUd15mroHrFb2M
LqBg4AharWMYeL0QWoRXQv6lEOUaDNTKUP5LHx4ZjJlE7j2DmAGUprTBnWoKrnRo
EV26HH+VV2uUiI+1PJMlttl0NYn1/4Gj37w4CwD2+BJD7vb1XQLoZ6jwlYw8bYqn
I8h8ivfoc8U8wDtnyiYFUcMMsHH7DoPsjzKOzVvsHdwQT/5jUdqrGtZZGBAdEFHS
RFLPy+yvy1MgK0iueOZk88at7+No8ossN2po1zL33DhG2dJxBGsVFFkJ8g9Q0wr+
dM1GDkhhnzfX3itw7WqP
=K2B3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to