diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 46deba7..c9e8f66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opencv (2.4.9.1+dfsg1-2+dyson2) unstable; urgency=medium + + * Fix dependencies of libopencv-highgui-dev: libraw1394-dev and + libdc1394-22-dev are linux-only + + -- Igor Pashev <pashev.igor@gmail.com> Sun, 01 Oct 2017 11:42:43 +0300 + opencv (2.4.9.1+dfsg1-2+dyson1) unstable; urgency=medium * Package for Dyson diff --git a/debian/control b/debian/control index 12db5c4..a8db76d 100644 --- a/debian/control +++ b/debian/control @@ -583,8 +583,8 @@ Depends: ${misc:Depends}, libpng-dev, libtiff-dev, libopenexr-dev (>= 1.4.0), - libraw1394-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], - libdc1394-22-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386] + libraw1394-dev [linux-any], + libdc1394-22-dev [linux-any] Description: development files for libopencv-highgui This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) High-level GUI and |