[ace-of-penguins] 45/141: debian/patches/40-include.patch: add lib/table.h

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 13:54:55 UTC 2016


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

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit 02a49bc78159eee93948f069f029b0d28cd05838
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Sat Apr 9 16:06:06 2011 +0300

    debian/patches/40-include.patch: add lib/table.h
---
 debian/patches/40-include.patch | 76 +++++++++++++++++++++++++++--------------
 1 file changed, 50 insertions(+), 26 deletions(-)

diff --git a/debian/patches/40-include.patch b/debian/patches/40-include.patch
index 4667ff0..3bf08ff 100644
--- a/debian/patches/40-include.patch
+++ b/debian/patches/40-include.patch
@@ -1,30 +1,39 @@
- debian/patches/40-include.patch | 2222 ++++++---------------------------------
- games/freecell.c                |    2 +
- games/golf.c                    |    3 +
- games/minesweeper.c             |    2 +
- games/pegged.c                  |    2 +
- games/solitaire.c               |    2 +
- games/spider.c                  |    1 +
- games/taipedit.c                |    2 +
- games/taipei.c                  |    2 +
- games/taipeilib.c               |    2 +
- lib/funcs.c                     |    4 +
- lib/help.c                      |    4 +
- lib/imagelib.c                  |    2 +
- lib/stack.c                     |    2 +
- lib/table.c                     |    3 +
- lib/text2c.c                    |    1 +
- lib/xwin.c                      |    1 +
- lib/xwin.h                      |    5 +
- tests/penguins.c                |    2 +
- tests/test1.c                   |    2 +
- tests/test3.c                   |    2 +
- tests/test4.c                   |    2 +
- tests/test5.c                   |    2 +
- 23 files changed, 362 insertions(+), 1910 deletions(-)
+From a59b6ea5d5904f3b69ba7f2a16e9dc9d694398ee Mon Sep 17 00:00:00 2001
+From: Jari Aalto <jari.aalto at cante.net>
+Date: Sat, 9 Apr 2011 16:04:54 +0300
+Subject: [PATCH] Gcc 4.5 fix
+Organization: Private
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Jari Aalto <jari.aalto at cante.net>
+---
+ games/freecell.c    |    2 ++
+ games/golf.c        |    3 +++
+ games/minesweeper.c |    2 ++
+ games/pegged.c      |    2 ++
+ games/solitaire.c   |    2 ++
+ games/spider.c      |    1 +
+ games/taipedit.c    |    2 ++
+ games/taipei.c      |    2 ++
+ games/taipeilib.c   |    2 ++
+ lib/funcs.c         |    4 ++++
+ lib/help.c          |    4 ++++
+ lib/imagelib.c      |    2 ++
+ lib/stack.c         |    2 ++
+ lib/table.c         |    3 +++
+ lib/table.h         |    6 ++++++
+ lib/text2c.c        |    1 +
+ lib/xwin.c          |    1 +
+ lib/xwin.h          |    5 +++++
+ tests/penguins.c    |    2 ++
+ tests/test1.c       |    2 ++
+ tests/test3.c       |    2 ++
+ tests/test4.c       |    2 ++
+ tests/test5.c       |    2 ++
+ 23 files changed, 56 insertions(+), 0 deletions(-)
+ create mode 100644 lib/table.h
 
-diff --git a/debian/patches/40-include.patch b/debian/patches/40-include.patch
-index 588c687..e6d9078 100644
 diff --git a/games/freecell.c b/games/freecell.c
 index f5f877e..15f5b92 100644
 --- a/games/freecell.c
@@ -226,6 +235,18 @@ index 55533d9..befe696 100644
  #define CD printf("%d: %d %d %d %d\n", __LINE__, ex, ey, ew, eh)
  #undef CD
  #define CD
+diff --git a/lib/table.h b/lib/table.h
+new file mode 100644
+index 0000000..b1c881d
+--- /dev/null
++++ b/lib/table.h
+@@ -0,0 +1,6 @@
++#ifndef _TABLE_H_
++#define _TABLE_H_
++
++void table_no_resize();
++
++#endif
 diff --git a/lib/text2c.c b/lib/text2c.c
 index 934657b..d31f184 100644
 --- a/lib/text2c.c
@@ -329,3 +350,6 @@ index d066648..4bd4121 100644
  #include <time.h>
  #include "cards.h"
  
+-- 
+1.7.4.1
+

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



More information about the Pkg-games-commits mailing list