Debian Patches
Status for arduino-dfu-discovery/0.1.2+ds1-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Add-missing-c-source-and-header-files-from-dfu-utils.patch | Add missing c source & header files from dfu-utils This patch is temporary. It adds the required c source and header files from the dfu-utils project. Ideally, these would be provided directly by the upstream sources tarball. These files are copied direclty from the dfu-util-0.11 directory created by the "task download-dfu-util" command, which itself simply downloads the dfu-utils sources from the following URL: https://dfu-util.sourceforge.net/releases/dfu-util-0.11.tar.gz Here is the script to produce this patch: wget https://dfu-util.sourceforge.net/releases/dfu-util-0.11.tar.gz tar -xvf dfu-util-0.11.tar.gz cp dfu-util-0.11/src/{dfu_util,dfuse_mem,quirks}.c . cp dfu-util-0.11/src/{dfu,dfu_file,dfu_util,dfuse_mem,portable,quirks,usb_dfu}.h . chmod -x *.c *.h rm -rf dfu-util-0.11* |
Nicolas Peugnet <nicolas@club1.fr> | yes | 2026-07-25 | ||
| 0002-Use-system-provided-libusb.patch | Use system provided libusb Change the include path of the libraries to use the ones installed by the system package manager. |
Nicolas Peugnet <nicolas@club1.fr> | not-needed | 2026-07-25 |
All known versions for source package 'arduino-dfu-discovery'
- 0.1.2+ds1-1 (sid)
