Package: ziproxy
Version: 3.1.3-1
Severity: important
Tags: patch
User: lib...@packages.debian.org
Usertags: libpng15-transition

Hi,

We uploaded libpng 1.5.2 to experimental.
We plan to transition from libpng 1.2 to 1.5, and we are checking build
it the package depend to libpng.

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 ziproxy-3.1.3/debian/changelog ziproxy-3.1.3/debian/changelog
--- ziproxy-3.1.3/debian/changelog	2010-08-17 08:24:41.000000000 +0900
+++ ziproxy-3.1.3/debian/changelog	2011-05-25 07:27:35.000000000 +0900
@@ -1,3 +1,10 @@
+ziproxy (3.1.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix libpng15 transition.
+
+ -- Nobuhiro Iwamatsu <iwama...@nigauri.org>  Wed, 25 May 2011 07:27:19 +0900
+
 ziproxy (3.1.3-1) unstable; urgency=low
 
   * New upstream release (LP: #569611)
diff -Nru ziproxy-3.1.3/debian/patches/debian-changes-3.1.3-1.1 ziproxy-3.1.3/debian/patches/debian-changes-3.1.3-1.1
--- ziproxy-3.1.3/debian/patches/debian-changes-3.1.3-1.1	1970-01-01 09:00:00.000000000 +0900
+++ ziproxy-3.1.3/debian/patches/debian-changes-3.1.3-1.1	2011-05-25 07:30:45.000000000 +0900
@@ -0,0 +1,45 @@
+Description: Upstream changes introduced in version 3.1.3-1.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:
+ .
+ ziproxy (3.1.3-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Fix libpng15 transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu <iwama...@nigauri.org>
+
+---
+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>
+
+--- ziproxy-3.1.3.orig/src/image.c
++++ ziproxy-3.1.3/src/image.c
+@@ -27,6 +27,7 @@
+ #undef GLOBAL
+ 
+ #include <png.h>
++#include <zlib.h>
+ 
+ #ifdef JP2K
+ #include <jasper/jasper.h>
+@@ -515,7 +516,7 @@ int png2bitmap(char *inbuf, int insize,
+ 	bmp = new_raw_bitmap();
+ 	*out = bmp;
+ 
+-	png_set_read_fn (png_ptr, (voidp) &desc, mem_to_png);
++	png_set_read_fn (png_ptr, (png_voidp) &desc, mem_to_png);
+ 	
+ 	png_read_info (png_ptr,info_ptr);
+ 	png_get_IHDR (png_ptr, info_ptr, &width_png_uint_32, &height_png_uint_32,
diff -Nru ziproxy-3.1.3/debian/patches/series ziproxy-3.1.3/debian/patches/series
--- ziproxy-3.1.3/debian/patches/series	2010-08-17 08:14:57.000000000 +0900
+++ ziproxy-3.1.3/debian/patches/series	2011-05-25 07:29:27.000000000 +0900
@@ -1,2 +1,3 @@
 01_ziproxyconf.diff
 02_off_nameservers_opt.diff
+debian-changes-3.1.3-1.1

Reply via email to