[fife] 15/25: Add endif.patch

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 20:31:26 UTC 2016


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

apo pushed a commit to branch master
in repository fife.

commit 8061d498437e513479db22b40e992d9aa15b7ba4
Author: Markus Koschany <apo at debian.org>
Date:   Wed Sep 21 20:33:32 2016 +0200

    Add endif.patch
    
    and fix a FTBFS
---
 debian/patches/endif.patch | 22 ++++++++++++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/endif.patch b/debian/patches/endif.patch
new file mode 100644
index 0000000..7ac712e
--- /dev/null
+++ b/debian/patches/endif.patch
@@ -0,0 +1,22 @@
+From: Markus Koschany <apo at debian.org>
+Date: Wed, 21 Sep 2016 20:33:02 +0200
+Subject: endif
+
+Fix FTBFS due to error:
+error: #endif without #if
+
+Forwarded: no
+---
+ engine/core/version.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/engine/core/version.h b/engine/core/version.h
+index 6f16190..4d4aeaf 100644
+--- a/engine/core/version.h
++++ b/engine/core/version.h
+@@ -126,5 +126,4 @@ namespace FIFE {
+ #undef FIFE_VERSION_STRING
+ #undef FIFE_VERSION
+ 
+-#endif //FIFE_VERSION_H
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3ae4259
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+endif.patch

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



More information about the Pkg-games-commits mailing list