summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-10-01 11:50:25 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-10-01 11:50:25 +0300
commit150098c70c9084092033134bdfb9444550c569ab (patch)
treed7cc3cd10b89f78fffae578e6164be0721dfb84f
parent3842d176b0ef96f17be3c22d3ee7450816cea3a8 (diff)
downloadopencv-master.tar.gz
opencv (2.4.9.1+dfsg1-2+dyson2)HEADmaster
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
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