Bug#741891: aseprite: diff for NMU version 1.0.9+ds-3.2
Tobias Frost
tobi at debian.org
Sat Jan 23 14:58:50 UTC 2016
Control: tags 741891 + patch
Dear maintainer,
I've prepared an NMU for aseprite (versioned as 1.0.9+ds-3.2). The diff
is attached to this message.
Regards.
diff -Nru aseprite-1.0.9+ds/debian/changelog aseprite-1.0.9+ds/debian/changelog
--- aseprite-1.0.9+ds/debian/changelog 2015-12-16 05:29:13.000000000 +0100
+++ aseprite-1.0.9+ds/debian/changelog 2016-01-23 15:55:22.000000000 +0100
@@ -1,3 +1,11 @@
+aseprite (1.0.9+ds-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload as team member.
+ * NMU choosen to avoid interfering with new upstream version in git)
+ * Fix "FTBFS with libpng16", patch libpng16.patch (Closes: #741891)
+
+ -- Tobias Frost <tobi at debian.org> Sat, 23 Jan 2016 15:55:11 +0100
+
aseprite (1.0.9+ds-3.1) unstable; urgency=medium
* Non maintainer upload.
diff -Nru aseprite-1.0.9+ds/debian/patches/libpng16.patch aseprite-1.0.9+ds/debian/patches/libpng16.patch
--- aseprite-1.0.9+ds/debian/patches/libpng16.patch 1970-01-01 01:00:00.000000000 +0100
+++ aseprite-1.0.9+ds/debian/patches/libpng16.patch 2016-01-23 15:43:20.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/src/app/file/png_format.cpp
++++ b/src/app/file/png_format.cpp
+@@ -413,7 +413,7 @@
+ #endif
+
+ // Save the color palette.
+- palette = (png_colorp)png_malloc(png_ptr, PNG_MAX_PALETTE_LENGTH * png_sizeof(png_color));
++ palette = (png_colorp)png_malloc(png_ptr, PNG_MAX_PALETTE_LENGTH * sizeof(png_color));
+ for (c = 0; c < PNG_MAX_PALETTE_LENGTH; c++) {
+ fop_sequence_get_color(fop, c, &r, &g, &b);
+ palette[c].red = r;
diff -Nru aseprite-1.0.9+ds/debian/patches/series aseprite-1.0.9+ds/debian/patches/series
--- aseprite-1.0.9+ds/debian/patches/series 2015-12-16 05:27:21.000000000 +0100
+++ aseprite-1.0.9+ds/debian/patches/series 2016-01-23 15:49:31.000000000 +0100
@@ -11,3 +11,4 @@
find_libpixman.patch
dont_use_x86_assembly.patch
giflib5.diff
+libpng16.patch
More information about the Pkg-games-devel
mailing list