Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package libwebcam this version fixes RC bug: 770982: libwebcam0-dev: dynctrl-logitech.h is missing in libwebcam0-dev it's a very simple fix, it just includes a missing header in the dev package: diff -Nru libwebcam-0.2.4/debian/libwebcam0-dev.install libwebcam-0.2.4/debian/libwebcam0-dev.install --- libwebcam-0.2.4/debian/libwebcam0-dev.install 2013-11-01 16:49:24.000000000 -0700 +++ libwebcam-0.2.4/debian/libwebcam0-dev.install 2014-11-28 15:32:56.000000000 -0800 @@ -1,3 +1,4 @@ +usr/include/dynctrl-logitech.h usr/include/webcam.h usr/lib/libwebcam.a usr/lib/libwebcam.so diff -Nru libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h --- libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h 1969-12-31 16:00:00.000000000 -0800 +++ libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h 2014-11-28 15:29:48.000000000 -0800 @@ -0,0 +1,13 @@ +Index: libwebcam-0.2.4/libwebcam/CMakeLists.txt +=================================================================== +--- libwebcam-0.2.4.orig/libwebcam/CMakeLists.txt 2013-10-31 14:47:36.000000000 -0700 ++++ libwebcam-0.2.4/libwebcam/CMakeLists.txt 2014-11-28 15:29:32.063070089 -0800 +@@ -103,7 +103,7 @@ + ) + + install ( +- FILES ../common/include/webcam.h ++ FILES ../common/include/webcam.h ../common/include/dynctrl-logitech.h + DESTINATION ${CMAKE_INSTALL_PREFIX}/include + ) + diff -Nru libwebcam-0.2.4/debian/patches/series libwebcam-0.2.4/debian/patches/series --- libwebcam-0.2.4/debian/patches/series 2013-11-01 16:49:24.000000000 -0700 +++ libwebcam-0.2.4/debian/patches/series 2014-11-28 15:29:13.000000000 -0800 @@ -0,0 +1 @@ +install-dynctrl-logitech.h unblock libwebcam/0.2.4-1.1 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.16-4 (SMP w/1 CPU core) Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org