[gweled] 02/07: Add a missing function declaration
Stephen Kitt
skitt at moszumanska.debian.org
Fri Feb 9 08:44:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch debian-sid
in repository gweled.
commit ebbba797a5d88a3ee30cef949b411a34f0f15f0c
Author: Stephen Kitt <skitt at debian.org>
Date: Fri Feb 9 09:06:48 2018 +0100
Add a missing function declaration
---
debian/changelog | 1 +
debian/patches/008-board-engine-declaration.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 37926b6..93c52b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gweled (0.9.1-5) UNRELEASED; urgency=medium
* Cope with librsvg’s new behaviour by always using URIs instead of
paths. (Closes: #889688.)
+ * Add a missing function declaration.
-- Stephen Kitt <skitt at debian.org> Fri, 09 Feb 2018 09:02:48 +0100
diff --git a/debian/patches/008-board-engine-declaration.patch b/debian/patches/008-board-engine-declaration.patch
new file mode 100644
index 0000000..14119cf
--- /dev/null
+++ b/debian/patches/008-board-engine-declaration.patch
@@ -0,0 +1,14 @@
+Description: Add missing init_pref_window declaration
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/board_engine.c
++++ b/src/board_engine.c
+@@ -979,6 +979,8 @@
+ return game;
+ }
+
++extern void init_pref_window(void);
++
+ void gweled_set_previous_game(GweledGameState game)
+ {
+ gchar *text_buffer;
diff --git a/debian/patches/series b/debian/patches/series
index d8c19d8..4a320c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
005-continue-endless-timed-modes.patch
006-spelling-fixes.patch
007-rsvg-uri.patch
+008-board-engine-declaration.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gweled.git
More information about the Pkg-games-commits
mailing list