Bug#865831: cimg: please depend on libopencv-dev, not libcv-dev
Steve Langasek
steve.langasek at canonical.com
Sun Jun 25 05:36:51 UTC 2017
Package: cimg
Version: 1.7.9+dfsg-1
Severity: important
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch
Hi Andreas,
The cimg-dev package depends on libcv-dev, which up to now has been provided
by the opencv package. In the opencv 3.1.0 package in experimental,
libcv-dev has been dropped, leaving only libopencv-dev. Please update cimg
to depend on this package instead of the libcv-dev compatibility package.
The attached patch has been uploaded to Ubuntu, since opencv 3.1.0 has been
synced there from experimental already.
This will become a serious bug once opencv 3.1.0 is uploaded to unstable.
Hope that helps,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru cimg-1.7.9+dfsg/debian/control cimg-1.7.9+dfsg/debian/control
--- cimg-1.7.9+dfsg/debian/control 2016-12-05 10:45:02.000000000 -0800
+++ cimg-1.7.9+dfsg/debian/control 2017-06-24 22:33:13.000000000 -0700
@@ -26,7 +26,7 @@
Architecture: all
Depends: libx11-dev,
libxrandr-dev,
- libcv-dev,
+ libopencv-dev,
${misc:Depends},
${shlibs:Depends}
Suggests: xmedcon,
@@ -83,7 +83,7 @@
libgraphicsmagick++1-dev | libmagick++-dev,
libfftw3-dev | fftw3-dev,
libgimp2.0-dev,
- libcv-dev,
+ libopencv-dev,
libhighgui-dev
Enhances: cimg-dev,
cimg-doc
More information about the debian-science-maintainers
mailing list