[Bug 1707074] [NEW] Fix FTBFS introduced in most recent Ubuntu upload
Launchpad Bug Tracker
1707074 at bugs.launchpad.net
Thu Jul 27 22:11:13 UTC 2017
You have been subscribed to a public bug by Simon Quigley (tsimonq2):
In the most recent upload to Ubuntu, the location of several files in
debian/libwebcam0.install and debian/libwebcam0-dev.install were changed
as follows:
--- libwebcam-0.2.4/debian/libwebcam0-dev.install 2014-11-28 23:32:56.000000000 +0000
+++ libwebcam-0.2.4/debian/libwebcam0-dev.install 2015-03-04 15:31:30.000000000 +0000
@@ -1,5 +1,5 @@
usr/include/dynctrl-logitech.h
usr/include/webcam.h
-usr/lib/libwebcam.a
-usr/lib/libwebcam.so
-usr/lib/pkgconfig/libwebcam.pc
+usr/lib/*/libwebcam.a
+usr/lib/*/libwebcam.so
+usr/lib/*/pkgconfig/libwebcam.pc
--- libwebcam-0.2.4/debian/libwebcam0.install 2013-11-01 23:49:24.000000000 +0000
+++ libwebcam-0.2.4/debian/libwebcam0.install 2015-03-04 15:28:52.000000000 +0000
@@ -1 +1 @@
-usr/lib/libwebcam.so.*
+usr/lib/*/libwebcam.so.*
This was not correct (maybe it was at the time, not now), and when
building locally in a fresh chroot right from this Ubuntu revision, it
showed that the correct action is to revert this, and it builds fine.
** Affects: libwebcam (Ubuntu)
Importance: Undecided
Assignee: Simon Quigley (tsimonq2)
Status: In Progress
--
Fix FTBFS introduced in most recent Ubuntu upload
https://bugs.launchpad.net/bugs/1707074
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list