File: control

package info (click to toggle)
avrdude 5.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,112 kB
  • sloc: ansic: 22,604; sh: 3,809; yacc: 1,329; lex: 270; makefile: 182
file content (45 lines) | stat: -rw-r--r-- 1,264 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: avrdude
Section: electronics
Priority: extra
Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends:
 debhelper (>= 8),
 autotools-dev (>= 20100122.1),
 texi2html,
 texinfo,
 texlive-latex-base,
 flex,
 bison,
 libncurses5-dev,
 libreadline-dev,
 libusb-dev,
 libftdi-dev
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/users/biebl/avrdude.git
Vcs-Browser: http://git.debian.org/?p=users/biebl/avrdude.git;a=summary
Homepage: http://savannah.nongnu.org/projects/avrdude/

Package: avrdude
Section: electronics
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: 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
Priority: extra
Architecture: all
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.