[Python-modules-commits] r17512 - in packages/mahotas/trunk/debian (control)

luispedro-guest at users.alioth.debian.org luispedro-guest at users.alioth.debian.org
Fri Jun 17 21:27:52 UTC 2011


    Date: Friday, June 17, 2011 @ 21:27:51
  Author: luispedro-guest
Revision: 17512

ENH Fix X-Python-Version, Links, Description

Modified:
  packages/mahotas/trunk/debian/control

Modified: packages/mahotas/trunk/debian/control
===================================================================
--- packages/mahotas/trunk/debian/control	2011-06-17 21:16:20 UTC (rev 17511)
+++ packages/mahotas/trunk/debian/control	2011-06-17 21:27:51 UTC (rev 17512)
@@ -13,10 +13,10 @@
                python-scipy-dbg,
                python-setuptools (>= 0.6b3)
 Standards-Version: 3.9.2
-X-Python-Version: >= 2.5~
+X-Python-Version: >= 2.5
 Homepage: http://luispedro.org/software/mahotas
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/mahotas/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mahotas/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mahotas/trunk/
 
 Package: python-mahotas
 Architecture: any
@@ -26,8 +26,8 @@
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
-Description: Mahotas is a Python computer vision library.
- It includes many image processing algorithms which operate on numpy arrays.
+Description: Mahotas: a Python computer vision library
+ Includes many image processing algorithms which operate on numpy arrays.
  .
  The package is implemented in C++ for efficiency so it the methods are very
  fast and operate on images of any type and dimension.
@@ -54,22 +54,6 @@
          ${python:Depends},
          ${shlibs:Depends}
 Recommends: python-dbg
-Description: Mahotas is a Python computer vision library.
- It includes many image processing algorithms which operate on numpy arrays.
- .
- The package is implemented in C++ for efficiency so it the methods are very
- fast and operate on images of any type and dimension.
- .
- Notable algorithms:
-  - watershed.
-  - convex points calculations.
-  - hit & miss. thinning.
-  - Zernike & Haralick, LBP, and TAS features.
-  - freeimage based numpy image loading
-  - Speeded-Up Robust Features (SURF), a form of local features.
-  - thresholding.
-  - convolution.
-  - Sobel edge detection.
- .
- This package is built for the Python debug compiler and includes debugging
- symbols.
+Description: Mahotas: a Python computer vision library (debug extensions)
+ This package contains extensions built to be used with the Python debugging
+ package or using standard Python with debugging symbols.




More information about the Python-modules-commits mailing list