Package: pathological
Version: 1.1.3-8
Severity: important
Tags: patch
hi, I plan to upload pygame 1.8.1 (that is currently in experimental)
into unstable
pathological does not work with 1.8.1
I prepared this patch
a.
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pathological depends on:
ii pathological-music 2 puzzle game involving paths and ma
ii python 2.5.2-3 An interactive high-level object-o
ii python-pygame 1.8.1release-0 SDL bindings for games development
pathological recommends no packages.
pathological suggests no packages.
-- no debconf information
--
Andrea Mennucc
"E' un mondo difficile. Che vita intensa!" (Tonino Carotone)
--- /usr/share/games/pathological/pathological.py.orig 2007-01-12 18:34:07.000000000 +0100
+++ /usr/share/games/pathological/pathological.py 2009-04-13 10:47:50.000000000 +0200
@@ -169,6 +169,7 @@
if not pygame.mixer or not pygame.mixer.music:
print "Background music not available."
return
+ pygame.mixer.music.stop()
fullname = os.path.join('music', name)
try:
pygame.mixer.music.load(fullname)