File: control

package info (click to toggle)
dfu-programmer 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 824 kB
  • sloc: ansic: 5,152; makefile: 31; sh: 18
file content (26 lines) | stat: -rw-r--r-- 908 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
23
24
25
26
Source: dfu-programmer
Standards-Version: 4.7.2
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: electronics
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 libusb-1.0-0-dev,
Vcs-Browser: https://salsa.debian.org/debian/dfu-programmer
Vcs-Git: https://salsa.debian.org/debian/dfu-programmer.git
Homepage: https://dfu-programmer.github.io/

Package: dfu-programmer
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: device firmware update (DFU) based USB programmer for Atmel chips
 A Linux based command-line programmer for Atmel chips with a USB
 bootloader supporting in-system programming.
 .
 This is a mostly Device Firmware Update (DFU)-1.0-compliant
 user-space application. This program was created because the Atmel
 FLIP program for flashing devices does not run on Linux and because
 standard DFU loaders do not work for Atmel chips.