mirror of https://gitee.com/openkylin/aalib.git
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
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.
|