[SCM] packaging for the mame arcade game emulator branch, master, updated. 3715dc95f920faad38d4f129d68b6e68b3c2b55b

Jordi Mallach jordi at debian.org
Wed May 4 14:41:50 UTC 2011


The following commit has been merged in the master branch:
commit 3715dc95f920faad38d4f129d68b6e68b3c2b55b
Author: Jordi Mallach <jordi at debian.org>
Date:   Wed May 4 16:41:18 2011 +0200

    Remove unused patches.

diff --git a/debian/patches/fix_powerpc_build.patch b/debian/patches/fix_powerpc_build.patch
deleted file mode 100644
index fe6ca5d..0000000
--- a/debian/patches/fix_powerpc_build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Jordi Mallach <jordi at debian.org>
-Description: Fix linux/ppc build
- The Linux PowerPC build of the SDL target failed to build due to a badly
- declared ifdef.
-Forwarded: yes
-Bug: http://www.mametesters.org/view.php?id=4316
-
-Index: mame-0.141/src/mame/video/n64.h
-===================================================================
---- mame-0.141.orig/src/mame/video/n64.h	2011-04-22 12:56:00.950598302 +0200
-+++ mame-0.141/src/mame/video/n64.h	2011-04-22 12:56:16.858598308 +0200
-@@ -40,7 +40,7 @@
- #define FORMAT_IA				3
- #define FORMAT_I				4
- 
--#if LSB_FIRST
-+#ifdef LSB_FIRST
- #define BYTE_XOR_DWORD_SWAP 7
- #define WORD_XOR_DWORD_SWAP 3
- #else
diff --git a/debian/patches/rename_tools.patch b/debian/patches/rename_tools.patch
deleted file mode 100644
index 3e43af4..0000000
--- a/debian/patches/rename_tools.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: Rename binaries that nameclash with other Unix tools
-Author: Félix Gatuno Arreola <fgatuno.123 at gmail.com>
-Forwarded: yes
-
-Index: mame-0139/src/tools/regrep.c
-===================================================================
---- mame-0139.orig/src/tools/regrep.c	2010-09-28 17:16:50.996527308 -0500
-+++ mame-0139/src/tools/regrep.c	2010-09-28 17:17:11.383526945 -0500
-@@ -258,7 +258,7 @@
-     /* first argument is the directory */
-     if (argc < 4)
-     {
--    	fprintf(stderr, "Usage:\nregrep <template> <outputdir> <summary1> [<summary2> [<summary3> ...]]\n");
-+    	fprintf(stderr, "Usage:\nmame-regrep <template> <outputdir> <summary1> [<summary2> [<summary3> ...]]\n");
-     	return 1;
-     }
-     tempfilename = astring_dupc(argv[1]);
-Index: mame-0139/src/tools/split.c
-===================================================================
---- mame-0139.orig/src/tools/split.c	2010-09-28 17:09:13.927610223 -0500
-+++ mame-0139/src/tools/split.c	2010-09-28 17:09:33.832524302 -0500
-@@ -455,9 +455,9 @@
- usage:
- 	fprintf(stderr,
- 		"Usage:\n"
--		"  split -split <bigfile> <basename> [<size>] -- split file into parts\n"
--		"  split -join <splitfile> [<outputfile>] -- join file parts into original file\n"
--		"  split -verify <splitfile> -- verify a split file\n"
-+		"  mame-split -split <bigfile> <basename> [<size>] -- split file into parts\n"
-+		"  mame-split -join <splitfile> [<outputfile>] -- join file parts into original file\n"
-+		"  mame-split -verify <splitfile> -- verify a split file\n"
- 		"\n"
- 		"Where:\n"
- 		"  <bigfile> is the large file you wish to split\n"
-Index: mame-0139/src/tools/srcclean.c
-===================================================================
---- mame-0139.orig/src/tools/srcclean.c	2010-09-28 17:15:34.431526420 -0500
-+++ mame-0139/src/tools/srcclean.c	2010-09-28 17:16:14.840523525 -0500
-@@ -80,7 +80,7 @@
- 	/* print usage info */
- 	if (argc != 2)
- 	{
--		printf("Usage:\nsrcclean <file>\n");
-+		printf("Usage:\nmame-srcclean <file>\n");
- 		return 0;
- 	}
- 

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list