File: control

package info (click to toggle)
aalib 1.4p5-51.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,592 kB
  • sloc: ansic: 10,404; sh: 7,789; makefile: 90
file content (61 lines) | stat: -rw-r--r-- 1,915 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
Source: aalib
Section: libs
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.14.9),
               libgpm-dev [linux-any],
               libncurses5-dev,
               libslang2-dev,
               libx11-dev,
               patch,
               texinfo
Standards-Version: 4.6.2
Homepage: http://aa-project.sourceforge.net/aalib/
Vcs-Git: https://salsa.debian.org/debian/aalib.git
Vcs-Browser: https://salsa.debian.org/debian/aalib
Rules-Requires-Root: no

Package: libaa1-dev
Architecture: any
Section: libdevel
Depends: libaa1 (= ${binary:Version}),
         libncurses5-dev,
         libslang2-dev,
         libx11-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: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, ${shlibs: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.