r44983 - in /packages/opencv/trunk/debian: changelog control

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Fri Jun 8 03:09:34 UTC 2012


Author: iwamatsu
Date: Fri Jun  8 03:09:34 2012
New Revision: 44983

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44983
Log:
Fix lintian error for missing-dependency-on-numpy-abi

Modified:
    packages/opencv/trunk/debian/changelog
    packages/opencv/trunk/debian/control

Modified: packages/opencv/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/opencv/trunk/debian/changelog?rev=44983&op=diff
==============================================================================
--- packages/opencv/trunk/debian/changelog (original)
+++ packages/opencv/trunk/debian/changelog Fri Jun  8 03:09:34 2012
@@ -5,6 +5,8 @@
     - Enable hardening option.
   * Update debian/control.
     - Fix wrong package name.
+    - Add python-numpy-abi9 and python-numpy (>= 1:1.6.1) to python-opencv.
+      Fix lintian error for missing-dependency-on-numpy-abi.
 
  -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Thu, 07 Jun 2012 08:54:31 +0900
 

Modified: packages/opencv/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/opencv/trunk/debian/control?rev=44983&op=diff
==============================================================================
--- packages/opencv/trunk/debian/control (original)
+++ packages/opencv/trunk/debian/control Fri Jun  8 03:09:34 2012
@@ -861,7 +861,8 @@
 Package: python-opencv
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy-abi9,
+		python-numpy (>= 1:1.6.1)
 Provides: ${python:Provides}
 Replaces: python2.3-opencv (<= 0.9.7-3)
 Conflicts: python2.3-opencv (<= 0.9.7-3)




More information about the debian-science-commits mailing list