Your message dated Sun, 18 Jul 2010 11:17:18 +0000
with message-id <[email protected]>
and subject line Bug#581210: fixed in opencv 2.1.0-1
has caused the Debian Bug report #581210,
regarding opencv: exclude Linux-only build-dependencies on non-Linux archs
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.)
--
581210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opencv
Version: 2.0.0-4
Severity: important
Tags: patch
Hi,
currently opencv build-depends on libraw1394-dev and libdc1394-22-dev, which
are specific to the Firewire stack of Linux. opencv looks compiling correctly
without these (tested on current hurd-i386), so could you exclude them on
non-Linux archs?
Attached there is a patch for this.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@
Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Nobuhiro Iwamatsu
<[email protected]>
Build-Depends: debhelper (>= 5.0), quilt,
libavcodec-dev (>= 0.svn20080206), libavformat-dev, libswscale-dev,
libgtk2.0-dev,
- libjasper-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libraw1394-dev,
libdc1394-22-dev,
+ libjasper-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev,
+ libraw1394-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+ libdc1394-22-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
zlib1g-dev, python-dev, swig, python-support (>= 0.4.1)
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/
--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 2.1.0-1
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_2.1.0-1_i386.deb
to main/o/opencv/libcv-dev_2.1.0-1_i386.deb
libcv2.1_2.1.0-1_i386.deb
to main/o/opencv/libcv2.1_2.1.0-1_i386.deb
libcvaux-dev_2.1.0-1_i386.deb
to main/o/opencv/libcvaux-dev_2.1.0-1_i386.deb
libcvaux2.1_2.1.0-1_i386.deb
to main/o/opencv/libcvaux2.1_2.1.0-1_i386.deb
libhighgui-dev_2.1.0-1_i386.deb
to main/o/opencv/libhighgui-dev_2.1.0-1_i386.deb
libhighgui2.1_2.1.0-1_i386.deb
to main/o/opencv/libhighgui2.1_2.1.0-1_i386.deb
opencv-doc_2.1.0-1_all.deb
to main/o/opencv/opencv-doc_2.1.0-1_all.deb
opencv_2.1.0-1.diff.gz
to main/o/opencv/opencv_2.1.0-1.diff.gz
opencv_2.1.0-1.dsc
to main/o/opencv/opencv_2.1.0-1.dsc
opencv_2.1.0.orig.tar.gz
to main/o/opencv/opencv_2.1.0.orig.tar.gz
python-opencv_2.1.0-1_i386.deb
to main/o/opencv/python-opencv_2.1.0-1_i386.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.
Nobuhiro Iwamatsu <[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.8
Date: Fri, 16 Jul 2010 13:12:28 +0900
Source: opencv
Binary: opencv-doc libcv-dev libcvaux-dev libhighgui-dev libcv2.1 libcvaux2.1
libhighgui2.1 python-opencv
Architecture: source all i386
Version: 2.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team
<[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description:
libcv-dev - development files for libcv
libcv2.1 - computer vision library
libcvaux-dev - development files for libcvaux
libcvaux2.1 - computer vision extension library
libhighgui-dev - development files for libhighgui
libhighgui2.1 - computer vision GUI library
opencv-doc - OpenCV documentation and examples
python-opencv - Python bindings for the computer vision library
Closes: 563717 577594 581210 587232
Changes:
opencv (2.1.0-1) unstable; urgency=low
.
* New upstream release. (Closes: #577594, #587232, #563717)
* Update debian/rules.
- Update build-system to debhelper v7.
* Update debian/control.
- Bumped standards-version to 3.9.0. No changes needed.
- library package name update.
Soname of opencv library changed from 4 to 2.1.
- Add cmake, liblapack-dev, texlive-fonts-extra, texlive-latex-extra,
texlive-latex-recommended, latex-xcolor and texlive-fonts-recommended
to Build-depends.
- Add arch depends to libraw1394-dev and libdc1394-22-dev.
Thanks to Pino Toscano. (Closes: #581210)
* Add opencv-doc.lintian-overrides.
opencv-doc has some sample program of python.
* Update man files.
* Update patches
- Update and rename 500_remove_bashism.patch.
And rename to remove_bashism.patch.
* Add new patches.
- Enable build static library.
enable_static.patch
- Disable build 3rd party library.
Use zlib and lapack in debian package.
fix_3rdparty_build.patch
- Fix build pdf.
fix_build_pdf.patch
- Remove cvconfig.h
remove_cvconfig.h.patch
* Remove some patches.
Checksums-Sha1:
d336a640052c0fdf34174dfa4c5f263a16925189 1830 opencv_2.1.0-1.dsc
4dea90d358657a303664b54cc2024ca0138ed6fd 16449692 opencv_2.1.0.orig.tar.gz
002cad865fa0aa139c84d238ac7df81c84a9cecf 16084 opencv_2.1.0-1.diff.gz
56f0f351feb24821d476374979016d5db9597d2d 9041276 opencv-doc_2.1.0-1_all.deb
1b2205e5523d839ce4c7c3e5332710b864f305a7 2826308 libcv-dev_2.1.0-1_i386.deb
594e6d059c1b132918a12bb4d97b8fa6dec91ca9 719248 libcvaux-dev_2.1.0-1_i386.deb
4fe786fe5bae9f47f78c4608d97cdb48a726ee61 145954 libhighgui-dev_2.1.0-1_i386.deb
f16a9064c8205bdaf0e9ed889fbe95abc846bb7a 2007962 libcv2.1_2.1.0-1_i386.deb
f13d17947a0e847ee7138f633fecce969cbc6ca2 547272 libcvaux2.1_2.1.0-1_i386.deb
d8966f69710bd9480aea353c2bc61610c3743773 118846 libhighgui2.1_2.1.0-1_i386.deb
2920553e209a79a58179b9de658fbd238defc773 897564 python-opencv_2.1.0-1_i386.deb
Checksums-Sha256:
fc4dd1a0fc976be624d9ea68f832dc6d6fd2f04e0980ea70f57631543407303b 1830
opencv_2.1.0-1.dsc
b91cc88e499675aa8194262c51d563c75d939c87b2a42b6bf5384b8e8a86aac8 16449692
opencv_2.1.0.orig.tar.gz
b77f8346c0d61d0765635719a983d1c5025e5c430d274bea0d694ac518454e09 16084
opencv_2.1.0-1.diff.gz
ee197adedba74c1203e86012880a56ba00d43193e58f9bab29ee43ccd454f7e7 9041276
opencv-doc_2.1.0-1_all.deb
03c128b162247e2213e6afc5a8170ea21ec1c2efce118a2a344dfcb81389f164 2826308
libcv-dev_2.1.0-1_i386.deb
6e93a9ed54b903b7c0c399a2b31380d441064ab6cf874769d16e8ebffbeafb47 719248
libcvaux-dev_2.1.0-1_i386.deb
d2b37598314a7c99be9544949cc98809d618663eabc7f76b16a5b6783d31bd35 145954
libhighgui-dev_2.1.0-1_i386.deb
a51ab89dfd94b503b152cceeadcf6bcd2e27189451cc5bbaec138a28cc9b6014 2007962
libcv2.1_2.1.0-1_i386.deb
30fe69843c588bd7efea5d919831f70fb64f7996e8c247c2a4b9f9185a47bc89 547272
libcvaux2.1_2.1.0-1_i386.deb
1005542fbe2a496e7c62cdd3a39aba51abffc036dec92961cefc89549b040084 118846
libhighgui2.1_2.1.0-1_i386.deb
f6e9d4e75c7fc8bf01c53ec358c695cc12363e0aca81870ed9e9e4c94d85f67e 897564
python-opencv_2.1.0-1_i386.deb
Files:
fb9444710cf7f1b9bd614c65be79f79f 1830 devel optional opencv_2.1.0-1.dsc
6e87527334610e3e0577e3aefc4e44a0 16449692 devel optional
opencv_2.1.0.orig.tar.gz
857cc142b98b0f7236baae74c84f62e1 16084 devel optional opencv_2.1.0-1.diff.gz
0f846860ccf313b447eaec2ce301e403 9041276 doc optional
opencv-doc_2.1.0-1_all.deb
f1cf6bbe0f6f45eb25e47da6cd1673c1 2826308 libdevel optional
libcv-dev_2.1.0-1_i386.deb
117bf87b67f38f3a233bdbf5e5daa30c 719248 libdevel optional
libcvaux-dev_2.1.0-1_i386.deb
4ec9de776b76a9b0831ffa567277c090 145954 libdevel optional
libhighgui-dev_2.1.0-1_i386.deb
a5030c18138f1ad29a09922f030cc72c 2007962 libs optional
libcv2.1_2.1.0-1_i386.deb
c8287a921172c5b117a8f86743138831 547272 libs optional
libcvaux2.1_2.1.0-1_i386.deb
b7e182e0ce688013164f39a7718315d2 118846 libs optional
libhighgui2.1_2.1.0-1_i386.deb
b2839fe9450e25647a7f84e7db268130 897564 python optional
python-opencv_2.1.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxCFmoACgkQQSHHQzFw6+kfEwCgqKQVr5IXZOV+WGTNCHzbMKBL
bm0AniI0z0P5Pcx3OdaVGVU/gvOUeiAH
=gdzH
-----END PGP SIGNATURE-----
--- End Message ---