[Pkg-scicomp-devel] Bug#430726: opencv: not binNMU safe

Lior Kaplan kaplan at debian.org
Tue Jun 26 21:00:49 UTC 2007


Package: opencv
Version: 1.0.0-3
Severity: important
Tags: patch

Dear opencv maintainer,

opencv isn't binNMU safe, which causes other packages to FTBFS due to problems
installing their build depends. Example can be seen at http://people.debian.org/~lucas/logs/2007/06/25/gimp-plugin-registry_0.1-1_sid32.buildlog

I'm attaching a patch to your debian/control to fix this. Notice you can also 
tighten the dependny on libcv-dev from >= to =, and the right version of the

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
--- /tmp/control	2007-06-26 23:50:31.000000000 +0300
+++ debian/control	2007-06-26 23:52:49.000000000 +0300
@@ -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: 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: libcvaux1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), pkg-config
+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: 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: 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