[pygame-sdl2] 06/14: Drop write_png.c.patch. Applied upstream.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Mar 13 01:13:40 UTC 2016


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

apo-guest pushed a commit to branch master
in repository pygame-sdl2.

commit f984861a4296d892881392554cc190beea6e8377
Author: Markus Koschany <apo at debian.org>
Date:   Sat Mar 12 22:33:41 2016 +0100

    Drop write_png.c.patch. Applied upstream.
---
 debian/patches/series            |  1 -
 debian/patches/write_png.c.patch | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b211be8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-write_png.c.patch
diff --git a/debian/patches/write_png.c.patch b/debian/patches/write_png.c.patch
deleted file mode 100644
index 8a0a20e..0000000
--- a/debian/patches/write_png.c.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 26 Jan 2016 13:03:55 +0100
-Subject: write_png.c
-
----
- src/write_png.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/write_png.c b/src/write_png.c
-index a2a8c2f..3b3ac94 100644
---- a/src/write_png.c
-+++ b/src/write_png.c
-@@ -132,7 +132,7 @@ int Pygame_SDL2_SavePNG_RW(SDL_RWops *src, SDL_Surface *surf,int compression){
- 	}
- #else
- 	if (fmt->Amask) {
--		target_format = SDL_PIXELFORMAT_RGBA8888
-+		target_format = SDL_PIXELFORMAT_RGBA8888;
- 	} else {
- 		target_format = SDL_PIXELFORMAT_RGB888;
- 	}

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



More information about the Pkg-games-commits mailing list