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

Sam Hocevar sam at zoy.org
Mon Mar 10 16:23:05 UTC 2008


SVN commit 2249 by sho:

  * 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}.


 M  +5 -0      opencv/trunk/debian/changelog  
 M  +4 -4      opencv/trunk/debian/control  


--- opencv/trunk/debian/changelog #2248:2249
@@ -3,6 +3,11 @@
   * debian/rules:
     + Support CONCURRENCY_LEVEL.
 
+  * 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}.
+
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Mon, 10 Mar 2008 15:28:47 +0000
 
 opencv (1.0.0-3) unstable; urgency=low
--- opencv/trunk/debian/control #2248:2249
@@ -3,7 +3,7 @@
 Section: devel
 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, 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)
+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), 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/
@@ -29,7 +29,7 @@
 Package: libcv-dev
 Section: libdevel
 Architecture: any
-Depends: libcv1 (= ${Source-Version}), libcvaux-dev (= ${Source-Version}), libhighgui-dev (= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, libcv1 (= ${source:Version}), libcvaux-dev (= ${source:Version}), libhighgui-dev (= ${source: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: libcvaux1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), pkg-config
+Depends: ${shlibs:Depends}, libcvaux1 (= ${source:Version}), libcv-dev (>= ${source: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: 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 (= ${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
 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