]> ncurses.scripts.mit.edu Git - ncurses.git/blob - package/debian/control
ncurses 6.0 - patch 20160319
[ncurses.git] / package / debian / control
1 Source: ncurses6
2 Section: libdevel
3 Priority: optional
4 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
5 Homepage: http://invisible-island.net/ncurses/
6 Build-Depends: debhelper (>= 7)
7 Standards-Version: 3.8.2
8
9 Package: ncurses6
10 Architecture: any
11 Depends: ${misc:Depends}
12 Description: shared libraries for terminal handling
13  The ncurses library routines are a terminal-independent method of
14  updating character screens with reasonable optimization.
15  .
16  This package is used for testing ABI 6.
17
18 Package: ncursest6
19 Architecture: any
20 Depends: ${misc:Depends}
21 Description: shared libraries for terminal handling
22  The ncurses library routines are a terminal-independent method of
23  updating character screens with reasonable optimization.
24  .
25  This package is used for testing ABI 6 with pthreads.