Package: warzone2100 / 3.1.1-1

Metadata

Package Version Patches format
warzone2100 3.1.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system libraries.patch | (download)

Makefile.am | 2 0 + 2 - 0 !
configure.ac | 11 6 + 5 - 0 !
po/update-po.sh | 2 1 + 1 - 0 !
src/Makefile.am | 7 3 + 4 - 0 !
4 files changed, 10 insertions(+), 12 deletions(-)

 use system libraries instead of embedded code copies
revert 372eff6693e633e8d0d1d0b8a9ceb996a5c3f49f.patch | (download)

autogen.sh | 5 5 + 0 - 0 !
configure.ac | 13 13 + 0 - 0 !
lib/framework/Makefile.am | 10 6 + 4 - 0 !
lib/framework/resource_lexer.lpp | 160 160 + 0 - 0 !
lib/framework/resource_parser.ypp | 128 128 + 0 - 0 !
lib/framework/strres_lexer.lpp | 157 157 + 0 - 0 !
lib/framework/strres_parser.ypp | 97 97 + 0 - 0 !
lib/gamelib/Makefile.am | 6 4 + 2 - 0 !
lib/gamelib/audp_lexer.lpp | 180 180 + 0 - 0 !
lib/gamelib/audp_parser.ypp | 239 239 + 0 - 0 !
lib/script/Makefile.am | 10 6 + 4 - 0 !
lib/script/chat_lexer.lpp | 238 238 + 0 - 0 !
lib/script/chat_parser.ypp | 770 770 + 0 - 0 !
lib/script/script_lexer.lpp | 868 868 + 0 - 0 !
lib/script/script_parser.ypp | 6336 6336 + 0 - 0 !
src/Makefile.am | 11 7 + 4 - 0 !
src/level_lexer.lpp | 179 179 + 0 - 0 !
src/scriptvals_lexer.lpp | 209 209 + 0 - 0 !
src/scriptvals_parser.ypp | 892 892 + 0 - 0 !
win32/MSVCdelparser.bat | 23 23 + 0 - 0 !
20 files changed, 10517 insertions(+), 14 deletions(-)

 revert upstream patch that causes a gpl violation in debian
revert e397b24d4724d835d6cdc39a92800e64c0551dab.patch | (download)

lib/framework/Makefile.am | 5 3 + 2 - 0 !
lib/gamelib/Makefile.am | 3 2 + 1 - 0 !
lib/script/Makefile.am | 5 3 + 2 - 0 !
3 files changed, 8 insertions(+), 5 deletions(-)

 revert some things missed in revert-372eff6693e633e8d0d1d0b8a9ceb996a5c3f49f.patch
fix yacc.diff | (download)

lib/framework/resource_parser.ypp | 2 1 + 1 - 0 !
lib/framework/strres_lexer.lpp | 2 1 + 1 - 0 !
lib/framework/strres_parser.ypp | 13 6 + 7 - 0 !
lib/framework/strresly.h | 4 2 + 2 - 0 !
lib/gamelib/audp_parser.ypp | 2 1 + 1 - 0 !
lib/script/chat_parser.ypp | 2 1 + 1 - 0 !
lib/script/script_parser.ypp | 2 1 + 1 - 0 !
src/scriptvals_parser.ypp | 2 1 + 1 - 0 !
8 files changed, 14 insertions(+), 15 deletions(-)

 fix yacc