Source: openfpgaloader
Version: 0.13.1-1
Severity: important
Tags: patch

Hi,

openfpgaloader has a build-depends on libusb-dev, which corresponds to
the libusb 0.1 library and is now deprecated in favor of libusb 1.0. It
will eventually get removed, likely for forky.

Fortunately openfpgaloader already supports libusb 1.0, and actually
uses it through the build-depends on libftdi1-dev. Could you please
therefore replace the build-depends to make it explicit? The following
patch is enough for that.

--- openfpgaloader-0.13.1/debian/control
+++ openfpgaloader-0.13.1/debian/control
@@ -9,7 +9,7 @@
  libftdi1-dev,
  libhidapi-dev,
  libudev-dev,
- libusb-dev,
+ libusb-1.0-0-dev, 
  zlib1g-dev,
  libgpiod-dev,
  cmake,

Regards
Aurelien

Reply via email to