This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository koules.
commit 532e12e5c4f2a1ec0c15b21cbf32ddfbea8c2306 Author: Stephen Kitt <[email protected]> Date: Sat May 2 18:01:04 2015 +0200 Refresh patches. --- debian/changelog | 1 + debian/patches/104_types.diff | 12 ++++++------ debian/patches/105_save_file.diff | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 61ac729..de53e53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ koules (1.4-23) UNRELEASED; urgency=medium the patch (Closes: #772493). * Standards-Version 3.9.6, no change required. * Rewrite debian/copyright in DEP-5 format. + * Refresh patches. -- Stephen Kitt <[email protected]> Sun, 07 Dec 2014 23:52:39 +0100 diff --git a/debian/patches/104_types.diff b/debian/patches/104_types.diff index 18e5d71..f4a26a7 100644 --- a/debian/patches/104_types.diff +++ b/debian/patches/104_types.diff @@ -1,9 +1,9 @@ Description: Correct signs on some types Origin: other ---- koules-1.4.orig/xlib/interface.c -+++ koules-1.4/xlib/interface.c -@@ -154,7 +155,7 @@ +--- a/xlib/interface.c ++++ b/xlib/interface.c +@@ -155,7 +155,7 @@ { register unsigned char *data = (unsigned char *) source.vbuff, *end = (unsigned char *) source.vbuff + MAPWIDTH * (MAPHEIGHT + 20); @@ -12,9 +12,9 @@ Origin: other while (data < end) { *out = rpixels[*data]; ---- koules-1.4.orig/koules.sndsrv.linux.c -+++ koules-1.4/koules.sndsrv.linux.c -@@ -181,7 +180,7 @@ +--- a/koules.sndsrv.linux.c ++++ b/koules.sndsrv.linux.c +@@ -180,7 +180,7 @@ void do_everything (int dsp, int is_pcsp) { diff --git a/debian/patches/105_save_file.diff b/debian/patches/105_save_file.diff index b5d2f3b..d1aed75 100644 --- a/debian/patches/105_save_file.diff +++ b/debian/patches/105_save_file.diff @@ -1,9 +1,9 @@ Description: Correctly check for errors when loading save files Origin: other ---- koules-1.4.orig/rcfiles.c -+++ koules-1.4/rcfiles.c -@@ -126,9 +127,11 @@ +--- a/rcfiles.c ++++ b/rcfiles.c +@@ -127,9 +127,11 @@ #endif if ((controls = fopen (fullname, "r")) == NULL) { @@ -18,7 +18,7 @@ Origin: other goto skip; } fread (keys, 1, sizeof (keys), controls); /*save user defined keys */ -@@ -157,9 +160,11 @@ +@@ -158,9 +160,11 @@ #endif if ((levels = fopen (fullname, "r")) == NULL) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/koules.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

