File: control

package info (click to toggle)
aalib 1.4p5-46
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,508 kB
  • sloc: ansic: 10,394; sh: 7,789; makefile: 91
file content (67 lines) | stat: -rw-r--r-- 2,361 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
Source: aalib
Section: libs
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 9~), dh-autoreconf,
               libslang2-dev, libx11-dev, libxt-dev, libncurses5-dev,
               libgpm-dev [linux-any],
               texinfo, patch
Standards-Version: 4.3.0
Homepage: http://aa-project.sourceforge.net/aalib/
Vcs-Git: https://salsa.debian.org/debian/aalib.git
Vcs-Browser: https://salsa.debian.org/debian/aalib

Package: libaa1-dev
Architecture: any
Section: libdevel
Depends: libaa1 (= ${binary:Version}), libx11-dev, libslang2-dev, libncurses5-dev, ${misc:Depends}
Replaces: aalib1-dev
Conflicts: aalib1-dev
Description: ASCII art library, development kit
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into platform-independent
 ASCII graphics.
 .
 This package contains the static library and header files used in
 development, plus developer's documentation.

Package: libaa1
Architecture: any
Multi-Arch: same
Provides: aalib1
Replaces: aalib1
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ASCII art library
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ASCII graphics.

Package: libaa-bin
Architecture: any
Section: text
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: aalib-bin
Conflicts: aalib-bin
Replaces: aalib-bin
Description: sample programs using aalib
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ASCII graphics.
 .
 This package contains a few sample programs that use aalib.

Package: libaa1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: optional
Depends: libaa1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: ASCII art library, debugging symbols
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ASCII graphics.
 .
 This package contains the debugging symbols associated with AAlib. gdb
 will automatically use these symbols when debugging programs linked with
 AAlib.