Your message dated Sun, 10 Feb 2013 16:31:41 +0100
with message-id <5117bd5d.2080...@thykier.net>
and subject line Re: Bug#700250: unblock: fofix-dfsg/3.121-3
has caused the Debian Bug report #700250,
regarding unblock: fofix-dfsg/3.121-3
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 ow...@bugs.debian.org
immediately.)


-- 
700250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700250
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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 <c...@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 ---
--- Begin Message ---
On 2013-02-10 16:26, Christian Hammers wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@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)
> 
> [...]
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to