From 164552113797afadaacd2b18e01eb62a03b35593 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 1 Nov 2013 14:45:31 -0400 Subject: [PATCH] debian/patches - correct-libusb-path.patch - "reintroduced" to fix a single left-out versioned include of libusb.h . Should resolve FTBFS on kfreeebsd (Closes: #728483) --- debian/changelog | 9 +++++++++ debian/patches/correct-libusb-path.patch | 11 +++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) create mode 100644 debian/patches/correct-libusb-path.patch diff --git a/debian/changelog b/debian/changelog index 1f899aa7..fcb32cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libfreenect (1:0.2.0+dfsg-2) unstable; urgency=low + + * debian/patches + - correct-libusb-path.patch - "reintroduced" to fix a single left-out + versioned include of libusb.h . Should resolve FTBFS on kfreeebsd + (Closes: #728483) + + -- Yaroslav Halchenko Fri, 01 Nov 2013 14:44:18 -0400 + libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low * Fresh upstream release diff --git a/debian/patches/correct-libusb-path.patch b/debian/patches/correct-libusb-path.patch new file mode 100644 index 00000000..d208b4dc --- /dev/null +++ b/debian/patches/correct-libusb-path.patch @@ -0,0 +1,11 @@ +--- a/wrappers/cpp/libfreenect.hpp ++++ b/wrappers/cpp/libfreenect.hpp +@@ -31,7 +31,7 @@ + #include + #include + #include +-#include ++#include + + namespace Freenect { + class Noncopyable { diff --git a/debian/patches/series b/debian/patches/series index 8055d03e..7f8d8286 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +correct-libusb-path.patch modify-fakenect-install.patch use-standard-libdir.patch dont-install-into-include-subfolder.patch