File: control

package info (click to toggle)
gdb-avr 15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 72; sh: 13
file content (47 lines) | stat: -rw-r--r-- 1,549 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
46
47
Source: gdb-avr
Section: devel
Priority: optional
Maintainer: Steve Meliza <swm@swm1.com>
Build-Depends: debhelper-compat (= 13),
               tar (>= 1.13.18),
               bzip2,
               autoconf (>= 2.13),
               libtool,
               texinfo (>= 4.7-2.2),
               texlive <!nodoc>,
               libncurses-dev,
               libreadline-dev,
               bison,
               gettext,
               debhelper (>= 7),
               dejagnu,
               flex,
               gdb-source (>= 15.1),
               dpkg (>= 1.16.2),
               libexpat1-dev,
               mig [hurd-any],
               zlib1g-dev,
               libgmp-dev,
               libmpfr-dev,
               python3-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.gnu.org/s/gdb/
Vcs-Browser: https://salsa.debian.org/debian/gdb-avr
Vcs-Git: https://salsa.debian.org/debian/gdb-avr.git

Package: gdb-avr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gdb-doc, python3
Built-Using: ${Built-Using}
Description: GNU Debugger for avr
 This package has been compiled to target the  avr architecture.
 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, it works for C, C++, Fortran
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package is primarily for avr developers and cross-compilers and
 is not needed by normal users or developers.