[blockattack] 54/88: Refresh GCC 4.4 patch

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:28 UTC 2016


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

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

commit 31784e1246e6abe8b5b6ca7d0ed94e68a34e15fd
Author: Paul Wise <pabs at debian.org>
Date:   Thu Mar 10 08:33:10 2011 +0000

    Refresh GCC 4.4 patch
---
 debian/changelog          |  1 +
 debian/patches/gcc44.diff | 20 +++++++++-----------
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7dd566b..bad5e8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ blockattack (1.4.1-1) UNRELEASED; urgency=low
   * Team upload.
   * New upstream release
     - Drop several patches no longer useful or included upstream
+    - Refresh GCC 4.4 patch
   * Clean up watch file
 
  -- Paul Wise <pabs at debian.org>  Thu, 10 Mar 2011 15:33:15 +0800
diff --git a/debian/patches/gcc44.diff b/debian/patches/gcc44.diff
index 3e31c79..10dfe31 100644
--- a/debian/patches/gcc44.diff
+++ b/debian/patches/gcc44.diff
@@ -1,12 +1,10 @@
-Index: blockattack-1.3.1/listFiles.h
-===================================================================
---- blockattack-1.3.1.orig/listFiles.h	2009-03-30 16:07:00.000000000 -0400
-+++ blockattack-1.3.1/listFiles.h	2009-03-30 16:07:34.000000000 -0400
+--- a/source/code/listFiles.h
++++ b/source/code/listFiles.h
 @@ -25,6 +25,7 @@
- 
- //listFiles.h - List files in a given dictory, 10 files at a time, at most 250 files
- #include <string.h>
-+#include <cstdio>
- #include <iostream>
- #if defined(_WIN32)
- #include <windows.h>
+ 
+ //listFiles.h - List files in a given directory, 10 files at a time, at most 250 files
+ #include <string.h>
++#include <cstdio>
+ #include <iostream>
+ #include <stdlib.h>
+ #if defined(_WIN32)

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



More information about the Pkg-games-commits mailing list