File: control

package info (click to toggle)
gdb-doc 7.7.1%2Bdfsg-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 191,692 kB
  • ctags: 282,947
  • sloc: ansic: 1,961,082; asm: 319,930; exp: 109,414; makefile: 53,229; sh: 22,546; yacc: 10,891; cpp: 10,169; xml: 6,135; perl: 4,960; python: 3,452; ada: 1,998; pascal: 1,436; lex: 622; lisp: 536; sed: 228; f90: 164; awk: 136; objc: 134; java: 73; fortran: 43
file content (35 lines) | stat: -rw-r--r-- 1,234 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
Source: gdb-doc
Maintainer: Héctor Orón Martínez <hector.oron@gmail.com>
Uploaders: Samuel Bronson <naesten@gmail.com>
Section: non-free/devel
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7),
# These are just to satisfy the configure scripts ...
 libtinfo-dev
Build-Depends-Indep:
 texinfo (>= 4.7-2.2),
# need at least "lcircle10.tfm" from here
 texlive-latex-base,
# need "ec" family from here ...
 texlive-fonts-recommended,
# ... and the Type1 fonts for "ec" from here
 cm-super
Vcs-Git: git://anonscm.debian.org/pkg-gdb/gdb-doc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gdb/gdb-doc.git
Homepage: http://www.gnu.org/s/gdb/

Package: gdb-doc
Architecture: all
Section: non-free/doc
Depends: ${misc:Depends}
Breaks: gdb (<< 7.7), gdb-minimal (<< 7.7), gdbserver (<< 7.7)
Replaces: gdb (<< 7.7), gdb-minimal (<< 7.7), gdbserver (<< 7.7)
Description: The GNU Debugger Documentation
 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 contains the GDB manual.