Control: tags 743388 + pending

Dear maintainer,

I've prepared an NMU for t4kcommon (versioned as 0.1.1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru t4kcommon-0.1.1/debian/changelog t4kcommon-0.1.1/debian/changelog
--- t4kcommon-0.1.1/debian/changelog    2013-11-20 03:15:16.000000000 +0100
+++ t4kcommon-0.1.1/debian/changelog    2016-04-07 21:13:41.000000000 +0200
@@ -1,3 +1,12 @@
+t4kcommon (0.1.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS against new libpng1.6 API. Patch from BTS (Closes: #743388)
+  * Add explicit B-D against libpng-dev (to avoid that we miss it again the
+    next transition)
+
+ -- Tobias Frost <t...@debian.org>  Thu, 07 Apr 2016 21:11:17 +0200
+
 t4kcommon (0.1.1-1) unstable; urgency=low
 
   [ Dmitry Smirnov ]
diff -Nru t4kcommon-0.1.1/debian/control t4kcommon-0.1.1/debian/control
--- t4kcommon-0.1.1/debian/control      2013-11-20 03:13:31.000000000 +0100
+++ t4kcommon-0.1.1/debian/control      2016-04-07 21:14:18.000000000 +0200
@@ -5,6 +5,7 @@
 Uploaders: Dmitry Smirnov <only...@debian.org>
 Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint
               ,doxygen
+              ,libpng-dev
               ,librsvg2-dev
               ,libsdl-pango-dev
               ,libsdl-image1.2-dev
diff -Nru t4kcommon-0.1.1/debian/patches/libpng16.patch 
t4kcommon-0.1.1/debian/patches/libpng16.patch
--- t4kcommon-0.1.1/debian/patches/libpng16.patch       1970-01-01 
01:00:00.000000000 +0100
+++ t4kcommon-0.1.1/debian/patches/libpng16.patch       2016-04-07 
21:10:16.000000000 +0200
@@ -0,0 +1,26 @@
+Description: Fix for libpng 1.6
+Author: Programmer Nerd <theprogrammern...@gmail.com>
+Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743388#20
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743388
+Reviewed-by: Tobias Frost <t...@debian.org>>
+Last-Update: 2016-04-07
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/t4k_loaders.c
++++ b/src/t4k_loaders.c
+@@ -1028,12 +1028,9 @@
+       {
+         png_init_io(png_ptr, fi);
+ 
+-        info_ptr->width = surf->w;
+-        info_ptr->height = surf->h;
+-        info_ptr->bit_depth = 8;
+-        info_ptr->color_type = PNG_COLOR_TYPE_RGB_ALPHA;
+-        info_ptr->interlace_type = 1;
+-        info_ptr->valid = 0;  /* will be updated by various png_set_FOO() 
functions */
++      png_set_IHDR(png_ptr, info_ptr, surf->w, surf->h, 8,
++              PNG_COLOR_TYPE_RGB_ALPHA,  PNG_INTERLACE_NONE,
++                PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
+ 
+         png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
+                        PNG_sRGB_INTENT_PERCEPTUAL);
diff -Nru t4kcommon-0.1.1/debian/patches/series 
t4kcommon-0.1.1/debian/patches/series
--- t4kcommon-0.1.1/debian/patches/series       1970-01-01 01:00:00.000000000 
+0100
+++ t4kcommon-0.1.1/debian/patches/series       2016-04-07 21:06:47.000000000 
+0200
@@ -0,0 +1 @@
+libpng16.patch

Reply via email to