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

Sam Hocevar sam at zoy.org
Mon Mar 10 16:56:24 UTC 2008


SVN commit 2252 by sho:

  * Minor fixes.


 M  +1 -1      opencv/trunk/debian/changelog  
 M  +3 -3      opencv/trunk/debian/control  
 D             opencv/trunk/debian/opencv-doc.dirs  


--- opencv/trunk/debian/changelog #2251:2252
@@ -7,7 +7,7 @@
   * debian/control:
     + Add ${shlibs:Depends} to -dev packages, to get a proper dependency
       when these packages ship binaries.
-    + Use ${source:Version} instead of ${Source-Version} (Closes: 430726).
+    + Use ${binary:Version} instead of ${Source-Version} (Closes: 430726).
     + Set policy to 3.7.3.
     + Use Vcs-Svn: instead of XS-Vcs-Svn: fields.
 
--- opencv/trunk/debian/control #2251:2252
@@ -29,7 +29,7 @@
 Package: libcv-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcv1 (= ${source:Version}), libcvaux-dev (= ${source:Version}), libhighgui-dev (= ${source:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcv1 (= ${binary:Version}), libcvaux-dev (= ${binary:Version}), libhighgui-dev (= ${binary:Version}), pkg-config
 Conflicts: libopencv-dev
 Replaces: libopencv-dev
 Description: development files for libcv
@@ -49,7 +49,7 @@
 Package: libcvaux-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcvaux1 (= ${source:Version}), libcv-dev (>= ${source:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcvaux1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config
 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.
@@ -67,7 +67,7 @@
 Package: libhighgui-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs: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}, 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, pkg-config
 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.



More information about the Pkg-scicomp-devel mailing list