Your message dated Wed, 17 Aug 2005 05:17:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314437: fixed in xmame 0.99-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Jun 2005 08:57:23 +0000
>From [EMAIL PROTECTED] Thu Jun 16 01:57:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ops.tamu.edu [165.91.250.112] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DiqBf-0005sH-00; Thu, 16 Jun 2005 01:57:23 -0700
Received: from lemur.tamu.edu ([165.91.250.115])
        by ops.tamu.edu with esmtp (Exim 4.44 (FreeBSD))
        id 1DiqBc-000283-Cw; Thu, 16 Jun 2005 03:57:22 -0500
Received: from nipsy by lemur.tamu.edu with local (Exim 4.51)
        id 1DiqBc-0007Do-O9; Thu, 16 Jun 2005 03:57:20 -0500
Content-Type: multipart/mixed; boundary="===============1420408576=="
MIME-Version: 1.0
From: Mark Nipper <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xmame-x: possible patch for new dpkg-architecture behavior
X-Mailer: reportbug 3.13
Date: Thu, 16 Jun 2005 03:57:20 -0500
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Score: -2.8 (--)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1420408576==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: xmame-x
Version: 0.97-1
Severity: important
Tags: patch

        While building a recent version of mame using the most recent
0.97 source release along with the Debian specific files from 0.96, I
ran across this new issue because of a change in behavior for
dpkg-architecture.

        I attached a patch, but feel free to handle this however.  This
is more of a heads up than anything else.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xmame-x depends on:
ii  debconf [debconf-2.0]    1.4.51          Debian configuration management sy
ii  libasound2               1.0.9-2         ALSA library
ii  libaudiofile0            0.2.6-6         Open-source version of SGI's audio
ii  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]   0.2.35-2.1      Enlightened Sound Daemon (ALSA) - 
ii  libexpat1                1.95.8-3        XML parsing C library - runtime li
ii  libjpeg62                6b-10           The Independent JPEG Group's JPEG 
ii  liblircclient0           0.7.1pre2-6     LIRC client library
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxv1                   4.3.0.dfsg.1-14 X Window System video extension li
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  xmame-common             0.97-1          Multiple Arcade Machine Emulator
ii  zlib1g                   1:1.2.2-4       compression library - runtime

Versions of packages xmame-x recommends:
ii  xlibmesa-gl [libgl1]     4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-14 Mesa OpenGL utility library [XFree

Versions of packages xmame-x is related to:
ii  reportbug                     3.13       reports bugs in the Debian distrib
pn  totem-gstreamer               <none>     (no description available)

-- debconf information excluded

--===============1420408576==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dpkg-dev.patch"

--- xmame-0.96/debian/rules     2005-06-16 03:49:58.000000000 -0500
+++ xmame-0.97/debian/rules     2005-06-16 03:44:45.000000000 -0500
@@ -16,7 +16,7 @@
 DEB_BINARY_INDEP_PACKAGES = -pxmame-common
 
 # Build svgalib binary for i386 only
-ifeq ($(DEB_HOST_GNU_CPU),i386)
+ifeq ($(DEB_HOST_GNU_CPU),i486)
 DEB_BINARY_PACKAGES += -pxmame-svga
 endif
 
@@ -37,6 +37,11 @@
 # Works for: i386, ia64, alpha, m68k, mips
 MAME_CPU := $(DEB_HOST_GNU_CPU)
 
+# It worked until i386 became i486 anyway.
+ifeq ($(DEB_HOST_GNU_CPU),i486)
+MAME_CPU = i386
+endif
+
 MY_CPU := $(MAME_CPU)
 MY_CPU := $(MY_CPU:sh3=risc_lsb)
 MY_CPU := $(MY_CPU:sh4=risc_lsb)

--===============1420408576==--

---------------------------------------
Received: (at 314437-close) by bugs.debian.org; 17 Aug 2005 12:21:03 +0000
>From [EMAIL PROTECTED] Wed Aug 17 05:21:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5Mr6-0008W6-00; Wed, 17 Aug 2005 05:17:16 -0700
From: [EMAIL PROTECTED] (Bruno Barrera C.)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314437: fixed in xmame 0.99-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 17 Aug 2005 05:17:16 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xmame
Source-Version: 0.99-1

We believe that the bug you reported is fixed in the latest version of
xmame, which is due to be installed in the Debian FTP archive:

xmame-common_0.99-1_all.deb
  to pool/non-free/x/xmame/xmame-common_0.99-1_all.deb
xmame-gl_0.99-1_all.deb
  to pool/non-free/x/xmame/xmame-gl_0.99-1_all.deb
xmame-sdl_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-sdl_0.99-1_i386.deb
xmame-svga_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-svga_0.99-1_i386.deb
xmame-tools_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-tools_0.99-1_i386.deb
xmame-x_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-x_0.99-1_i386.deb
xmame_0.99-1.diff.gz
  to pool/non-free/x/xmame/xmame_0.99-1.diff.gz
xmame_0.99-1.dsc
  to pool/non-free/x/xmame/xmame_0.99-1.dsc
xmame_0.99.orig.tar.gz
  to pool/non-free/x/xmame/xmame_0.99.orig.tar.gz
xmess-common_0.99-1_all.deb
  to pool/non-free/x/xmame/xmess-common_0.99-1_all.deb
xmess-x_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmess-x_0.99-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bruno Barrera C. <[EMAIL PROTECTED]> (supplier of updated xmame package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 23:34:39 -0400
Source: xmame
Binary: xmame-svga xmame-gl xmame-tools xmame-x xmess-common xmess-x xmame-sdl 
xmame-common
Architecture: source i386 all
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Bruno Barrera C. <[EMAIL PROTECTED]>
Changed-By: Bruno Barrera C. <[EMAIL PROTECTED]>
Description: 
 xmame-common - Multiple Arcade Machine Emulator
 xmame-gl   - dummy package
 xmame-sdl  - SDL binaries for the Multiple Arcade Machine Emulator
 xmame-svga - SVGALIB binaries for the Multiple Arcade Machine Emulator
 xmame-tools - Tools for xmame and xmess
 xmame-x    - X binaries for the Multiple Arcade Machine Emulator
 xmess-common - Support files for the Multi Emulator Super System
 xmess-x    - X binaries for the Multi Emulator Super System
Closes: 314437 318449
Changes: 
 xmame (0.99-1) unstable; urgency=low
 .
   * New upstream version.
   * Patched for new dpkg-architecture. (closes: #314437)
   * Added Czech translation. (closes: #318449)
Files: 
 328c4c87b15f4346327278efa4e03150 979 non-free/games optional xmame_0.99-1.dsc
 279a279f10f063acdd30207418999228 18924194 non-free/games optional 
xmame_0.99.orig.tar.gz
 1736ef7cd242e9ff90f85e26ca6c5494 15795 non-free/games optional 
xmame_0.99-1.diff.gz
 d13a6bf7af8b486193cd88fb59e7c846 251738 non-free/games optional 
xmame-common_0.99-1_all.deb
 73c6396ad103d2a93097100de4462a40 4107364 non-free/games optional 
xmess-common_0.99-1_all.deb
 0042940443f4dbb1bcdb47022c8e3a05 742 non-free/games optional 
xmame-gl_0.99-1_all.deb
 ac880f861b4183151adff132912b2394 9302030 non-free/games optional 
xmame-x_0.99-1_i386.deb
 d75b9ea87db418a8ddd2ac42b2b84458 9231080 non-free/games optional 
xmame-sdl_0.99-1_i386.deb
 9d90878f13595108c3f94f96788ff65c 55134 non-free/games optional 
xmame-tools_0.99-1_i386.deb
 c867e4ba3a1fdc9e96f1c849306c2d7e 9233686 non-free/games optional 
xmame-svga_0.99-1_i386.deb
 f29e186e47b3d24a19a2990ec62edfe8 3566908 non-free/games optional 
xmess-x_0.99-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFDAxbXf+2upy2F5boRAtczAJ0bwOypC7tcoXJG0jl2e/OxozTOZwCgoazA
h1n4EZn3LqMixWw7sJVPFWc=
=RfC7
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to