[SCM] xboard PKG branch, master, updated. debian/4.4.3-1-7-g4bcea30

Vincent Legout vincent at legout.info
Sat Aug 21 15:48:19 UTC 2010


The following commit has been merged in the master branch:
commit b7fb56f258be80b9c69e5a86bb44e23ecc9be066
Author: Vincent Legout <vincent at legout.info>
Date:   Sat Aug 21 16:38:24 2010 +0200

    Remove 02_allow_current_flex.dpatch

diff --git a/debian/changelog b/debian/changelog
index 40a2b2c..9f883e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xboard (4.4.4-1) unstable; urgency=low
   * New upstream version
   * Bump to Standards-Version 3.9.1
   * Remove useless arch-dep-package-has-big-usr-share lintian override
+  * debian/patches/02_allow_current_flex.dpatch: Removed
 
  -- Vincent Legout <vincent at legout.info>  Sat, 21 Aug 2010 10:49:59 +0200
 
diff --git a/debian/patches/02_allow_current_flex.dpatch b/debian/patches/02_allow_current_flex.dpatch
deleted file mode 100644
index a27282d..0000000
--- a/debian/patches/02_allow_current_flex.dpatch
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_allow_current_flex.dpatch by Florian Ernst <florian at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Allow use of current flex, prevents FTBFS
-## DP: See bug#192196
-
- at DPATCH@
-Index: xboard/parser.c
-===================================================================
---- xboard.orig/parser.c	2010-04-12 19:41:05.479942924 +0800
-+++ xboard/parser.c	2010-04-12 19:42:25.923945997 +0800
-@@ -1733,14 +1733,14 @@
- #define YY_INPUT(buf, result, max_size) my_yy_input(buf, &result, max_size)
- #undef YY_DECL
- #define YY_DECL                     \
--    int _yylex YY_PROTO((void));    \
--    int yylex YY_PROTO((void))      \
-+    int _yylex (void);    \
-+    int yylex (void)      \
-     {                               \
- 	int result = _yylex();      \
- 	yy_text = (char *) yytext;  \
- 	return(result);             \
-     }                               \
--    int _yylex YY_PROTO((void))
-+    int _yylex (void)
- #else
- /* This is lex */
- #undef input
diff --git a/debian/patches/series b/debian/patches/series
index 82b0c1a..714d485 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-02_allow_current_flex.dpatch
 07_call_x-terminal-emulator_instead_of_xterm.dpatch
 11_fix_manpages_warnings.dpatch

-- 
xboard PKG



More information about the Pkg-games-commits mailing list