[dreamchess] 43/80: remove use_mxml_from_debian.diff which is useless now

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:30 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit 59716636fcaa6a4d85eee2702b82f881de4e472e
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Fri Feb 15 23:01:34 2008 +0000

    remove use_mxml_from_debian.diff which is useless now
---
 debian/patches/series                    |   1 +
 debian/patches/use_mxml_from_debian.diff | 175 -------------------------------
 2 files changed, 1 insertion(+), 175 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index e69de29..a928392 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-mxml-check.diff -p0
diff --git a/debian/patches/use_mxml_from_debian.diff b/debian/patches/use_mxml_from_debian.diff
deleted file mode 100644
index b9cd30d..0000000
--- a/debian/patches/use_mxml_from_debian.diff
+++ /dev/null
@@ -1,175 +0,0 @@
-Index: dreamchess-0.1.0/configure
-===================================================================
---- dreamchess-0.1.0.orig/configure	2007-09-16 20:06:09.000000000 +0000
-+++ dreamchess-0.1.0/configure	2007-09-16 20:10:00.000000000 +0000
-@@ -1748,7 +1748,7 @@
- 
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
--ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext>&5'
- ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
-@@ -7646,7 +7646,7 @@
- 
- # Checks for library functions.
- 
--ac_config_files="$ac_config_files Makefile desktop/Makefile doc/Makefile man/Makefile m4/Makefile pkg/Makefile pkg/win32/Makefile src/Makefile src/libs/Makefile src/libs/gamegui/Makefile src/libs/mxml/Makefile src/libs/minizip/Makefile src/include/Makefile src/include/gamegui/Makefile src/include/minizip/Makefile src/ui_sdlgl/Makefile src/dreamer/Makefile"
-+ac_config_files="$ac_config_files Makefile desktop/Makefile doc/Makefile man/Makefile m4/Makefile pkg/Makefile pkg/win32/Makefile src/Makefile src/libs/Makefile src/libs/gamegui/Makefile src/libs/minizip/Makefile src/include/Makefile src/include/gamegui/Makefile src/include/minizip/Makefile src/ui_sdlgl/Makefile src/dreamer/Makefile"
- 
- cat >confcache <<\_ACEOF
- # This file is a shell script that caches the results of configure
-@@ -8230,7 +8230,6 @@
-     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
-     "src/libs/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/Makefile" ;;
-     "src/libs/gamegui/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/gamegui/Makefile" ;;
--    "src/libs/mxml/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/mxml/Makefile" ;;
-     "src/libs/minizip/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/minizip/Makefile" ;;
-     "src/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;;
-     "src/include/gamegui/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/gamegui/Makefile" ;;
-Index: dreamchess-0.1.0/src/libs/Makefile.in
-===================================================================
---- dreamchess-0.1.0.orig/src/libs/Makefile.in	2007-09-16 20:06:09.000000000 +0000
-+++ dreamchess-0.1.0/src/libs/Makefile.in	2007-09-16 20:06:12.000000000 +0000
-@@ -207,7 +207,7 @@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--SUBDIRS = gamegui mxml minizip
-+SUBDIRS = gamegui minizip
- EXTRA_DIST = msgbuf.h
- INCLUDES = -I$(top_srcdir)/src/include
- AM_YFLAGS = -p san
-Index: dreamchess-0.1.0/src/libs/mxml/Makefile.in
-===================================================================
---- dreamchess-0.1.0.orig/src/libs/mxml/Makefile.in	2007-09-16 20:06:09.000000000 +0000
-+++ dreamchess-0.1.0/src/libs/mxml/Makefile.in	2007-09-16 20:06:12.000000000 +0000
-@@ -37,7 +37,7 @@
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--subdir = src/libs/mxml
-+subdir =
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/m4/sdl.m4 \
-@@ -50,13 +50,13 @@
- LIBRARIES = $(noinst_LIBRARIES)
- AR = ar
- ARFLAGS = cru
--libmxml_a_AR = $(AR) $(ARFLAGS)
--libmxml_a_LIBADD =
--am_libmxml_a_OBJECTS = mxml-attr.$(OBJEXT) mxml-file.$(OBJEXT) \
-+#libmxml_a_AR = $(AR) $(ARFLAGS)
-+#libmxml_a_LIBADD =
-+#am_libmxml_a_OBJECTS = mxml-attr.$(OBJEXT) mxml-file.$(OBJEXT) \
- 	mxml-node.$(OBJEXT) mxml-search.$(OBJEXT) \
- 	mxml-string.$(OBJEXT) mxml-entity.$(OBJEXT) \
- 	mxml-index.$(OBJEXT) mxml-private.$(OBJEXT) mxml-set.$(OBJEXT)
--libmxml_a_OBJECTS = $(am_libmxml_a_OBJECTS)
-+#libmxml_a_OBJECTS = $(am_libmxml_a_OBJECTS)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -64,8 +64,8 @@
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--SOURCES = $(libmxml_a_SOURCES)
--DIST_SOURCES = $(libmxml_a_SOURCES)
-+#SOURCES = $(libmxml_a_SOURCES)
-+#DIST_SOURCES = $(libmxml_a_SOURCES)
- ETAGS = etags
- CTAGS = ctags
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-@@ -183,8 +183,8 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- INCLUDES = -I$(top_srcdir)/src/include
--noinst_LIBRARIES = libmxml.a
--libmxml_a_SOURCES = mxml-attr.c mxml-file.c mxml-node.c mxml-search.c \
-+#noinst_LIBRARIES = libmxml.a
-+#libmxml_a_SOURCES = mxml-attr.c mxml-file.c mxml-node.c mxml-search.c \
- 	mxml-string.c mxml-entity.c  mxml-index.c  mxml-private.c  mxml-set.c
- 
- all: all-am
-@@ -200,9 +200,9 @@
- 	      exit 1;; \
- 	  esac; \
- 	done; \
--	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libs/mxml/Makefile'; \
-+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu'; \
- 	cd $(top_srcdir) && \
--	  $(AUTOMAKE) --gnu  src/libs/mxml/Makefile
-+	  $(AUTOMAKE) --gnu
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- 	@case '$?' in \
-@@ -223,10 +223,10 @@
- 
- clean-noinstLIBRARIES:
- 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
--libmxml.a: $(libmxml_a_OBJECTS) $(libmxml_a_DEPENDENCIES) 
--	-rm -f libmxml.a
--	$(libmxml_a_AR) libmxml.a $(libmxml_a_OBJECTS) $(libmxml_a_LIBADD)
--	$(RANLIB) libmxml.a
-+#libmxml.a: $(libmxml_a_OBJECTS) $(libmxml_a_DEPENDENCIES) 
-+#	-rm -f libmxml.a
-+#	$(libmxml_a_AR) libmxml.a $(libmxml_a_OBJECTS) $(libmxml_a_LIBADD)
-+#	$(RANLIB) libmxml.a
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT)
-@@ -234,15 +234,15 @@
- distclean-compile:
- 	-rm -f *.tab.c
- 
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-attr.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-entity.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-file.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-index.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-node.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-private.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-search.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-set.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-string.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-attr.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-entity.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-file.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-index.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-node.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-private.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-search.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-set.Po at am__quote@
-+#@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mxml-string.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-Index: dreamchess-0.1.0/src/Makefile.in
-===================================================================
---- dreamchess-0.1.0.orig/src/Makefile.in	2007-09-16 20:06:09.000000000 +0000
-+++ dreamchess-0.1.0/src/Makefile.in	2007-09-16 20:12:35.000000000 +0000
-@@ -66,7 +66,7 @@
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
--LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -lmxml
- LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
- YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
- SOURCES = $(dreamchess_SOURCES)
-@@ -209,11 +209,11 @@
- 	comm_win32.c credits.c pgn_parser.y pgn_scanner.l
- 
- dreamchess_LDADD = @WIN32_RC@ libs/libsan.a ui_sdlgl/libui_sdlgl.a \
--	libs/gamegui/libgamegui.a libs/mxml/libmxml.a @DREAMCHESS_LIBS@ \
-+	libs/gamegui/libgamegui.a @DREAMCHESS_LIBS@ \
- 	@SDL_LIBS@
- 
- dreamchess_DEPENDENCIES = @WIN32_RC@ libs/libsan.a ui_sdlgl/libui_sdlgl.a \
--	libs/gamegui/libgamegui.a libs/mxml/libmxml.a @DREAMCHESS_LIBS@
-+	libs/gamegui/libgamegui.a @DREAMCHESS_LIBS@
- 
- all: $(BUILT_SOURCES)
- 	$(MAKE) $(AM_MAKEFLAGS) all-recursive

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



More information about the Pkg-games-commits mailing list