[Python-modules-commits] r13231 - in packages/numpy/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jun 3 08:45:21 UTC 2010


    Date: Thursday, June 3, 2010 @ 08:45:00
  Author: morph
Revision: 13231

* debian/patches/04_fix_utils_deprecated.patch
  - removed, upstream code has changed

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/patches/series
Deleted:
  packages/numpy/trunk/debian/patches/04_fix_utils_deprecated.patch

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2010-06-03 08:06:26 UTC (rev 13230)
+++ packages/numpy/trunk/debian/changelog	2010-06-03 08:45:00 UTC (rev 13231)
@@ -5,6 +5,8 @@
     - removed Marco Presi from uploaders: thanks for your work!
     - added myself to Uploaders
   * New upstream release
+  * debian/patches/04_fix_utils_deprecated.patch
+    - removed, upstream code has changed
 
   [ Piotr Ożarowski ]
   * debian/control: add XB-Python-Version to python-numpy-dbg package
@@ -24,7 +26,7 @@
   * Use setup.py install --install-layout; specifying --prefix installs
     into the wrong location.
 
- -- Sandro Tosi <morph at debian.org>  Thu, 03 Jun 2010 10:06:12 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 03 Jun 2010 10:43:39 +0200
 
 python-numpy (1:1.3.0-3) unstable; urgency=low
 

Deleted: packages/numpy/trunk/debian/patches/04_fix_utils_deprecated.patch
===================================================================
--- packages/numpy/trunk/debian/patches/04_fix_utils_deprecated.patch	2010-06-03 08:06:26 UTC (rev 13230)
+++ packages/numpy/trunk/debian/patches/04_fix_utils_deprecated.patch	2010-06-03 08:45:00 UTC (rev 13231)
@@ -1,13 +0,0 @@
-Index: python-numpy-1.3.0/numpy/lib/utils.py
-===================================================================
---- python-numpy-1.3.0.orig/numpy/lib/utils.py	2009-07-25 08:53:06.000000000 -0500
-+++ python-numpy-1.3.0/numpy/lib/utils.py	2009-07-25 08:53:26.000000000 -0500
-@@ -100,7 +100,7 @@
-         str1 = "%s is deprecated" % (oldname,)
-         depdoc = "%s is DEPRECATED!!" % (oldname,)
-     else:
--        str1 = "%s is deprecated, use %s" % (oldname, newname),
-+        str1 = "%s is deprecated, use %s" % (oldname, newname)
-         depdoc = '%s is DEPRECATED!! -- use %s instead' % (oldname, newname,)
- 
-     def newfunc(*args,**kwds):

Modified: packages/numpy/trunk/debian/patches/series
===================================================================
--- packages/numpy/trunk/debian/patches/series	2010-06-03 08:06:26 UTC (rev 13230)
+++ packages/numpy/trunk/debian/patches/series	2010-06-03 08:45:00 UTC (rev 13231)
@@ -1,5 +1,4 @@
 #01_fix_man_hyphens.patch
 02_build_dotblas.patch
 03_force_f2py_version.patch
-04_fix_utils_deprecated.patch
 05_fix_endianness_detection.patch




More information about the Python-modules-commits mailing list