Source: ponyprog
Version: 3.1.4+ds-2.2
Severity: important
Tags: patch

Hi,

ponyprog 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 ponyprog 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.

--- ponyprog-3.1.4+ds/debian/control
+++ ponyprog-3.1.4+ds/debian/control
@@ -9,7 +9,7 @@
  libftdi1-dev,
  libftdipp1-dev,
  librsvg2-bin,
- libusb-dev,
+ libusb-1.0-0-dev, 
  pkgconf,
  qtbase5-dev,
  qtmultimedia5-dev,

Regards
Aurelien

Reply via email to