[SCM] packaging for the mame arcade game emulator branch, master, updated. 97f11d4707e4f073d03cec78aaeebd9575c2b475

Jordi Mallach jordi at debian.org
Sat May 14 15:51:22 UTC 2011


The following commit has been merged in the master branch:
commit cfc33b5cd8b6b41a7662597e95fb97311d01ce8c
Author: Jordi Mallach <jordi at debian.org>
Date:   Sat May 14 16:06:51 2011 +0200

    Revert "Restrict Architectures to those known to not fail due to memory alignment issues: amd64, i386, kfreebsd-amd64, kfreebsd-i386, powerpc, s390."
    
    This reverts commit 79eba14e0822eb8ff12f2a4fcf720bb906e967f0.
    
    Removing -Werror from our build rules downgrades the memory alignment
    problem to warnings, and MAME should build on all architectures, given
    correct build parametres for each platform.

diff --git a/debian/changelog b/debian/changelog
index 7ce3ac3..c4a5909 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 mame (0.142-2) UNRELEASED; urgency=low
 
-  * Restrict Architectures to those known to not fail to build due to
-    memory alignment issues: amd64, i386, kfreebsd-amd64, kfreebsd-i386,
-    powerpc, s390.
   * Add the necessary variables to fix s390 builds (it's big endian and
     has no targetted DRC implementation).
   * Modify get-orig-source to also fetch MESS sources and build a new
diff --git a/debian/control b/debian/control
index 2c43bd4..bbf4326 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Homepage: http://mamedev.org/
 XS-Autobuild: yes
 
 Package: mame
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mame-tools, gnome-video-arcade
 Provides: xmame-common, xmame-sdl, xmame-svga, xmame-x
@@ -29,10 +29,11 @@ Description: Multiple Arcade Machine Emulator (MAME)
  illegal to use them if you do not own the arcade machine.
  .
  This package provides the MAME binary and configuration files.
+ .
 
 Package: mame-tools
 Section: non-free/utils
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: mame (= ${source:Version})
 Breaks: xmame-tools (<< 0.140)
@@ -77,7 +78,7 @@ Description: Multi Emulator Super System (MESS)
 
 Package: xmame-sdl
 Depends: mame, ${misc:Depends}
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
+Architecture: all
 Description: Transitional package for xmame-sdl
  This is a transitional package for xmame-sdl, and can be safely removed
  after the installation is complete.
@@ -91,14 +92,14 @@ Description: Transitional package for xmame-svga
 
 Package: xmame-x
 Depends: mame, ${misc:Depends}
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
+Architecture: all
 Description: Transitional package for xmame-x
  This is a transitional package for xmame-x, and can be safely removed
  after the installation is complete.
 
 Package: xmame-tools
 Depends: mame, ${misc:Depends}
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
+Architecture: all
 Description: Transitional package for mame-tools
  This is a transitional package for mame-tools, and can be safely removed
  after the installation is complete.

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list