Your message dated Sat, 04 Feb 2012 09:32:25 +0000
with message-id <[email protected]>
and subject line Bug#657704: fixed in snowballz 0.9.5.1-4
has caused the Debian Bug report #657704,
regarding [snowballz] snowballz is unable to start due to missing font
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.)
--
657704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657704
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: snowballz
Version: 0.9.5.1-2.1
Severity: serious
snowballz linked to the TSCu_Comic.ttf from the ttf-tamil-fonts package
which has since removed the TSCu* fonts from their package [0] causing
snowballz to refuse to start with the traceback below.
[0]
http://packages.debian.org/changelogs/pool/main/t/ttf-indic-fonts/current/changelog#version1:0.5.13
* Removed TSCu and TAMu family of fonts from package. These fonts use legacy
encoding. (Closes: #428025, #441901)
TraceBack:
dean@sidspace:/usr/share/games/snowballz/data% snowballz
/usr/share/games/snowballz/font.py:3: UserWarning:
*******************************************************************************
The rabbyt.fonts module is deprecated and will be removed in a future
version of rabbyt. I recommend using pyglet for font rendering.
If you still want to use pygame fonts, check out the ``pygame_font.py``
example included with rabbyt.
*******************************************************************************
import rabbyt.fonts
/usr/share/games/snowballz/font.py:3: UserWarning:
The rabbyt.vertexarrays module is deprecated and will be removed in a
future version of rabbyt.
import rabbyt.fonts
Traceback (most recent call last):
File "snowballz.py", line 614, in <module>
data.load_font()
File "/usr/share/games/snowballz/data.py", line 431, in load_font
chat_font = font.Font("data/TSCu_Comic.ttf", 20)
File "/usr/share/games/snowballz/font.py", line 14, in __init__
f = pygame.font.Font(facename, pixel_height)
IOError: unable to read font filename
--- System information. ---
Architecture: amd64
Kernel: Linux 3.1.0-1-amd64
Debian Release: wheezy/sid
500 unstable ftp.au.debian.org
500 stable deb.opera.com
--- Package information. ---
Depends (Version) | Installed
==============================-+-===========
python (>= 2.4) | 2.7.2-10
python-pygame | 1.9.1release+dfsg-5
python-opengl | 3.0.1~b2-1
python-numpy | 1:1.5.1-3
python-imaging | 1.1.7-4
python-rabbyt | 0.8.1-1+b2
ttf-tamil-fonts | 1:0.5.14
Package's Recommends field is empty.
Package's Suggests field is empty.
--- End Message ---
--- Begin Message ---
Source: snowballz
Source-Version: 0.9.5.1-4
We believe that the bug you reported is fixed in the latest version of
snowballz, which is due to be installed in the Debian FTP archive:
snowballz_0.9.5.1-4.debian.tar.bz2
to main/s/snowballz/snowballz_0.9.5.1-4.debian.tar.bz2
snowballz_0.9.5.1-4.dsc
to main/s/snowballz/snowballz_0.9.5.1-4.dsc
snowballz_0.9.5.1-4_all.deb
to main/s/snowballz/snowballz_0.9.5.1-4_all.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.
Dean Evans <[email protected]> (supplier of updated snowballz 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: Sat, 04 Feb 2012 17:12:36 +1300
Source: snowballz
Binary: snowballz
Architecture: source all
Version: 0.9.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Dean Evans <[email protected]>
Description:
snowballz - fun RTS game featuring snowball fights with penguins
Closes: 585118 608361 657704
Changes:
snowballz (0.9.5.1-4) unstable; urgency=low
.
* Team upload.
.
[ Dean Evans ]
* Change ttf-tamil-fonts Depends: to fonts-taml-tscu. Closes: #657704
* Fixed the debian/links file to point to the new folder for the
TSCu_Comic.ttf font.
* Commented out the watch file and documented in the watch file that
upstreams homepage no longer has the source tarball and the sourceforge
project page only has a very old release that confuses uscan.
* Fixed the format line in the copyright file, updated the URL, and
fixed a minor formatting issue in the BSD-3-clause license section.
* Bump to Standards-Version 3.9.2 with no changes.
.
[ Paul Wise ]
* Move to unstable now that we are in the summer of contentment
* Switch the homepage to the newish upstream one (LP: 889075)
* Close the launchpad bug for #585118 in the changelog for 0.9.5.1-3
* Clean up the patches
* Use os.path.expanduser in case HOME is unset
* Run wrap-and-sort -s on various files
* Fix Vcs-Browser URL
* Improve the menu file
* Fix the upstream author's mail
* Install the 64x64 icon
* Install the 32x32 icon into a better place
* Respect DEB_BUILD_OPTIONS=parallel=n
* Stop using python-support
.
snowballz (0.9.5.1-3) experimental; urgency=low
.
[ Gerfried Fuchs ]
* Move quilt from Build-Depends-Indep to Build-Depends because it's used in
the clean target.
* Add Copyright in addition to (C) to the copyright file.
.
[ Peter Pentchev ]
* Switch to the 3.0 (quilt) source format:
- drop the quilt dependency altogether
- remove the quilt.make invocations from the rules file
- use bzip2 compression for the Debian tarball
* Add myself to Uploaders.
* Refer to the actual GPL-2 and LGPL-2.1 files, not the symlinks.
* Bump Standards-Version to 3.9.1 with no changes.
* Point the Homepage and the SEE ALSO manual page item to the SourceForge
snowballz project page. Closes: #608361
* Acknowledge Sandro Tosi's NMU of 0.9.5.1-2.1; thanks!
* Add the res_config_check patch to check if the display resolution is
actually within range; thanks to SevenMachines for the report and patch.
Closes: #585118; LP: #591619
* Bump the debhelper compatibility level to 8 and minimize the rules file
using debhelper override rules.
* Add python:Depends to the binary package now that we run dh_pysupport.
* Remove the CFLAGS processing from a Python game's rules file.
* Convert the copyright file to rev. 153 (candidate) of the DEP-5 format
and add my copyright notice.
* Add a dependency on python-support so that we actually run dh_pysupport.
* Use just find(1) to safely process files as suggested by Ansgar Burchardt.
* Do not install util.py - it's not used and it doesn't even compile!
Checksums-Sha1:
eca376f7e123bb115ac451992c7d0aa8787eb66d 1425 snowballz_0.9.5.1-4.dsc
40491b12740f655668c3cd6cd7fef0d700f8ce6c 20708
snowballz_0.9.5.1-4.debian.tar.bz2
da07a0abd24c36a87259f573826dd2c9d3abcaa6 10059296 snowballz_0.9.5.1-4_all.deb
Checksums-Sha256:
5fd8d6ced1d5c83a7850916a848a3d8972de79e3a1365984bf89f5c0e05effcf 1425
snowballz_0.9.5.1-4.dsc
a2a396916de3754d3a65dd235dfd429b0998307d64e5831f97ca32272cf69ba1 20708
snowballz_0.9.5.1-4.debian.tar.bz2
9dcd6e06c02ff1b91769369934eb85eb453d9157009e3f90ec60fc3dfe4f9015 10059296
snowballz_0.9.5.1-4_all.deb
Files:
628a6a4d0d57c6e2c19e6199b198b572 1425 games extra snowballz_0.9.5.1-4.dsc
50b39ede99b6d8401e5aafda95025b63 20708 games extra
snowballz_0.9.5.1-4.debian.tar.bz2
fd1d6efc46b7d55770b8b1eb8f744046 10059296 games extra
snowballz_0.9.5.1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8s7zMACgkQ5Sc9mGvjxCOQBACdEG4p28BOlc2PqnZ6F93vPzeC
WfQAn1DmOFM6ET75UAUZEv2duFtoa4eB
=cP5Y
-----END PGP SIGNATURE-----
--- End Message ---