2012-06-09 08:43:33 +08:00
|
|
|
Source: ncurses6
|
|
|
|
Section: libdevel
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
ncurses 6.0 - patch 20180106
+ fixes for writing extended color pairs in putwin.
+ modify test/savescreen.c to add test patterns that exercise 88-,
256-, etc., colors.
+ modify configure option --with-build-cc, adding clang, c89 and c99
as possible default values.
+ modify ncurses-examples configure script to use pkg-config for the
extra form/menu/panel libraries, to be more consistent with the
handling of the curses/ncurses library.
+ modify test-packages for mingw to supply "pc" files.
+ modify gen-pkgconfig.in to list -lpthread as a private library when
configured to access it via weak symbols.
+ simplify gen-pkgconfig.in, adding -ltinfo without the special linker
checks because some versions of the linker simply hard-code the
behavior.
+ update URLs for ncurses website to use https.
+ modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
ncurses-examples are built with a system ncurses that lacks the
standard "curses" symbolic link, as done by SuSE. The symbol is
needed to make a followup check for the pthread library work, and
would be set properly using the options "--with-screen", etc.
+ generate misc/*.pc with "all" rule, as done for "sources" rule
(report by Jeffrey Walton).
2018-01-07 10:47:04 +08:00
|
|
|
Homepage: https://invisible-island.net/ncurses/
|
2012-06-09 08:43:33 +08:00
|
|
|
Build-Depends: debhelper (>= 7)
|
|
|
|
Standards-Version: 3.8.2
|
|
|
|
|
|
|
|
Package: ncurses6
|
|
|
|
Architecture: any
|
2017-07-16 08:53:16 +08:00
|
|
|
Depends: ${misc:Depends}, libc6 (>= 2.4)
|
2012-06-09 08:43:33 +08:00
|
|
|
Description: shared libraries for terminal handling
|
|
|
|
The ncurses library routines are a terminal-independent method of
|
|
|
|
updating character screens with reasonable optimization.
|
|
|
|
.
|
|
|
|
This package is used for testing ABI 6.
|
2015-07-12 09:32:50 +08:00
|
|
|
|
|
|
|
Package: ncursest6
|
|
|
|
Architecture: any
|
2017-07-16 08:53:16 +08:00
|
|
|
Depends: ${misc:Depends}, libc6 (>= 2.4)
|
2015-07-12 09:32:50 +08:00
|
|
|
Description: shared libraries for terminal handling
|
|
|
|
The ncurses library routines are a terminal-independent method of
|
|
|
|
updating character screens with reasonable optimization.
|
|
|
|
.
|
|
|
|
This package is used for testing ABI 6 with pthreads.
|
2017-05-21 09:35:04 +08:00
|
|
|
|
|
|
|
Package: ncurses6-doc
|
|
|
|
Section: doc
|
|
|
|
Architecture: all
|
|
|
|
Depends: groff-base
|
|
|
|
Description: shared libraries for terminal handling
|
|
|
|
The ncurses library routines are a terminal-independent method of
|
|
|
|
updating character screens with reasonable optimization.
|
|
|
|
.
|
|
|
|
This package is used for testing ncurses6 document packaging.
|
|
|
|
|
|
|
|
Package: ncurses6-doc-html
|
|
|
|
Section: doc
|
|
|
|
Architecture: all
|
|
|
|
Description: shared libraries for terminal handling
|
|
|
|
The ncurses library routines are a terminal-independent method of
|
|
|
|
updating character screens with reasonable optimization.
|
|
|
|
.
|
|
|
|
This package is used for testing ncurses6 document packaging.
|