File: control

package info (click to toggle)
ncurses 5.0-6.0potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,624 kB
  • ctags: 5,201
  • sloc: ansic: 45,601; ada: 8,217; cpp: 3,726; sh: 3,017; makefile: 1,696; awk: 500; perl: 101; sed: 100
file content (70 lines) | stat: -rw-r--r-- 2,220 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: ncurses
Section: libs
Priority: standard
Build-Depends: debhelper
Maintainer: Joel Klecker <ncurses-maint@debian.org>
Standards-Version: 3.1.1

Package: libncurses5
Architecture: any
Section: base
Priority: required
Depends: ${shlibs:Depends}, ncurses-base
Description: Shared libraries for terminal handling
 This package contains the shared libraries necessary to run programs
 compiled with ncurses.

Package: libncurses5-dev
Architecture: any
Section: devel
Depends: libncurses5 (= ${Source-Version}), libc6-dev
Conflicts: ncurses-dev, ncurses-developer, libncurses-dev
Replaces: ncurses-dev, ncurses-developer, libncurses-dev
Provides: libncurses-dev
Description: Developer's libraries and docs for ncurses
 This package contains the header files, static libraries
 and symbolic links that developers using ncurses will need.

Package: libncurses5-dbg
Architecture: any
Section: devel
Priority: optional
Depends: libncurses5-dev (= ${Source-Version})
Description: Debugging/profiling libraries for ncurses
 This package contains the static debugging and profiling libraries and
 symbolic links that developers using ncurses will need.

Package: ncurses-bin
Architecture: any
Section: base
Priority: required
Essential: yes
Depends: ${shlibs:Depends}, libncurses5
Conflicts: ncurses, tput
Provides: tput
Description: Terminal-related programs and man pages
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.

Package: ncurses-base
Architecture: all
Section: base
Priority: required
Essential: yes
Conflicts: ncurses, ncurses-runtime
Provides: ncurses-runtime
Replaces: ncurses-term
Description: Descriptions of common terminal types
 This package contains what should be a reasonable subset of terminal
 definitions, including: ansi, dumb, linux, rxvt, screen, sun, vt100,
 vt102, vt220, vt52, and xterm.

Package: ncurses-term
Architecture: all
Section: admin
Priority: standard
Depends: ncurses-base
Description: Additional terminal type definitions
 This package contains all of the terminal definitions not found in
 the ncurses-base package.  There are far too many to list here.