control: notforwarded -1 https://savannah.nongnu.org/bugs/?43338 control: tag -1 + patch
Hi, On 2016-05-06 23:26, Milan Kupcevic wrote: > Control: forwarded -1 https://savannah.nongnu.org/bugs/?43338 > Control: block 810366 by -1 > > > On 01/08/2016 01:35 PM, Aurelien Jarno wrote: > > [...] > > > > > If avrdude supports the new libusb 1.0 library, please consider > > switching the build-depends from libusb-dev to libusb-1.0-0-dev. If not > > please inform upstream that porting the software to the new API is > > recommended. > > > > > So far the upstream relies on "0.1 API compatibility wrapper".[0] The > libusb 0.1 API "is required by AVRDUDE in order to work with USB".[1] Nowadays avrdude supports both the libusb 0.1 and libusb 1.0. It is autodetected at configure time, so it's just a matter of changing the build dependencies: --- avrdude-7.1+dfsg/debian/control +++ avrdude-7.1+dfsg/debian/control @@ -14,8 +14,8 @@ bison, libreadline-dev, libhidapi-dev [!hurd-i386], - libusb-dev, - libftdi-dev, + libusb-1.0-0-dev, + libftdi1-dev, libelf-dev Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/debian/avrdude.git Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://aurel32.net
signature.asc
Description: PGP signature

