--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: fofix-dfsg/3.121-3
- From: Christian Hammers <ch@lathspell.de>
- Date: Sun, 10 Feb 2013 16:26:17 +0100
- Message-id: <20130210152617.2752.65322.reportbug@james.intern>
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package fofix-dfsg
* Removed Debian specific no_numeric_module patch as it introduced bugs
and the program runs fine without it.
Thanks to Alessio Gaeta. Closes: #696641
(include/attach the debdiff against the package in testing)
-=(~/debian/fofix)$ debdiff fofix-dfsg_3.121-2.dsc fofix-dfsg_3.121-3.dsc
diff -Nru fofix-dfsg-3.121/debian/changelog fofix-dfsg-3.121/debian/changelog
--- fofix-dfsg-3.121/debian/changelog 2010-05-24 13:47:41.000000000 +0200
+++ fofix-dfsg-3.121/debian/changelog 2013-01-09 00:24:53.000000000 +0100
@@ -1,3 +1,11 @@
+fofix-dfsg (3.121-3) unstable; urgency=low
+
+ * Removed Debian specific no_numeric_module patch as it introduced bugs
+ and the program runs fine without it.
+ Thanks to Alessio Gaeta. Closes: #696641
+
+ -- Christian Hammers <ch@debian.org> Wed, 09 Jan 2013 00:24:42 +0100
+
fofix-dfsg (3.121-2) unstable; urgency=low
* Removed architecture tag [amd64] from python-pygame dependency as this
diff -Nru fofix-dfsg-3.121/debian/patches/no_numeric_module fofix-dfsg-3.121/debian/patches/no_numeric_module
--- fofix-dfsg-3.121/debian/patches/no_numeric_module 2010-02-21 12:34:45.000000000 +0100
+++ fofix-dfsg-3.121/debian/patches/no_numeric_module 1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-# Import Numpy instead of Numeric
-Index: fofix-dfsg-3.121/src/Audio.py
-===================================================================
---- fofix-dfsg-3.121.orig/src/Audio.py 2010-02-21 12:32:51.000000000 +0100
-+++ fofix-dfsg-3.121/src/Audio.py 2010-02-21 12:32:52.000000000 +0100
-@@ -220,13 +220,14 @@
- def fadeout(self, time):
- self.sound.fadeout(time)
-
--if tuple(int(i) for i in pygame.__version__[:5].split('.')) < (1, 9, 0):
-- # Must use Numeric instead of numpy, since PyGame 1.7.1 is
-- # not compatible with the latter, and 1.8.x isn't either (though it claims to be).
-- import Numeric
-- def zeros(size):
-- return Numeric.zeros(size, typecode='s') #myfingershurt: typecode s = short = int16
--else:
-+# Debian has no Python Numeric module anymore
-+# if tuple(int(i) for i in pygame.__version__[:5].split('.')) < (1, 9, 0):
-+# # Must use Numeric instead of numpy, since PyGame 1.7.1 is
-+# # not compatible with the latter, and 1.8.x isn't either (though it claims to be).
-+# import Numeric
-+# def zeros(size):
-+# return Numeric.zeros(size, typecode='s') #myfingershurt: typecode s = short = int16
-+# else:
- import numpy
- def zeros(size):
- return numpy.zeros(size, dtype='h')
diff -Nru fofix-dfsg-3.121/debian/patches/series fofix-dfsg-3.121/debian/patches/series
--- fofix-dfsg-3.121/debian/patches/series 2010-02-21 12:16:37.000000000 +0100
+++ fofix-dfsg-3.121/debian/patches/series 2013-01-09 00:24:24.000000000 +0100
@@ -1,2 +1 @@
player-cache-location
-no_numeric_module
unblock fofix-dfsg/3.121-3
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---