1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-12-04 14:46:22 -05:00

Convert patch system from quilt to git-buildpackage

This commit is contained in:
Dr. Tobias Quathamer 2018-04-26 14:13:37 +02:00
parent 887f46cb4f
commit 3744b4ea0a
16 changed files with 75 additions and 94 deletions

View File

@ -3,8 +3,8 @@ Date: Mon, 26 Mar 2012 10:06:45 +0200
Subject: Custom configuration of Debian package build Subject: Custom configuration of Debian package build
--- ---
config.params | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ config.params | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-) 1 file changed, 49 insertions(+)
create mode 100644 config.params create mode 100644 config.params
diff --git a/config.params b/config.params diff --git a/config.params b/config.params
@ -62,4 +62,3 @@ index 0000000..97d45fb
+# This is for dab, the corresponding variable other_cxxflags does not +# This is for dab, the corresponding variable other_cxxflags does not
+# exist, so append it to the "warning" flags +# exist, so append it to the "warning" flags
+bsd_games_cfg_cxx_warning_flags="-Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings $(dpkg-buildflags --get CXXFLAGS) $(dpkg-buildflags --get CPPFLAGS)" +bsd_games_cfg_cxx_warning_flags="-Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings $(dpkg-buildflags --get CXXFLAGS) $(dpkg-buildflags --get CPPFLAGS)"
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 11:26:51 +0100
Subject: Define __dead for GNU GCC Subject: Define __dead for GNU GCC
--- ---
include/sys/cdefs.h | 4 ++++ include/sys/cdefs.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-) 1 file changed, 4 insertions(+)
diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h
index 138eaa8..f6e87c2 100644 index 138eaa8..f6e87c2 100644
@ -18,4 +18,3 @@ index 138eaa8..f6e87c2 100644
+#ifndef __dead +#ifndef __dead
+#define __dead __attribute__((__noreturn__)) +#define __dead __attribute__((__noreturn__))
+#endif +#endif
--

View File

@ -3,21 +3,21 @@ Date: Mon, 26 Mar 2012 10:51:46 +0200
Subject: Fix format-security compiling errors Subject: Fix format-security compiling errors
--- ---
battlestar/room.c | 2 +- battlestar/room.c | 2 +-
cribbage/io.c | 10 +++++----- cribbage/io.c | 10 +++++-----
hack/hack.apply.c | 2 +- hack/hack.apply.c | 2 +-
hack/hack.eat.c | 2 +- hack/hack.eat.c | 2 +-
hack/hack.end.c | 4 ++-- hack/hack.end.c | 4 ++--
hack/hack.invent.c | 4 ++-- hack/hack.invent.c | 4 ++--
hack/hack.main.c | 2 +- hack/hack.main.c | 2 +-
hack/hack.options.c | 2 +- hack/hack.options.c | 2 +-
hack/hack.pager.c | 4 ++-- hack/hack.pager.c | 4 ++--
hack/hack.potion.c | 2 +- hack/hack.potion.c | 2 +-
hack/hack.rumors.c | 2 +- hack/hack.rumors.c | 2 +-
hack/hack.timeout.c | 2 +- hack/hack.timeout.c | 2 +-
hunt/hunt/hunt.c | 4 ++-- hunt/hunt/hunt.c | 4 ++--
monop/misc.c | 2 +- monop/misc.c | 2 +-
sail/assorted.c | 6 +++--- sail/assorted.c | 6 +++---
15 files changed, 25 insertions(+), 25 deletions(-) 15 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/battlestar/room.c b/battlestar/room.c diff --git a/battlestar/room.c b/battlestar/room.c
@ -295,4 +295,3 @@ index cfc7d2a..ecb8406 100644
} }
/* /*
if (Chit > 1 && on->file->readyL&R_INITIAL && on->file->readyR&R_INITIAL) { if (Chit > 1 && on->file->readyL&R_INITIAL && on->file->readyR&R_INITIAL) {
--

View File

@ -1,7 +1,6 @@
From 3735b53ebd56c007f46680a5be911d4451599310 Mon Sep 17 00:00:00 2001
From: Sven Joachim <svenjoac@gmx.de> From: Sven Joachim <svenjoac@gmx.de>
Date: Wed, 1 Nov 2017 09:03:28 +0100 Date: Wed, 1 Nov 2017 09:03:28 +0100
Subject: [PATCH] Fix include/stdio.h C++ incompatibility Subject: Fix include/stdio.h C++ incompatibility
I have seen the following error when building bsdgames with I have seen the following error when building bsdgames with
libncurses6: libncurses6:
@ -42,6 +41,3 @@ index 32a4b71..b1ac049 100644
+} +}
+#endif +#endif
#endif #endif
--
2.15.0

View File

@ -3,8 +3,8 @@ Date: Fri, 24 Feb 2012 14:29:11 +0100
Subject: Fix typos spotted by Lintian Subject: Fix typos spotted by Lintian
--- ---
atc/update.c | 2 +- atc/update.c | 2 +-
hack/hack.c | 2 +- hack/hack.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-) 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/atc/update.c b/atc/update.c diff --git a/atc/update.c b/atc/update.c
@ -33,4 +33,3 @@ index 05141af..6e5028e 100644
break; break;
} }
if (wt > -5) if (wt > -5)
--

View File

@ -3,15 +3,15 @@ Date: Thu, 16 Feb 2012 11:26:00 +0100
Subject: Replace getline() with get_line() Subject: Replace getline() with get_line()
--- ---
boggle/boggle/bog.c | 2 +- boggle/boggle/bog.c | 2 +-
boggle/boggle/extern.h | 2 +- boggle/boggle/extern.h | 2 +-
boggle/boggle/mach.c | 2 +- boggle/boggle/mach.c | 2 +-
cribbage/crib.c | 4 ++-- cribbage/crib.c | 4 ++--
cribbage/cribbage.h | 2 +- cribbage/cribbage.h | 2 +-
cribbage/io.c | 8 ++++---- cribbage/io.c | 8 ++++----
gomoku/bdisp.c | 2 +- gomoku/bdisp.c | 2 +-
gomoku/gomoku.h | 2 +- gomoku/gomoku.h | 2 +-
gomoku/main.c | 14 +++++++------- gomoku/main.c | 14 +++++++-------
9 files changed, 19 insertions(+), 19 deletions(-) 9 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/boggle/boggle/bog.c b/boggle/boggle/bog.c diff --git a/boggle/boggle/bog.c b/boggle/boggle/bog.c
@ -217,4 +217,3 @@ index 299dee1..3ff4750 100644
quit(); quit();
switch (*fmtbuf) { switch (*fmtbuf) {
case '\0': case '\0':
--

View File

@ -3,27 +3,27 @@ Date: Mon, 26 Mar 2012 10:07:17 +0200
Subject: Unsorted Debian patches Subject: Unsorted Debian patches
--- ---
adventure/crc.c | 4 ++- adventure/crc.c | 4 +++-
arithmetic/arithmetic.6 | 2 +- arithmetic/arithmetic.6 | 2 +-
backgammon/backgammon/move.c | 3 ++ backgammon/backgammon/move.c | 3 +++
backgammon/common_source/allow.c | 4 ++- backgammon/common_source/allow.c | 4 +++-
backgammon/teachgammon/ttext1.c | 2 +- backgammon/teachgammon/ttext1.c | 2 +-
backgammon/teachgammon/ttext2.c | 2 +- backgammon/teachgammon/ttext2.c | 2 +-
dab/gamescreen.h | 6 ++-- dab/gamescreen.h | 6 ++---
dm/dm.c | 6 ++-- dm/dm.c | 6 ++---
fish/Makefrag | 8 ++++-- fish/Makefrag | 8 ++++---
fish/fish.6 | 4 +- fish/fish.6 | 4 ++--
gomoku/gomoku.6 | 2 +- gomoku/gomoku.6 | 2 +-
hack/Makefrag | 3 +- hack/Makefrag | 3 ++-
hack/config.h | 15 ++++++++---- hack/config.h | 15 ++++++++-----
hunt/hunt/hunt.6.in | 2 +- hunt/hunt/hunt.6.in | 2 +-
hunt/hunt/hunt.c | 6 +++- hunt/hunt/hunt.c | 6 +++--
hunt/hunt/playit.c | 4 +- hunt/hunt/playit.c | 4 ++--
number/number.c | 47 +++++++++++++++++++++++++------------- number/number.c | 47 ++++++++++++++++++++++++++--------------
sail/pl_main.c | 2 +- sail/pl_main.c | 2 +-
tests/number.-0.1 | 2 +- tests/number.-0.1 | 2 +-
tetris/scores.c | 17 ++++++++----- tetris/scores.c | 17 +++++++++------
trek/setup.c | 5 +++- trek/setup.c | 5 ++++-
21 files changed, 92 insertions(+), 54 deletions(-) 21 files changed, 92 insertions(+), 54 deletions(-)
diff --git a/adventure/crc.c b/adventure/crc.c diff --git a/adventure/crc.c b/adventure/crc.c
@ -550,4 +550,3 @@ index 1f14f27..fab5136 100644
q->qsystemname = 0; q->qsystemname = 0;
} }
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 22:37:50 +0100
Subject: hangman: Error out on 1000 unsuitable words. Closes: #610270 Subject: hangman: Error out on 1000 unsuitable words. Closes: #610270
--- ---
hangman/getword.c | 18 +++++++++++++++++- hangman/getword.c | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-) 1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/hangman/getword.c b/hangman/getword.c diff --git a/hangman/getword.c b/hangman/getword.c
index 1b5396a..dc42a53 100644 index 1b5396a..dc42a53 100644
@ -44,4 +44,3 @@ index 1b5396a..dc42a53 100644
} }
gp = Known; gp = Known;
wp = Word; wp = Word;
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 13:17:13 +0100
Subject: primes: Document maximum number in manpage. Closes: #636569 Subject: primes: Document maximum number in manpage. Closes: #636569
--- ---
primes/primes.6 | 9 ++++++--- primes/primes.6 | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-) 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/primes/primes.6 b/primes/primes.6 diff --git a/primes/primes.6 b/primes/primes.6
index 9499398..ac100c6 100644 index 9499398..ac100c6 100644
@ -35,4 +35,3 @@ index 9499398..ac100c6 100644
The The
.Ar start .Ar start
value may be preceded by a single value may be preceded by a single
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 13:05:28 +0100
Subject: primes: Update to NetBSD CVS, 2012-02-16 Subject: primes: Update to NetBSD CVS, 2012-02-16
--- ---
primes/primes.6 | 10 ++++++- primes/primes.6 | 10 +++++++--
primes/primes.c | 67 +++++++++++++++++++++++++++++++++--------------------- primes/primes.c | 67 +++++++++++++++++++++++++++++++++++----------------------
2 files changed, 49 insertions(+), 28 deletions(-) 2 files changed, 49 insertions(+), 28 deletions(-)
diff --git a/primes/primes.6 b/primes/primes.6 diff --git a/primes/primes.6 b/primes/primes.6
@ -225,4 +225,3 @@ index 2d93594..4693968 100644
+ (void)fprintf(stderr, "usage: primes [-d] [start [stop]]\n"); + (void)fprintf(stderr, "usage: primes [-d] [start [stop]]\n");
exit(1); exit(1);
} }
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 12:53:51 +0100
Subject: quiz: Add answers to adults/babies. Closes: #659528 Subject: quiz: Add answers to adults/babies. Closes: #659528
--- ---
quiz/datfiles/babies | 2 +- quiz/datfiles/babies | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quiz/datfiles/babies b/quiz/datfiles/babies diff --git a/quiz/datfiles/babies b/quiz/datfiles/babies
index 5305c0c..45c4bb3 100644 index 5305c0c..45c4bb3 100644
@ -19,4 +19,3 @@ index 5305c0c..45c4bb3 100644
duckling:duck duckling:duck
fawn:deer fawn:deer
piglet|shoat:pig piglet|shoat:pig
--

View File

@ -3,13 +3,13 @@ Date: Thu, 16 Feb 2012 11:26:50 +0100
Subject: quiz: Update presidents, capitals, fix typos in murders, poetry Subject: quiz: Update presidents, capitals, fix typos in murders, poetry
--- ---
quiz/datfiles/africa | 51 ++++++++++++++++++++++++++++++------------------ quiz/datfiles/africa | 51 ++++++++++++++++++++++++++++++++-------------------
quiz/datfiles/america | 45 ++++++++++++++++++++++++++++++++++-------- quiz/datfiles/america | 45 ++++++++++++++++++++++++++++++++++++---------
quiz/datfiles/asia | 40 ++++++++++++++++++++++++-------------- quiz/datfiles/asia | 40 +++++++++++++++++++++++++---------------
quiz/datfiles/europe | 44 ++++++++++++++++++++++++++++------------- quiz/datfiles/europe | 44 ++++++++++++++++++++++++++++++--------------
quiz/datfiles/murders | 2 +- quiz/datfiles/murders | 2 +-
quiz/datfiles/poetry | 2 +- quiz/datfiles/poetry | 2 +-
quiz/datfiles/pres | 6 +++- quiz/datfiles/pres | 6 ++++--
7 files changed, 129 insertions(+), 61 deletions(-) 7 files changed, 129 insertions(+), 61 deletions(-)
diff --git a/quiz/datfiles/africa b/quiz/datfiles/africa diff --git a/quiz/datfiles/africa b/quiz/datfiles/africa
@ -350,4 +350,3 @@ index 6f81228..4ce5862 100644
+{R{ichard} }{B{ruce} }Cheney:{B{arack} }{H{ussein} }Obama{ II} +{R{ichard} }{B{ruce} }Cheney:{B{arack} }{H{ussein} }Obama{ II}
+{B{arack} }{H{ussein} }Obama{ II}:2009-:\ +{B{arack} }{H{ussein} }Obama{ II}:2009-:\
+{J{oe{seph}} }{R{obinette} }{Biden}{{,} J{unio}r}: +{J{oe{seph}} }{R{obinette} }{Biden}{{,} J{unio}r}:
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 11:26:53 +0100
Subject: rain: Update default delay. Closes: #579062 Subject: rain: Update default delay. Closes: #579062
--- ---
rain/rain.6 | 2 +- rain/rain.6 | 2 +-
rain/rain.c | 2 +- rain/rain.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-) 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rain/rain.6 b/rain/rain.6 diff --git a/rain/rain.6 b/rain/rain.6
@ -32,4 +32,3 @@ index e388f46..63e6276 100644
unsigned long val = 0; unsigned long val = 0;
int ch; int ch;
char *ep; char *ep;
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 11:26:49 +0100
Subject: robots: Refresh screen Subject: robots: Refresh screen
--- ---
robots/move.c | 1 + robots/move.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-) 1 file changed, 1 insertion(+)
diff --git a/robots/move.c b/robots/move.c diff --git a/robots/move.c b/robots/move.c
index 7edaae3..b2703c5 100644 index 7edaae3..b2703c5 100644
@ -18,4 +18,3 @@ index 7edaae3..b2703c5 100644
refresh(); refresh();
break; break;
case EOF: case EOF:
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 13:26:25 +0100
Subject: wtf: Add NMU. Closes: #574036 Subject: wtf: Add NMU. Closes: #574036
--- ---
wtf/acronyms.comp | 1 + wtf/acronyms.comp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-) 1 file changed, 1 insertion(+)
diff --git a/wtf/acronyms.comp b/wtf/acronyms.comp diff --git a/wtf/acronyms.comp b/wtf/acronyms.comp
index c5283c4..e365d72 100644 index c5283c4..e365d72 100644
@ -18,4 +18,3 @@ index c5283c4..e365d72 100644
NRZ non-return to zero NRZ non-return to zero
NUMA non uniform memory access NUMA non uniform memory access
OCL object constraint language OCL object constraint language
--

View File

@ -3,8 +3,8 @@ Date: Thu, 16 Feb 2012 11:26:48 +0100
Subject: wtf: Add acronyms and sort them alphabetically Subject: wtf: Add acronyms and sort them alphabetically
--- ---
wtf/acronyms | 8 ++++++++ wtf/acronyms | 8 ++++++++
wtf/acronyms.comp | 28 +++++++++++++++++++++------- wtf/acronyms.comp | 28 +++++++++++++++++++++-------
2 files changed, 29 insertions(+), 7 deletions(-) 2 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/wtf/acronyms b/wtf/acronyms diff --git a/wtf/acronyms b/wtf/acronyms
@ -212,4 +212,3 @@ index 6f2b66f..c5283c4 100644
UUCP unix-to-unix copy protocol UUCP unix-to-unix copy protocol
VAX virtual address extension VAX virtual address extension
VCM virtual channel memory VCM virtual channel memory
--