Package: libdc1394-22 Version: 2.1.2-1 Severity: normal Tags: patch *** Please type your report below this line ***
Despite including libusb in the Build-Depends, the configure stage doesn't pick it up because it needs pkg-config. Thus, pkg-config is a required Build-Depends for IIDC-over-USB support. I have tested this on sid, and the output of the configure step now shows "IIDC-over-USB support: Enabled" whereas before it showed "Disabled". (I think pkg-config was relatively recently taken out of build-essential.) Thanks, Andrew -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-15-generic (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- libdc1394-22-2.1.2/debian/control 2009-09-21 00:38:22.000000000 -0700 +++ libdc1394-22-2.1.2.fixed/debian/control 2009-09-21 00:28:12.880573063 -0700 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Guus Sliepen <[email protected]> Uploaders: Peter De Schrijver (p2) <[email protected]> -Build-Depends: debhelper (>> 7.0.0), libraw1394-dev (>= 2.0.1), libusb-1.0-0-dev, libx11-dev, libxv-dev, doxygen +Build-Depends: debhelper (>> 7.0.0), libraw1394-dev (>= 2.0.1), libusb-1.0-0-dev, libx11-dev, libxv-dev, doxygen, pkg-config Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended Standards-Version: 3.8.1 Homepage: http://damien.douxchamps.net/ieee1394/libdc1394/

