mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-27 07:49:06 +08:00
2b635f090e
+ add special check in Ada95/configure script for ncurses6 reentrant code. + regen Ada html documentation. + build-fix for Ada shared libraries versus the varargs workaround. + add rpm and dpkg scripts for Ada95 and test directories, for test builds. + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and CF_X_ATHENA_LIBS. + add configure check to determine if gnat's project feature supports libraries, i.e., collections of .ali files. + make all dereferences in Ada95 samples explicit. + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu). + add configure check for, ifdef's for math.h which is in a separate package on Solaris and potentially not installed (report by Petr Pavlu). > fixes for Ada95 binding (Nicolas Boulenguez): + improve type-checking in Ada95 by eliminating a few warning-suppress pragmas. + suppress unreferenced warnings. + make all dereferences in binding explicit.
18 lines
611 B
Plaintext
18 lines
611 B
Plaintext
Source: adacurses
|
|
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.8.4
|
|
Build-Depends: debhelper (>= 5)
|
|
Homepage: http://invisible-island.net/adacurses/
|
|
|
|
Package: adacurses
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: AdaCurses - Ada95 binding for ncurses
|
|
This package installs as "adacurses" to avoid conflict with other packages.
|
|
This is the Ada95 binding from the ncurses distribution.
|
|
.
|
|
In addition to a library, this package installs sample programs in
|
|
"bin/AdaCurses" to avoid conflict with other packages.
|