Hi,

Attached is the diff for my NMU fixing this bug.

I couldn't find any direct usage of the files shipped by the problematic 
package, and because of the notable soname bumps and since it is pulled in by 
other packages I decided to just drop it.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -u opencv-1.0.0/debian/changelog opencv-1.0.0/debian/changelog
--- opencv-1.0.0/debian/changelog
+++ opencv-1.0.0/debian/changelog
@@ -1,3 +1,12 @@
+opencv (1.0.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+    + Dropped build dependency on libdc1394-22-dev (Closes: #497689)
+    + Added ${misc:Depends} where missing
+
+ -- Raphael Geissert <[EMAIL PROTECTED]>  Thu, 11 Sep 2008 14:36:06 -0500
+
 opencv (1.0.0-6) unstable; urgency=low
 
   * debian/patches/120_header_warnings.diff:
diff -u opencv-1.0.0/debian/control opencv-1.0.0/debian/control
--- opencv-1.0.0/debian/control
+++ opencv-1.0.0/debian/control
@@ -4,9 +4,9 @@
 Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
 Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0), quilt,
- libavcodec-dev (>= 0.svn20080206), libavformat-dev, libdc1394-22-dev,
- libgtk2.0-dev, libjasper-dev, libjpeg62-dev, libpng12-dev, libraw1394-dev,
- libtiff4-dev, zlib1g-dev, python-dev, swig, python-support (>= 0.4.1)
+ libavcodec-dev (>= 0.svn20080206), libavformat-dev, libgtk2.0-dev,
+ libjasper-dev, libjpeg62-dev, libpng12-dev, libraw1394-dev, libtiff4-dev,
+ zlib1g-dev, python-dev, swig, python-support (>= 0.4.1)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
@@ -33,7 +33,7 @@
 Package: libcv-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcv1 (= ${binary:Version}), libcvaux-dev (= ${binary:Version}), libhighgui-dev (= ${binary:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcv1 (= ${binary:Version}), libcvaux-dev (= ${binary:Version}), libhighgui-dev (= ${binary:Version}), pkg-config, ${misc:Depends}
 Conflicts: libopencv-dev
 Replaces: libopencv-dev
 Description: development files for libcv
@@ -53,7 +53,7 @@
 Package: libcvaux-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcvaux1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config
+Depends: ${shlibs:Depends}, libcvaux1 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config, ${misc:Depends}
 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.
@@ -71,7 +71,7 @@
 Package: libhighgui-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs: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, libjasper-dev, pkg-config
+Depends: ${shlibs: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, libjasper-dev, pkg-config, ${misc:Depends}
 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.
@@ -141,7 +141,7 @@
 Package: python-opencv
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Replaces: python2.3-opencv (<= 0.9.7-3)
 Conflicts: python2.3-opencv (<= 0.9.7-3)

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to