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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: avrdude
Section: electronics
Priority: optional
Maintainer: Milan Kupcevic <milan@debian.org>
Build-Depends:
debhelper (>= 12.1.1),
autoconf,
automake,
ghostscript,
texi2html,
texinfo,
texlive-latex-base,
flex,
bison,
libreadline-dev,
libhidapi-dev [!hurd-i386],
libusb-dev,
libftdi-dev,
libelf-dev
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/avrdude.git
Homepage: https://github.com/avrdudes/avrdude/
Package: avrdude
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: dfu-programmer, avrdude-doc
Description: software for programming Atmel AVR microcontrollers
AVRDUDE is an open source utility to download/upload/manipulate the
ROM and EEPROM contents of AVR microcontrollers using the in-system
programming technique (ISP).
Package: avrdude-doc
Section: doc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Suggests: doc-base
Description: documentation for avrdude
AVRDUDE is an open source utility to download/upload/manipulate the
ROM and EEPROM contents of AVR microcontrollers using the in-system
programming technique (ISP).
.
This package contains documentation for configuring and running
AVRDUDE.
|