[Python-modules-commits] r16127 - in packages/mahotas/trunk/debian (control)
luispedro-guest at users.alioth.debian.org
luispedro-guest at users.alioth.debian.org
Mon Mar 14 22:42:19 UTC 2011
Date: Monday, March 14, 2011 @ 22:42:01
Author: luispedro-guest
Revision: 16127
wrap-and-sort dependencies
Modified:
packages/mahotas/trunk/debian/control
Modified: packages/mahotas/trunk/debian/control
===================================================================
--- packages/mahotas/trunk/debian/control 2011-03-14 17:05:17 UTC (rev 16126)
+++ packages/mahotas/trunk/debian/control 2011-03-14 22:42:01 UTC (rev 16127)
@@ -3,12 +3,16 @@
Uploaders: Luis Pedro Coelho <luis at luispedro.org>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-numpy
+Build-Depends: debhelper (>= 7),
+ python-all-dev,
+ python-numpy,
+ python-setuptools (>= 0.6b3)
Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
Package: python-mahotas
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libfreeimage3
+Depends: libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Mahotas: Python Image Processing Library
.
.
@@ -28,4 +32,3 @@
- thresholding.
- convolution.
- Sobel edge detection.
-
More information about the Python-modules-commits
mailing list