File: control

package info (click to toggle)
dfu-util 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: ansic: 3,266; sh: 1,242; python: 235; makefile: 52; xml: 20
file content (22 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: dfu-util
Section: electronics
Priority: optional
Maintainer: Tormod Volden <debian.tormod@gmail.com>
Build-Depends: debhelper-compat (= 13), libusb-1.0-0-dev, pkgconf, dh-exec
Standards-Version: 4.7.2
Homepage: https://dfu-util.sourceforge.net
Vcs-Browser: https://salsa.debian.org/debian/dfu-util
Vcs-Git: https://salsa.debian.org/debian/dfu-util.git
Rules-Requires-Root: no

Package: dfu-util
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
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.