[Pkg-sdl-commits] [libsdl2-image] 05/05: Upload to unstable

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Mon Jan 25 10:19:36 UTC 2016


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

locutusofborg pushed a commit to branch master
in repository libsdl2-image.

commit 8255406918d6864442e7b83994995bd0057a3163
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Mon Jan 25 10:13:08 2016 +0100

    Upload to unstable
---
 debian/changelog                          |  7 +++++--
 debian/copyright                          |  7 ++++---
 debian/patches/fix_ftbfs_big_endian.patch | 14 --------------
 debian/patches/series                     |  1 -
 4 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f2a76c..22876ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,17 @@
-libsdl2-image (2.0.0+dfsg-4) UNRELEASED; urgency=low
+libsdl2-image (2.0.1+dfsg-1) unstable; urgency=low
 
+  * Team upload.
   [ Manuel A. Fernandez Montecelo ]
   * Build-Depends on pkg-config
   * Bump Policy Standards-Version to 3.9.6 (no changes needed)
 
   [ Gianfranco Costamagna ]
+  * New upstream release.
   * Use Files-Excluded copyright keyword to exclude autogenerated
     files from tarball.
+  * Remove patch about big endian build fix, it should be fixed upstream.
 
- -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Sat, 08 Mar 2014 19:56:25 +0000
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 25 Jan 2016 10:12:59 +0100
 
 libsdl2-image (2.0.0+dfsg-3) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 79fd874..d2de36e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,17 +12,17 @@ Files-Excluded: IMG_ImageIO.m
                 external
 
 Files: *
-Copyright: 1997-2013 Sam Lantinga <slouken at libsdl.org>
+Copyright: 1997-2016 Sam Lantinga <slouken at libsdl.org>
 License: zlib/libpng
 
 Files: IMG_gif.c
-Copyright: 1997-2013 Sam Lantinga <slouken at libsdl.org>
+Copyright: 1997-2016 Sam Lantinga <slouken at libsdl.org>
            1990, 1991, 1993 David Koblas
            1996 Torsten Martinsen
 License: zlib/libpng
 
 Files: IMG_png.c
-Copyright: 1997-2013 Sam Lantinga <slouken at libsdl.org>
+Copyright: 1997-2016 Sam Lantinga <slouken at libsdl.org>
            1998 Philippe Lavoie
 License: LGPL-2+
 
@@ -55,6 +55,7 @@ License: public-domain
 Files: debian/*
 Copyright: 2013, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
            2013, Felix Geyer <fgeyer at debian.org>
+           2016, Gianfranco Costamagna <locutusofborg at debian.org>
 License: LGPL-2+
 
 License: zlib/libpng
diff --git a/debian/patches/fix_ftbfs_big_endian.patch b/debian/patches/fix_ftbfs_big_endian.patch
deleted file mode 100644
index 2286973..0000000
--- a/debian/patches/fix_ftbfs_big_endian.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix FTBFS on big endian architectures.
-Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=2063
-
---- a/IMG_webp.c
-+++ b/IMG_webp.c
-@@ -186,7 +186,7 @@ SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *src)
-     WebPBitstreamFeatures features;
-     int raw_data_size;
-     uint8_t *raw_data = NULL;
--    int r;
-+    int r, s;
-     uint8_t *ret;
- 
-     if ( !src ) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d2ed114..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_ftbfs_big_endian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-image.git



More information about the pkg-sdl-commits mailing list