[SCM] xboard PKG branch, experimental, updated. debian/4.5.git20101120-1-12-g20b51af

Vincent Legout vincent at legout.info
Tue Feb 8 15:13:20 UTC 2011


The following commit has been merged in the experimental branch:
commit 68c9ec14f7c7c450eb9d6274606a07ce0e3840d9
Author: Vincent Legout <vincent at legout.info>
Date:   Tue Feb 8 15:27:12 2011 +0100

    Remove unneeded patch 02_allow_current_flex.dpatch

diff --git a/debian/changelog b/debian/changelog
index b0ada07..4cd4e21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xboard (4.5.0-1) UNRELEASED; urgency=low
   * New upstream stable version
     - Update patches
   * debian/rules: Remove get-orig-source-target
+  * Remove unneeded patch 02_allow_current_flex.dpatch
 
  -- Vincent Legout <vincent at legout.info>  Tue, 08 Feb 2011 14:52:05 +0100
 
diff --git a/debian/patches/02_allow_current_flex.dpatch b/debian/patches/02_allow_current_flex.dpatch
deleted file mode 100644
index 13ee99a..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	2011-02-02 18:31:21.914199605 +0100
-+++ xboard/parser.c	2011-02-02 18:36:55.426198887 +0100
-@@ -1729,14 +1729,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 a1a1359..7b33bd8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-02_allow_current_flex.dpatch
 07_call_x-terminal-emulator_instead_of_xterm.dpatch
 11_fix_manpages_warnings.dpatch
 01_note_about_missing_fonts.patch

-- 
xboard PKG



More information about the Pkg-games-commits mailing list