[Pkg-scicomp-commits] opencv/trunk/debian

Sam Hocevar sam at zoy.org
Sun Mar 1 21:50:47 UTC 2009


SVN commit 4188 by sho:

opencv (1.0.0-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
    + Dropped build dependency on libdc1394-22-dev (Closes: #497689)
    + Added ${misc:Depends} where missing

 -- Raphael Geissert <atomo64 at gmail.com>  Thu, 11 Sep 2008 14:36:06 -0500


 M  +9 -0      opencv/trunk/debian/changelog  
 M  +7 -7      opencv/trunk/debian/control  


--- opencv/trunk/debian/changelog #4187:4188
@@ -1,3 +1,12 @@
+opencv (1.0.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+    + Dropped build dependency on libdc1394-22-dev (Closes: #497689)
+    + Added ${misc:Depends} where missing
+
+ -- Raphael Geissert <atomo64 at gmail.com>  Thu, 11 Sep 2008 14:36:06 -0500
+
 opencv (1.0.0-6) unstable; urgency=low
 
   * debian/patches/120_header_warnings.diff:
--- opencv/trunk/debian/control #4187:4188
@@ -4,9 +4,9 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: debhelper (>= 5.0), quilt,
- libavcodec-dev (>= 0.svn20080206), libavformat-dev, libdc1394-13-dev,
- libgtk2.0-dev, libjasper-dev, libjpeg62-dev, libpng12-dev, libraw1394-dev,
- libtiff4-dev, zlib1g-dev, python-dev, swig, python-support (>= 0.4.1)
+ libavcodec-dev (>= 0.svn20080206), libavformat-dev, libgtk2.0-dev,
+ libjasper-dev, libjpeg62-dev, libpng12-dev, libraw1394-dev, libtiff4-dev,
+ zlib1g-dev, python-dev, swig, python-support (>= 0.4.1)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
@@ -33,7 +33,7 @@
 Package: libcv-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcv1 (= ${binary:Version}), libcvaux-dev (= ${binary:Version}), libhighgui-dev (= ${binary:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcv1 (= ${binary:Version}), libcvaux-dev (= ${binary:Version}), libhighgui-dev (= ${binary:Version}), pkg-config, ${misc:Depends}
 Conflicts: libopencv-dev
 Replaces: libopencv-dev
 Description: development files for libcv
@@ -53,7 +53,7 @@
 Package: libcvaux-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcvaux1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcvaux1 (= ${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.
@@ -71,7 +71,7 @@
 Package: libhighgui-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libhighgui1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev, libjasper-dev, pkg-config
+Depends: ${shlibs:Depends}, libhighgui1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-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.
@@ -141,7 +141,7 @@
 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)
 Conflicts: python2.3-opencv (<= 0.9.7-3)



More information about the Pkg-scicomp-commits mailing list