Your message dated Mon, 10 Mar 2008 17:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430726: fixed in opencv 1.0.0-4
has caused the Debian Bug report #430726,
regarding opencv: not binNMU safe
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
430726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430726
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- /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.
--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 1.0.0-4
We believe that the bug you reported is fixed in the latest version of
opencv, which is due to be installed in the Debian FTP archive:
libcv-dev_1.0.0-4_amd64.deb
to pool/main/o/opencv/libcv-dev_1.0.0-4_amd64.deb
libcv1_1.0.0-4_amd64.deb
to pool/main/o/opencv/libcv1_1.0.0-4_amd64.deb
libcvaux-dev_1.0.0-4_amd64.deb
to pool/main/o/opencv/libcvaux-dev_1.0.0-4_amd64.deb
libcvaux1_1.0.0-4_amd64.deb
to pool/main/o/opencv/libcvaux1_1.0.0-4_amd64.deb
libhighgui-dev_1.0.0-4_amd64.deb
to pool/main/o/opencv/libhighgui-dev_1.0.0-4_amd64.deb
libhighgui1_1.0.0-4_amd64.deb
to pool/main/o/opencv/libhighgui1_1.0.0-4_amd64.deb
opencv-doc_1.0.0-4_all.deb
to pool/main/o/opencv/opencv-doc_1.0.0-4_all.deb
opencv_1.0.0-4.diff.gz
to pool/main/o/opencv/opencv_1.0.0-4.diff.gz
opencv_1.0.0-4.dsc
to pool/main/o/opencv/opencv_1.0.0-4.dsc
python-opencv_1.0.0-4_amd64.deb
to pool/main/o/opencv/python-opencv_1.0.0-4_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated opencv
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 10 Mar 2008 16:41:56 +0000
Source: opencv
Binary: opencv-doc libcv-dev libcvaux-dev libhighgui-dev libcv1 libcvaux1
libhighgui1 python-opencv
Architecture: source all amd64
Version: 1.0.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description:
libcv-dev - development files for libcv
libcv1 - computer vision library
libcvaux-dev - development files for libcvaux
libcvaux1 - computer vision extension library
libhighgui-dev - development files for libhighgui
libhighgui1 - computer vision GUI library
opencv-doc - OpenCV documentation and examples
python-opencv - Python bindings for the computer vision library
Closes: 430726
Changes:
opencv (1.0.0-4) unstable; urgency=low
.
* debian/rules:
+ Support CONCURRENCY_LEVEL.
+ Don't ignore make distclean errors.
.
* debian/control:
+ Add ${shlibs:Depends} to -dev packages, to get a proper dependency
when these packages ship binaries.
+ Use ${binary:Version} instead of ${Source-Version} (Closes: 430726).
+ Set policy to 3.7.3.
+ Use Vcs-Svn: instead of XS-Vcs-Svn: fields.
.
* debian/patches/100_ffmpeg_updates.diff:
+ Updated patch. Getting and setting framerate in FFmpeg streams now
works properly again. Thanks to Eric Beets for half the fix.
Files:
ce0a16fe5aee49cd6722c031f0761fb3 1075 devel optional opencv_1.0.0-4.dsc
7a8a1c5b87aed5fcfdb56f06e55035a9 110283 devel optional opencv_1.0.0-4.diff.gz
8c42e53ebc0c80a78f86c8ddec66238b 5417354 doc optional
opencv-doc_1.0.0-4_all.deb
958b437084fa8faf8c0e36793496e6d9 2562756 libdevel optional
libcv-dev_1.0.0-4_amd64.deb
f332090753b1972ef471c5920a8170ce 444536 libdevel optional
libcvaux-dev_1.0.0-4_amd64.deb
c15f39ce7214622bd205d2e57ff15628 130170 libdevel optional
libhighgui-dev_1.0.0-4_amd64.deb
916e0d6a32563062b346d2e9e61062cc 999008 libs optional libcv1_1.0.0-4_amd64.deb
636983dde61b87c481c15dfea61ff6aa 319798 libs optional
libcvaux1_1.0.0-4_amd64.deb
61abcd10817ae1eafdf9a4cbf8bea910 109250 libs optional
libhighgui1_1.0.0-4_amd64.deb
baaa4ba88dceaab3d9e2fbce46de24df 509466 python optional
python-opencv_1.0.0-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1Wx8fPP1rylJn2ERAnB7AJ9kKQWrNfbubVTeLJ2H1RYGcV6YZACglAzA
D6gT0K1sKcN0C92Lm1Eeoes=
=q8yq
-----END PGP SIGNATURE-----
--- End Message ---