Your message dated Fri, 01 Apr 2011 22:33:18 +0000
with message-id <[email protected]>
and subject line Bug#487118: fixed in zsnes 1.510-3
has caused the Debian Bug report #487118,
regarding zsnes: Please implement Ubuntu changes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
487118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487118
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsnes
Version: 1.510-2.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
* Add dh_desktop call to debian/rules.
* Build amd64 package on Ubuntu
* New .desktop file.
* Fix some inaccuracies in debian/control file.
We thought you might be interested in doing the same.
diff -u zsnes-1.510/debian/zsnes.desktop zsnes-1.510/debian/zsnes.desktop
--- zsnes-1.510/debian/zsnes.desktop
+++ zsnes-1.510/debian/zsnes.desktop
@@ -2,8 +2,9 @@
-Encoding=UTF-8
-Name=zsnes
-Comment=A Super Nintendo Entertainment System (TM) emulator
+Name=ZSNES Emulator
+Name[ru_RU]=Эмулятор ZSNES
+Comment=Play Super Nintendo (SNES) games
+Comment[ru_RU]=Запуск игр для Super Nintendo (SNES)
Exec=zsnes
-Icon=zsnes.xpm
+Icon=zsnes
Terminal=false
Type=Application
-Categories=Application;Game;2DGraphics;Emulator
+Categories=Game;Emulator;
diff -u zsnes-1.510/debian/rules zsnes-1.510/debian/rules
--- zsnes-1.510/debian/rules
+++ zsnes-1.510/debian/rules
@@ -2,6 +2,22 @@
# debian/rules for zsnes
# 2001-2005 Aaron Lehmann <[email protected]>
# 2006 Joshua Kwan <[email protected]>
+# 2007 William Pitcock <[email protected]>
+
+# XXX: ugly hack to avoid FTBFS on amd64 with ia32-libs binary.
+# XXX: bork bork bork! this at least allows it to build. this one is a bug in
ia32-libs tho.
+ifeq ($(DEB_HOST_ARCH),amd64)
+ CFLAGS = -m32
+ ifneq ($(shell test -e /usr/lib32/libSDL.so && echo ok),ok)
+ MAKE_LINKS = mkdir -p lib \
+ && ln -sf /usr/lib32/libao.so.2 lib/libao.so \
+ && ln -sf /usr/lib32/libSDL-1.2.so.0 lib/libSDL.so \
+ && ln -sf /usr/lib32/libGL.so.1 lib/libGL.so \
+ && ln -sf /usr/lib32/libpng12.so.0 lib/libpng.so
+ LDFLAGS = -L../lib -L/usr/lib32
+ endif
+endif
+
patch-stamp:
dpatch apply-all
@@ -15,7 +31,8 @@
build-stamp:
dh_testdir
- cd src && ./configure --enable-opengl --disable-cpucheck
--enable-release --disable-debugger --enable-libao force_arch=i486 && $(MAKE)
+ $(MAKE_LINKS)
+ cd src && CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure
--enable-opengl --disable-cpucheck --enable-release --disable-debugger
--enable-libao force_arch=i486 && $(MAKE)
touch $@
@@ -75,6 +92,7 @@
dh_testroot
dh_installdocs
dh_installmenu
+ dh_desktop
dh_installman
dh_installchangelogs
dh_link
diff -u zsnes-1.510/debian/changelog zsnes-1.510/debian/changelog
--- zsnes-1.510/debian/changelog
+++ zsnes-1.510/debian/changelog
@@ -1,3 +1,13 @@
+zsnes (1.510-2.1ubuntu1) intrepid; urgency=low
+
+ * Merge from debian unstable, remaining changes (LP: #238671):
+ - Add dh_desktop call to debian/rules.
+ - Build amd64 package on Ubuntu
+ - New .desktop file.
+ - Fix some inaccuracies in debian/control file.
+
+ -- Nathan Handler <[email protected]> Thu, 19 Jun 2008 12:26:28 -0500
+
zsnes (1.510-2.1) unstable; urgency=high
* Non-maintainer upload.
@@ -5,6 +15,20 @@
-- Ian Beckwith <[email protected]> Thu, 10 Apr 2008 22:20:59 +0100
+zsnes (1.510-2ubuntu1) hardy; urgency=low
+
+ [ Siegfried-Angel Gevatter Pujals (RainCT) ]
+ * Add dh_desktop call to debian/rules.
+
+ [ Kirill Chunaev ]
+ * Build amd64 package on Ubuntu (thanks to William Pitcock).
+ * New .desktop file.
+ * Fix some inaccuracies in debian/control file.
+ * Change maintainership to Ubuntu MOTU team due to local changes,
+ and follow DebianMaintainer spec.
+
+ -- Kirill Chunaev <[email protected]> Wed, 13 Feb 2008 17:53:40 +0300
+
zsnes (1.510-2) unstable; urgency=low
* Acknowledge NMU, closes: #447366
@@ -142,0 +167 @@
+
diff -u zsnes-1.510/debian/control zsnes-1.510/debian/control
--- zsnes-1.510/debian/control
+++ zsnes-1.510/debian/control
@@ -5,14 +5,13 @@
-Build-Depends: debhelper (>= 4), nasm, libsdl1.2-dev (>= 1.2.2-3.1),
zlib1g-dev, sharutils, xutils, libpng12-dev | libpng-dev, xlibmesa-gl-dev,
dpatch, libao-dev
+Build-Depends: debhelper (>= 4), nasm, libsdl1.2-dev (>= 1.2.2-3.1),
zlib1g-dev, sharutils, xutils, libpng12-dev | libpng-dev, xlibmesa-gl-dev,
dpatch, libao-dev, ia32-libs [amd64], lib32z1-dev [amd64], lib32stdc++6
[amd64], gcc-multilib [amd64], g++-multilib [amd64]
Standards-Version: 3.7.3
Package: zsnes
-Architecture: i386
+Architecture: i386 amd64
Depends: ${shlibs:Depends}
-Description: Emulator of the Super Nintendo Entertainment System (TM)
- ZSNES allows you to play classic games written for the "SNES" game
- console on a GNU/Linux system. It supports advanced features such as
+Description: Emulator of the Super Nintendo Entertainment System
+ ZSNES allows you to play classic games written for the Super Nintendo (SNES)
+ game console on a GNU/Linux system. It supports advanced features such as
multiplayer gameplay over a TCP/IP network.
.
- Please note that many separately-available games playable under this
- emulator are non-free. See /usr/share/doc/zsnes/README.Debian for more
- information.
+ Please note that many separately-available games playable under this emulator
+ are non-free. See /usr/share/doc/zsnes/README.Debian for more information.
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: zsnes
Source-Version: 1.510-3
We believe that the bug you reported is fixed in the latest version of
zsnes, which is due to be installed in the Debian FTP archive:
zsnes_1.510-3.debian.tar.gz
to main/z/zsnes/zsnes_1.510-3.debian.tar.gz
zsnes_1.510-3.dsc
to main/z/zsnes/zsnes_1.510-3.dsc
zsnes_1.510-3_amd64.deb
to main/z/zsnes/zsnes_1.510-3_amd64.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.
Etienne Millon <[email protected]> (supplier of updated zsnes 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.8
Date: Wed, 01 Dec 2010 16:55:26 +0100
Source: zsnes
Binary: zsnes
Architecture: source amd64
Version: 1.510-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Etienne Millon <[email protected]>
Description:
zsnes - Emulator of the Super Nintendo Entertainment System
Closes: 402104 487118 573418 579040
Changes:
zsnes (1.510-3) unstable; urgency=low
.
* New maintainer (Closes: #573418).
- This package is now maintained by the Debian Games Team.
- Add myself and Eshat Cakar to Uploaders.
* Remove useless build-deps on xlibmesa-gl-dev and xutils (Closes: #579040).
* Add support for amd64 (Closes: #402104)
* debian/control: clarifiy description thanks to Ubuntu patch
(Closes: #487118)
* Add ${misc:Depends} to dependencies.
* Add debian/watch file.
* Switched to '3.0 (quilt)' format.
* Bump Standards-Version to 3.9.1 (no changes).
* zsnes.desktop: removed useless Encoding field.
* zsnes.doc-base: removed 'Apps/' prefix from Section.
* Build know copies config.{guess,sub} from autotools-dev.
* Add patches to upstream sources:
- Convert the manpage to use minus signs and en-dashes instead of hyphens.
- Correct a spelling error.
- Remove an extra license file in documentation.
Checksums-Sha1:
0bc41ede47188b077944fafe2000901ce16db38c 1449 zsnes_1.510-3.dsc
ede4cba23acd0cd0ccc72012a5769a8ed68e93f7 30724 zsnes_1.510-3.debian.tar.gz
53b931e8350989bc2b0c8e1589ad3502f0d478fc 895322 zsnes_1.510-3_amd64.deb
Checksums-Sha256:
cf962f1fb423c523548c47fa72c81a3d91019aac1eba413de3a163f878ae4172 1449
zsnes_1.510-3.dsc
eaca1383d802c216f8f55cc7924711415f41ce45237e813681f15abc96b77fb6 30724
zsnes_1.510-3.debian.tar.gz
66545d03b381f794ef9fe2a07535835921191862fa09a24a69a5c0147e76f963 895322
zsnes_1.510-3_amd64.deb
Files:
dabb34423024e97d6d0a1412a7f968ea 1449 otherosfs optional zsnes_1.510-3.dsc
bac998c5d8fd6e0f21f5783684187337 30724 otherosfs optional
zsnes_1.510-3.debian.tar.gz
1555b73cf500f0badad8979182754655 895322 otherosfs optional
zsnes_1.510-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk2WT8EACgkQsKTFpDfZQSxkFwCeKIZiv451ghLPxXTUmg3Cam2b
Rq0AnjW0dF+W3BHOhey05NNEeN+vatEJ
=/a18
-----END PGP SIGNATURE-----
--- End Message ---