[pkg-freevo-commits] r150 - in packages/freevo/trunk/debian: . patches

mennucc1 at alioth.debian.org mennucc1 at alioth.debian.org
Fri Dec 12 19:15:42 UTC 2008


Author: mennucc1
Date: 2008-12-12 19:15:42 +0000 (Fri, 12 Dec 2008)
New Revision: 150

Added:
   packages/freevo/trunk/debian/patches/no_numeric
Modified:
   packages/freevo/trunk/debian/changelog
   packages/freevo/trunk/debian/patches/series
Log:
upload to experimental ; do not crash if python-numeric is not installed

Modified: packages/freevo/trunk/debian/changelog
===================================================================
--- packages/freevo/trunk/debian/changelog	2008-12-05 07:52:43 UTC (rev 149)
+++ packages/freevo/trunk/debian/changelog	2008-12-12 19:15:42 UTC (rev 150)
@@ -1,6 +1,8 @@
-freevo (1.8.3-0) unstable; urgency=low
+freevo (1.8.3-0) experimental; urgency=low
 
   * New upstream release
+  * Add patch: do not crash if python-numeric is not installed
+    (note that python-pygame >= 1.8.1 uses python-numpy)
 
  -- A Mennucc1 <mennucc1 at debian.org>  Thu, 04 Dec 2008 21:41:04 +0100
 

Added: packages/freevo/trunk/debian/patches/no_numeric
===================================================================
--- packages/freevo/trunk/debian/patches/no_numeric	                        (rev 0)
+++ packages/freevo/trunk/debian/patches/no_numeric	2008-12-12 19:15:42 UTC (rev 150)
@@ -0,0 +1,11 @@
+--- freevo/src/main.py~	2008-12-01 03:42:54.000000000 +0100
++++ freevo/src/main.py	2008-12-12 19:49:26.000000000 +0100
+@@ -44,7 +44,7 @@
+     # now load other modules to check if all requirements are installed
+     import pygame
+     import twisted
+-    import Numeric
++    #import Numeric
+ 
+     import kaa
+     import kaa.metadata as metadata

Modified: packages/freevo/trunk/debian/patches/series
===================================================================
--- packages/freevo/trunk/debian/patches/series	2008-12-05 07:52:43 UTC (rev 149)
+++ packages/freevo/trunk/debian/patches/series	2008-12-12 19:15:42 UTC (rev 150)
@@ -6,6 +6,7 @@
 config_py.diff
 local_conf_py_example_remarks.diff
 idlebar
+no_numeric
 #
 #slice encoding, from SVN
 #encodingclient.py.diff




More information about the Pkg-freevo-commits mailing list