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

luispedro-guest at users.alioth.debian.org luispedro-guest at users.alioth.debian.org
Wed Apr 6 19:52:36 UTC 2011


    Date: Wednesday, April 6, 2011 @ 19:52:34
  Author: luispedro-guest
Revision: 16407

FIX Add -dbg dependencies

Modified:
  packages/mahotas/trunk/debian/control

Modified: packages/mahotas/trunk/debian/control
===================================================================
--- packages/mahotas/trunk/debian/control	2011-04-06 18:57:10 UTC (rev 16406)
+++ packages/mahotas/trunk/debian/control	2011-04-06 19:52:34 UTC (rev 16407)
@@ -4,12 +4,15 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7),
+               python-all-dbg,
                python-all-dev (>= 2.6.6),
                python-nose,
                python-numpy,
+               python-numpy-dbg,
                python-setuptools (>= 0.6b3)
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.5
+Homepage: http://luispedro.org/software/mahotas
 
 Package: python-mahotas
 Architecture: any
@@ -42,12 +45,16 @@
  .
  Documentation for the python-mahotas package
 
-
 Package: python-mahotas-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: python-dbg, libfreeimage3, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: libfreeimage3,
+         python-dbg,
+         python-numpy-dbg,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Description: Mahotas: Python Computer Vision Library
  .
  This package is build for the debug Python intepreter and includes debug
@@ -64,5 +71,3 @@
   - thresholding.
   - convolution.
   - Sobel edge detection.
-
-




More information about the Python-modules-commits mailing list