[aseprite] 01/01: Add NMU to repository

Tobias Frost tobi at moszumanska.debian.org
Sat Jan 23 15:09:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

tobi pushed a commit to branch master
in repository aseprite.

commit de36fe145942d7bfe7af9d2411c37d092d03160f
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Sat Jan 23 16:09:11 2016 +0100

    Add NMU to repository
---
 debian/changelog              | 12 ++++++++++++
 debian/patches/libpng16.patch | 11 +++++++++++
 2 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fab7532..748c16a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,21 @@
 aseprite (1.1.1+ds-1) UNRELEASED; urgency=medium
 
+  [ Tobias Hansen ]
   * New upstream release.
 
+  [ Tobias Frost ]
+  * Removing libpng16.patch, as it is no longer needed with this version.
+
  -- Tobias Hansen <thansen at debian.org>  Wed, 16 Dec 2015 00:52:39 +0000
 
+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) unstable; urgency=medium
 
   * debian/patches/dont_use_x86_assembly.patch:
diff --git a/debian/patches/libpng16.patch b/debian/patches/libpng16.patch
new file mode 100644
index 0000000..b28e5e8
--- /dev/null
+++ b/debian/patches/libpng16.patch
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list