[SCM] packaging for the mame arcade game emulator branch, master, updated. 79eba14e0822eb8ff12f2a4fcf720bb906e967f0

Jordi Mallach jordi at debian.org
Thu May 12 14:26:12 UTC 2011


The following commit has been merged in the master branch:
commit 79eba14e0822eb8ff12f2a4fcf720bb906e967f0
Author: Jordi Mallach <jordi at debian.org>
Date:   Thu May 12 12:57:21 2011 +0200

    Restrict Architectures to those known to not fail due to memory alignment issues: amd64, i386, kfreebsd-amd64, kfreebsd-i386, powerpc, s390.

diff --git a/debian/changelog b/debian/changelog
index a65d519..77d61cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mame (0.142-2) unstable; urgency=low
+
+  * Restrict Architectures to those known to not fail due to memory
+    alignment issues: amd64, i386, kfreebsd-amd64, kfreebsd-i386, powerpc,
+    s390.
+
+ -- Jordi Mallach <jordi at debian.org>  Thu, 12 May 2011 11:15:41 +0200
+
 mame (0.142-1) unstable; urgency=low
 
   [ Emmanuel Kasper ]
diff --git a/debian/control b/debian/control
index a81232a..d98d384 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Homepage: http://mamedev.org/
 XS-Autobuild: yes
 
 Package: mame
-Architecture: any
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mame-tools, gnome-video-arcade
 Provides: xmame-common, xmame-sdl, xmame-svga, xmame-x
@@ -29,11 +29,10 @@ 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: any
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: mame (= ${source:Version})
 Breaks: xmame-tools (<< 0.140-1)
@@ -55,7 +54,7 @@ Description: Tools for Multiple Arcade Machine Emulator (MAME)
 
 Package: xmame-sdl
 Depends: mame, ${misc:Depends}
-Architecture: all
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
 Description: Transitional package for xmame-sdl
  This is a transitional package for xmame-sdl, and can be safely removed
  after the installation is complete.
@@ -69,14 +68,14 @@ Description: Transitional package for xmame-svga
 
 Package: xmame-x
 Depends: mame, ${misc:Depends}
-Architecture: all
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
 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: all
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390
 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