summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6a77984f780fb78a7cb67907ac4be2e241c983fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: dfu-util
Section: electronics
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libusb-1.0-0-dev, pkg-config
Standards-Version: 3.9.7
Homepage: http://dfu-util.sourceforge.net

Package: dfu-util
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Device firmware update (DFU) USB programmer
 dfu-util is a program that implements the host (PC) side of the USB
 DFU 1.0 and 1.1 (Universal Serial Bus Device Firmware Upgrade) protocol.
 .
 DFU is intended to download and upload firmware to devices connected over
 USB. It ranges from small devices like micro-controller boards up to mobile
 phones. With dfu-util you are able to download firmware to your device or
 upload firmware from it.