Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / control
index 6f62ae8..7b265c9 100644 (file)
@@ -1,17 +1,21 @@
 Source: opencv
 Priority: optional
 Section: devel
-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
-Build-Depends: debhelper (>= 5.0), quilt, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libraw1394-dev, libdc1394-13-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20060329-1), libavformat-dev, python-dev, swig, python-support (>= 0.4.1)
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
+Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>, Nobuhiro Iwamatsu <iwamatsu@debian.org>
+Build-Depends: debhelper (>= 5.0), quilt (>= 0.45-6osso2),
+ libavcodec-dev (>= 0.svn20080206), libavformat-dev, libswscale-dev, libgtk2.0-dev,
+ libjpeg62-dev, libpng12-dev, libtiff4-dev,
+ zlib1g-dev, python-dev (>= 2.5.2-3maemo4), swig, python-support (>= 0.4.1)
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
+Homepage: http://opencvlibrary.sourceforge.net/
 
 Package: opencv-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Conflicts: libopencv-doc
 Replaces: libopencv-doc
 Description: OpenCV documentation and examples
@@ -30,7 +34,7 @@ Description: OpenCV documentation and examples
 Package: libcv-dev
 Section: libdevel
 Architecture: any
-Depends: libcv1 (= ${Source-Version}), libcvaux-dev (= ${Source-Version}), libhighgui-dev (= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, libcv4 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Conflicts: libopencv-dev
 Replaces: libopencv-dev
 Description: development files for libcv
@@ -50,7 +54,7 @@ Description: development files for libcv
 Package: libcvaux-dev
 Section: libdevel
 Architecture: any
-Depends: libcvaux1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, libcvaux4 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config, ${misc:Depends}
 Description: development files for libcvaux
  This package contains the header files and static library needed to compile
  applications that use the OpenCV (Open Computer Vision) extensions.
@@ -68,7 +72,7 @@ Description: development files for libcvaux
 Package: libhighgui-dev
 Section: libdevel
 Architecture: any
-Depends: libhighgui1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev, pkg-config
+Depends: ${shlibs:Depends}, libhighgui4 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev, libswscale-dev, libjasper-dev, pkg-config, ${misc:Depends}
 Description: development files for libhighgui
  This package contains the header files and static library needed to compile
  applications that use the OpenCV (Open Computer Vision) GUI.
@@ -83,7 +87,7 @@ Description: development files for libhighgui
  analysis, structural analysis, motion analysis and object tracking, object
  recognition, camera calibration and 3D reconstruction.
 
-Package: libcv1
+Package: libcv4
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -100,7 +104,7 @@ Description: computer vision library
  analysis, structural analysis, motion analysis and object tracking, object
  recognition, camera calibration and 3D reconstruction.
 
-Package: libcvaux1
+Package: libcvaux4
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -118,7 +122,7 @@ Description: computer vision extension library
  analysis, structural analysis, motion analysis and object tracking, object
  recognition, camera calibration and 3D reconstruction.
 
-Package: libhighgui1
+Package: libhighgui4
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -138,10 +142,10 @@ Description: computer vision GUI library
 Package: python-opencv
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Replaces: python2.3-opencv (<= 0.9.7-3), python2.4-opencv (<= 0.9.7-3)
-Conflicts: python2.3-opencv (<= 0.9.7-3), python2.4-opencv (<= 0.9.7-3)
+Replaces: python2.3-opencv (<= 0.9.7-3)
+Conflicts: python2.3-opencv (<= 0.9.7-3)
 Description: Python bindings for the computer vision library
  This package contains Python bindings for the OpenCV (Open Computer Vision)
  library.