r41193 - in /packages/unstable/libgxps/debian: changelog control patches/fix-build-with-libpng16.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Apr 2 19:22:22 UTC 2014


Author: ah
Date: Wed Apr  2 19:22:21 2014
New Revision: 41193

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41193
Log:
* Team upload
* Add debian/patches/fix-build-with-libpng16.patch (Closes: #743387)

Added:
    packages/unstable/libgxps/debian/patches/fix-build-with-libpng16.patch
Modified:
    packages/unstable/libgxps/debian/changelog
    packages/unstable/libgxps/debian/control
    packages/unstable/libgxps/debian/patches/series

Modified: packages/unstable/libgxps/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/changelog?rev=41193&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/changelog	[utf-8] (original)
+++ packages/unstable/libgxps/debian/changelog	[utf-8] Wed Apr  2 19:22:21 2014
@@ -1,8 +1,14 @@
-libgxps (0.2.2-3) UNRELEASED; urgency=low
+libgxps (0.2.2-3) unstable; urgency=low
 
+  * Team upload
+
+  [ Jeremy Bicha ]
   * Update homepage
 
- -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 28 Jun 2013 19:00:18 -0400
+  [ Andreas Henriksson ]
+  * Add debian/patches/fix-build-with-libpng16.patch (Closes: #743387)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 02 Apr 2014 21:15:07 +0200
 
 libgxps (0.2.2-2) unstable; urgency=low
 

Modified: packages/unstable/libgxps/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/control?rev=41193&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/control	[utf-8] (original)
+++ packages/unstable/libgxps/debian/control	[utf-8] Wed Apr  2 19:22:21 2014
@@ -6,7 +6,7 @@
 Source: libgxps
 Priority: optional
 Maintainer: Savvas Radevic <vicedar at gmail.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.93),
                debhelper (>= 9),
                dh-autoreconf,

Added: packages/unstable/libgxps/debian/patches/fix-build-with-libpng16.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/patches/fix-build-with-libpng16.patch?rev=41193&op=file
==============================================================================
--- packages/unstable/libgxps/debian/patches/fix-build-with-libpng16.patch	(added)
+++ packages/unstable/libgxps/debian/patches/fix-build-with-libpng16.patch	[utf-8] Wed Apr  2 19:22:21 2014
@@ -0,0 +1,23 @@
+From d469b385f7c91b41e51a7a274926e14e9c2963be Mon Sep 17 00:00:00 2001
+From: Petr Gajdos <pgajdos at suse.cz>
+Date: Mon, 18 Feb 2013 17:16:05 +0100
+Subject: Fix the build with libpng16
+
+Include string.h explicitly in gxps-png-writer.c since png.h no longer
+includes it.
+
+diff --git a/tools/gxps-png-writer.c b/tools/gxps-png-writer.c
+index 369e0e0..263b8ae 100644
+--- a/tools/gxps-png-writer.c
++++ b/tools/gxps-png-writer.c
+@@ -22,6 +22,7 @@
+ #include "gxps-png-writer.h"
+ #include <png.h>
+ #include <stdint.h>
++#include <string.h>
+ 
+ /* starting with libpng15, png.h no longer #includes zlib.h */
+ #ifndef Z_BEST_COMPRESSION
+-- 
+cgit v0.10.1
+

Modified: packages/unstable/libgxps/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/patches/series?rev=41193&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/patches/series	[utf-8] (original)
+++ packages/unstable/libgxps/debian/patches/series	[utf-8] Wed Apr  2 19:22:21 2014
@@ -0,0 +1 @@
+fix-build-with-libpng16.patch




More information about the pkg-gnome-commits mailing list