Import Debian changes 6.2-ok1
ncurses (6.2-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
b0422c665d
commit
ed9b3e74fe
|
@ -0,0 +1,52 @@
|
|||
This file is a list of frequently reported problems with ncurses which are
|
||||
considered bugs elsewhere or configuration problems. If you're going to report a
|
||||
bug in ncurses, you should probably look over this list first.
|
||||
|
||||
********
|
||||
|
||||
If you use escape codes to configure a terminal, ncurses applications will just
|
||||
overwrite your settings when they exit.
|
||||
|
||||
The proper way to do this is to also provide a custom terminfo type which sets
|
||||
the terminal correctly. For instance, for controlling the cursor
|
||||
shape/color/etc., change the 'cnorm' capability.
|
||||
|
||||
********
|
||||
|
||||
If you hit the "Print Screen" key while in a Linux console, your current
|
||||
application will likely dump core.
|
||||
|
||||
The kernel maps that key to ^\, which generates a SIGQUIT by default. There's no
|
||||
bug here (although why that key was chosen is unclear).
|
||||
|
||||
********
|
||||
|
||||
Home/End keys don't work in some non-full-screen applications.
|
||||
|
||||
The situation with this is somewhat complicated. For a background summary, see:
|
||||
|
||||
http://invisible-island.net/xterm/xterm.faq.html#xterm_pc_style
|
||||
http://invisible-island.net/xterm/xterm.faq.html#xterm_arrows
|
||||
|
||||
Essentially, the key sequences in terminfo entries (particularly khome and kend)
|
||||
are for full-screen applications only. This means that they are only valid after
|
||||
an 'smkx' sequence, to put the terminal into application mode. If you want to
|
||||
use these sequences in non-application mode, you need to recognize similar
|
||||
sequences - the versions which start with CSI (\E [) rather than SS3 (\E O). One
|
||||
example of how is in /etc/zshrc in recent Debian ZSH packages.
|
||||
|
||||
********
|
||||
|
||||
The Debian terminfo entry for xterm doesn't work with some other xterms
|
||||
|
||||
There's no way to win this. For a while, Debian made its xterm default to a
|
||||
terminal type of 'xterm-debian', which seemed to fix the problem. In that case,
|
||||
however, connecting to remote non-Debian machines requires you to change your
|
||||
terminal type (since there will be no entry for xterm-debian there). Having
|
||||
changed back to a default terminal type of 'xterm', when you sit at a non-Debian
|
||||
system using some other version of xterm, applications on the Debian system may
|
||||
use features not available in your current xterm.
|
||||
|
||||
The only workaround for this problem is to set your terminal type from xterm to
|
||||
one of the feature-limited versions when you log in to a Debian system remotely.
|
||||
"xterm-r6" and the associated terminal types are appropriate for this.
|
|
@ -0,0 +1,3 @@
|
|||
This directory is for system-local terminfo descriptions. By default,
|
||||
ncurses will search ${HOME}/.terminfo first, then /etc/terminfo (this
|
||||
directory), then /lib/terminfo, and last not least /usr/share/terminfo.
|
|
@ -0,0 +1,4 @@
|
|||
A possibility that could be explored is to only ship development packages
|
||||
for the wide libraries. Doing so would give automatic UTF-8 support at the
|
||||
cost of increased memory usage, see for instance
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1270534#c26.
|
|
@ -0,0 +1,5 @@
|
|||
ncurses (6.2-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1,41 @@
|
|||
ncurses (4.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream version. Removed deb-files.
|
||||
|
||||
-- Michael Alan Dorman <mdorman@lot49.med.miami.edu> Wed, 7 May 1997 16:39:28 -0400
|
||||
|
||||
ncurses (4.0-1) unstable; urgency=high
|
||||
|
||||
* Upgrade to 4.0, which syncronizes the ABI and version numbers (and
|
||||
goes to a major-only ABI number, which is more like other packages).
|
||||
* Ditched use of dpkg-shlibdeps for the moment---I feel more confident
|
||||
of my ability to maintain the dependencies by hand.
|
||||
|
||||
-- Michael Alan Dorman <mdorman@calder.med.miami.edu> Fri, 27 Dec 1996 09:24:47 -0500
|
||||
|
||||
ncurses (1.9.9g-3) unstable; urgency=low
|
||||
|
||||
* Upgrade to 1.9.9g final release
|
||||
* Remove xterm-color from -base, since default xterm is now color
|
||||
|
||||
-- Michael Alan Dorman <mdorman@calder.med.miami.edu> Mon, 16 Dec 1996 14:06:49 -0500
|
||||
|
||||
ncurses (1.9.9g-2) unstable; urgency=low
|
||||
|
||||
* Upgraded to latest (11/20) snapshot
|
||||
* New soname, so new lib names
|
||||
|
||||
-- Michael Alan Dorman <mdorman@calder.med.miami.edu> Mon, 16 Dec 1996 13:28:51 -0500
|
||||
|
||||
ncurses (1.9.9g-1) unstable; urgency=low
|
||||
|
||||
* Upgraded to latest upstream snapshot
|
||||
* New soname, so new lib names.
|
||||
|
||||
-- Michael Alan Dorman <mdorman@calder.med.miami.edu> Sun, 22 Sep 1996 14:32:56 -0400
|
||||
|
||||
ncurses (1.9.9e-3) unstable; urgency=low
|
||||
|
||||
* Moved to new source packaging format.
|
||||
|
||||
-- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 12 Sep 1996 15:19:35 -0400
|
|
@ -0,0 +1,389 @@
|
|||
Source: ncurses
|
||||
Section: libs
|
||||
Priority: required
|
||||
Maintainer: Craig Small <csmall@debian.org>
|
||||
Uploaders: Sven Joachim <svenjoac@gmx.de>
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
libgpm-dev [linux-any],
|
||||
pkg-config,
|
||||
autoconf-dickey (>= 2.52+20170501),
|
||||
Build-Depends-Arch: g++-multilib [amd64 i386 powerpc ppc64 s390 sparc] <!nobiarch>
|
||||
Standards-Version: 4.4.1
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Browser: https://salsa.debian.org/debian/ncurses
|
||||
Vcs-Git: https://salsa.debian.org/debian/ncurses.git
|
||||
Homepage: https://invisible-island.net/ncurses/
|
||||
|
||||
Package: libtinfo6
|
||||
Architecture: any
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: shared low-level terminfo library for terminal handling
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared low-level terminfo library.
|
||||
|
||||
Package: libtinfo6-udeb
|
||||
Package-Type: udeb
|
||||
Section: debian-installer
|
||||
Architecture: any
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!noudeb>
|
||||
Description: shared low-level terminfo library for terminal handling - udeb
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the stripped-down udeb version of shared low-level
|
||||
terminfo library.
|
||||
|
||||
Package: libncurses6
|
||||
Architecture: any
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: libgpm2 [linux-any]
|
||||
Description: shared libraries for terminal handling
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncurses.
|
||||
|
||||
Package: libncurses-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), libncurses6 (= ${binary:Version}),
|
||||
libncursesw6 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends},
|
||||
ncurses-bin (>= 6.0+20151017)
|
||||
Conflicts: ncurses-dev
|
||||
Replaces: ncurses-dev, libncurses5-dev (<< 6.1+20180210),
|
||||
libncursesw5-dev (<< 6.1+20180210), libtinfo-dev (<< 6.1+20180210),
|
||||
ncurses-bin (<< 6.0+20151017)
|
||||
Provides: libncurses5-dev, libncursesw5-dev, libtinfo-dev, ncurses-dev
|
||||
Breaks: libncurses5-dev (<< 6.1+20180210), libncursesw5-dev (<< 6.1+20180210),
|
||||
libtinfo-dev (<< 6.1+20180210)
|
||||
Suggests: ncurses-doc
|
||||
Description: developer's libraries for ncurses
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the header files, static libraries
|
||||
and symbolic links that developers using ncurses will need.
|
||||
|
||||
Package: libtinfo-dev
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), libncurses-dev (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: transitional package for libncurses-dev
|
||||
This is a transitional package that can safely be removed.
|
||||
|
||||
Package: libncurses5-dev
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), libncurses-dev (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: transitional package for libncurses-dev
|
||||
This is a transitional package that can safely be removed.
|
||||
|
||||
Package: libncursesw6
|
||||
Architecture: any
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: libgpm2 [linux-any]
|
||||
Description: shared libraries for terminal handling (wide character support)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncursesw, which includes support for wide characters.
|
||||
|
||||
Package: libncursesw5-dev
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo6 (= ${binary:Version}), libncurses-dev (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: transitional package for libncurses-dev
|
||||
This is a transitional package that can safely be removed.
|
||||
|
||||
Package: lib64tinfo6
|
||||
Architecture: i386 powerpc sparc s390
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared low-level terminfo library for terminal handling (64-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared low-level terminfo library.
|
||||
.
|
||||
This package supports the 64-bit ABI variant of your system's architecture.
|
||||
|
||||
Package: lib64ncurses6
|
||||
Architecture: i386 powerpc sparc s390
|
||||
Priority: optional
|
||||
Depends: lib64tinfo6 (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared libraries for terminal handling (64-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncurses.
|
||||
.
|
||||
This package supports the 64-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: lib64ncursesw6
|
||||
Architecture: i386 powerpc sparc s390
|
||||
Priority: optional
|
||||
Depends: lib64tinfo6 (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared libraries for terminal handling (wide character support) (64-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncursesw, which includes support for wide characters.
|
||||
.
|
||||
This package supports the 64-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: lib64ncurses-dev
|
||||
Architecture: i386 powerpc sparc s390
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Depends: lib64ncurses6 (= ${binary:Version}),
|
||||
lib64ncursesw6 (= ${binary:Version}),
|
||||
lib64tinfo6 (= ${binary:Version}),
|
||||
libncurses-dev (= ${binary:Version}), lib64c-dev, ${misc:Depends}
|
||||
Suggests: ncurses-doc
|
||||
Replaces: amd64-libs-dev (<= 1.2), lib64ncurses5-dev
|
||||
Conflicts: lib64ncurses5-dev
|
||||
Provides: lib64ncurses5-dev
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: developer's libraries for ncurses (64-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the header files, static libraries
|
||||
and symbolic links that developers using ncurses will need.
|
||||
.
|
||||
This package supports the 64-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: lib32tinfo6
|
||||
Architecture: amd64 ppc64
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared low-level terminfo library for terminal handling (32-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared low-level terminfo library.
|
||||
.
|
||||
This package supports the 32-bit ABI variant of your system's architecture.
|
||||
|
||||
Package: lib32ncurses6
|
||||
Architecture: amd64 ppc64
|
||||
Priority: optional
|
||||
Depends: lib32tinfo6 (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared libraries for terminal handling (32-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncurses.
|
||||
.
|
||||
This package supports the 32-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: lib32ncursesw6
|
||||
Architecture: amd64 ppc64
|
||||
Priority: optional
|
||||
Depends: lib32tinfo6 (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: shared libraries for terminal handling (wide character support) (32-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the shared libraries necessary to run programs
|
||||
compiled with ncursesw, which includes support for wide characters.
|
||||
.
|
||||
This package supports the 32-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: lib32ncurses-dev
|
||||
Architecture: amd64 ppc64
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Depends: lib32ncurses6 (= ${binary:Version}),
|
||||
lib32ncursesw6 (= ${binary:Version}),
|
||||
lib32tinfo6 (= ${binary:Version}),
|
||||
libncurses-dev (= ${binary:Version}), lib32c-dev, ${misc:Depends}
|
||||
Suggests: ncurses-doc
|
||||
Replaces: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
|
||||
Conflicts: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
|
||||
Provides: lib32ncurses5-dev, lib32ncursesw5-dev, lib32tinfo-dev
|
||||
Build-Profiles: <!nobiarch>
|
||||
Description: developer's libraries for ncurses (32-bit)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the header files, static libraries
|
||||
and symbolic links that developers using ncurses will need.
|
||||
.
|
||||
This package supports the 32-bit ABI variant of your system's
|
||||
architecture.
|
||||
|
||||
Package: ncurses-bin
|
||||
Architecture: any
|
||||
Section: utils
|
||||
Essential: yes
|
||||
Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Multi-Arch: foreign
|
||||
Description: terminal-related programs and man pages
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the programs used for manipulating the terminfo
|
||||
database and individual terminfo entries, as well as some programs for
|
||||
resetting terminals and such.
|
||||
|
||||
Package: ncurses-base
|
||||
Architecture: all
|
||||
Section: misc
|
||||
Essential: yes
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}
|
||||
Provides: ncurses-runtime
|
||||
Breaks: libtinfo5 (<< 6.1), libslang2 (<< 2.3.1a-0), libunibilium0 (<< 2),
|
||||
libunibilium4 (<< 2.0.0-0), bash-static (<< 4.4.18-0),
|
||||
zsh-static (<< 5.4.2-0), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-0)
|
||||
Description: basic terminal type definitions
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains terminfo data files to support the most common types of
|
||||
terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
|
||||
vt52, and xterm.
|
||||
|
||||
Package: ncurses-term
|
||||
Architecture: all
|
||||
Section: misc
|
||||
Priority: standard
|
||||
Multi-Arch: foreign
|
||||
Depends: ncurses-base (>= 6.1+20190713), ${misc:Depends}
|
||||
Replaces: suckless-tools (<< 39), dvtm (<< 0.15-0), alacritty (<< 0.3.4~)
|
||||
Breaks: libtinfo5 (<< 6.1), libslang2 (<< 2.3.1a-0), libunibilium0 (<< 2),
|
||||
libunibilium4 (<< 2.0.0-0), bash-static (<< 4.4.18-0),
|
||||
zsh-static (<< 5.4.2-0), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-0),
|
||||
suckless-tools (<< 39), dvtm (<< 0.15-0)
|
||||
Description: additional terminal type definitions
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains all of the numerous terminal definitions not found in
|
||||
the ncurses-base package.
|
||||
|
||||
Package: ncurses-examples
|
||||
Architecture: any
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Build-Profiles: <!pkg.ncurses.noexamples>
|
||||
Description: test programs and examples for ncurses
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains programs demonstrating the possibilities of
|
||||
ncurses and testing the library. The examples include an
|
||||
analog/digital clock and several classic programs such as solitaire,
|
||||
battleships, a knight's tour on a chess board, the towers of Hanoi
|
||||
and several others.
|
||||
|
||||
Package: ncurses-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Priority: optional
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}
|
||||
Description: developer's guide and documentation for ncurses
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains an introduction to writing programs with
|
||||
ncurses a guide to the internals of the ncurses library. It also
|
||||
includes the libraries' man pages.
|
||||
.
|
||||
Non-developers likely have little use for this package.
|
||||
|
||||
Package: libtinfo5
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Breaks: dialog (<< 1.2-0)
|
||||
Build-Profiles: <!pkg.ncurses.nolegacy>
|
||||
Description: shared low-level terminfo library (legacy version)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the legacy version of the shared low-level
|
||||
terminfo library.
|
||||
|
||||
Package: libncurses5
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: libgpm2 [linux-any]
|
||||
Build-Profiles: <!pkg.ncurses.nolegacy>
|
||||
Description: shared libraries for terminal handling (legacy version)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the legacy shared libraries necessary to run
|
||||
programs compiled with ncurses.
|
||||
|
||||
Package: libncursesw5
|
||||
Architecture: any
|
||||
Section: oldlibs
|
||||
Priority: optional
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Depends: libtinfo5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: libgpm2 [linux-any]
|
||||
Build-Profiles: <!pkg.ncurses.nolegacy>
|
||||
Description: shared libraries for terminal handling (wide character legacy version)
|
||||
The ncurses library routines are a terminal-independent method of
|
||||
updating character screens with reasonable optimization.
|
||||
.
|
||||
This package contains the legacy shared libraries necessary to run
|
||||
programs compiled with ncursesw, which includes support for wide
|
||||
characters.
|
|
@ -0,0 +1,127 @@
|
|||
This is the Debian prepackaged version of the ncurses
|
||||
library and terminfo utilities. ncurses/terminfo was originally written
|
||||
by Pavel Curtis and Zeyd M. Ben-Halim <zmbenhal@netcom.com>, and is
|
||||
currently held by the Free Software Foundation.
|
||||
|
||||
This package was put together by Vaidhyanathan G Mayilrangam
|
||||
<vaidhy@debian.org> and Joel Klecker <espy@debian.org>, using sources
|
||||
obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz.
|
||||
Current versions of the ncurses sources are found at
|
||||
ftp://invisible-island.net/ncurses/.
|
||||
|
||||
It is based somewhat on work done by Bruce Perens <Bruce@Pixar.com>,
|
||||
David Engel <david@elo.ods.com>. Michael Alan Dorman
|
||||
<mdorman@debian.org>, Richard Braakman <dark@xs4all.nl>, James Troup
|
||||
<jjtroup@comp.brad.ac.uk>, J.H.M. Dassen (Ray)
|
||||
<jdassen@wi.LeidenUniv.nl>, and Galen Hazelwood <galenh@micron.net>
|
||||
over various years.
|
||||
|
||||
|
||||
Copyright (c) 1998-2019 Free Software Foundation, Inc.
|
||||
Copyright © 2001 by Pradeep Padala
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, distribute with modifications, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
||||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name(s) of the above copyright
|
||||
holders shall not be used in advertising or otherwise to promote the
|
||||
sale, use or other dealings in this Software without prior written
|
||||
authorization.
|
||||
|
||||
|
||||
Copyright (C) 1994 X Consortium
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
deal in the Software without restriction, including without limitation the
|
||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
sell copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
|
||||
TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of the X Consortium shall not
|
||||
be used in advertising or otherwise to promote the sale, use or other deal-
|
||||
ings in this Software without prior written authorization from the X Consor-
|
||||
tium.
|
||||
|
||||
|
||||
Copyright (c) 1980, 1991, 1992, 1993
|
||||
The Regents of the University of California. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. Neither the name of the University nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
|
||||
Copyright 1996-2019 by Thomas E. Dickey
|
||||
|
||||
All Rights Reserved
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name(s) of the above copyright
|
||||
holders shall not be used in advertising or otherwise to promote the
|
||||
sale, use or other dealings in this Software without prior written
|
||||
authorization.
|
|
@ -0,0 +1,3 @@
|
|||
include:
|
||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
|
@ -0,0 +1,162 @@
|
|||
hurd|The GNU Hurd console server,
|
||||
# Over-all properties.
|
||||
# We use 8-bit characters
|
||||
km,
|
||||
# Although we don't do XON/XOFF, we don't want padding characters.
|
||||
xon,
|
||||
# Hard reset.
|
||||
rs1=\EM,
|
||||
|
||||
# Cursor related capabilities.
|
||||
|
||||
# Moving the cursor.
|
||||
# We have automatic margins.
|
||||
am,
|
||||
# We wrap around the left edge.
|
||||
bw,
|
||||
# We ignore \n at end of line
|
||||
xenl,
|
||||
# Carriage return and newline.
|
||||
cr=^M, nel=^M^J,
|
||||
# Move cursor to home position (to position P1, P2).
|
||||
home=\E[H, cup=\E[%i%p1%d;%p2%dH,
|
||||
# Move cursor one character (P1 characters) backwards.
|
||||
# We use ^H instead \E[D for cub1, as only ^H implements <bw> and it
|
||||
# is one byte instead three.
|
||||
cub1=^H, cub=\E[%p1%dD,
|
||||
# Move cursor one line (P1 lines) downwards.
|
||||
cud1=\E[B, cud=\E[%p1%dB,
|
||||
# Move cursor one character (P1 characters) forwards.
|
||||
cuf1=\E[C, cuf=\E[%p1%dC,
|
||||
# Move cursor one line (P1 lines) upwards.
|
||||
cuu1=\E[A, cuu=\E[%p1%dA,
|
||||
# Set horizontal (vertical) cursor position to P1.
|
||||
hpa=\E[%i%p1%dG, vpa=\E[%i%p1%dd,
|
||||
# Save (restore) cursor position.
|
||||
sc=\E7, rc=\E8,
|
||||
# Set the scrolling region to lines P1 to P2.
|
||||
csr=\E[%i%p1%d;%p2%dr,
|
||||
|
||||
# Modifying cursor attributes.
|
||||
# Make cursor invisible, very visible or normal.
|
||||
civis=\E[?25l, cvvis=\E[34l, cnorm=\E[?25h,
|
||||
|
||||
# Tabulator stops.
|
||||
# We have tabulator stops every eight rows.
|
||||
it#8,
|
||||
# Move cursor to next tabulator stop.
|
||||
ht=^I,
|
||||
# Move cursor to previous tabulator stop.
|
||||
cbt=\E[Z,
|
||||
# XXX When we implement this.
|
||||
# Set tab stop in the current column of every row.
|
||||
# hts=\EH,
|
||||
# Delete all tab stops.
|
||||
# tbc=\E[3g,
|
||||
|
||||
|
||||
# Screen editing capabilities.
|
||||
# Clear screen.
|
||||
clear=\Ec,
|
||||
# Clear to end of screen.
|
||||
ed=\E[J,
|
||||
# Clear to end (beginning) of line.
|
||||
el=\E[K, el1=\E[1K,
|
||||
|
||||
# Insert one character (P1 characters).
|
||||
# <ich1> not included because we have insert mode.
|
||||
# ich1=\E[@,
|
||||
ich=\E[%p1%d@,
|
||||
# Enter (leave) insert mode.
|
||||
smir=\E[4h, rmir=\E[4l,
|
||||
# It is save to move when in insert mode.
|
||||
mir,
|
||||
# Delete one character (P1 characters).
|
||||
dch1=\E[P, dch=\E[%p1%dP,
|
||||
# Erase the next N characters.
|
||||
ech=\E[%p1%dX,
|
||||
# Insert one line (P1 lines).
|
||||
il1=\E[L, il=\E[%p1%dL,
|
||||
# Delete one line (P1 lines).
|
||||
dl1=\E[M, dl=\E[%p1%dM,
|
||||
# Scroll the whole screen one line (P1 lines) upwards. We don't use
|
||||
# ^J, because this could put things into the scrollback buffer.
|
||||
ind=\E[S, indn=\E[%p1%dS,
|
||||
# Scroll the whole screen one line (P1 lines) downwards.
|
||||
rin=\E[%p1%dT, ri=\E[T,
|
||||
|
||||
|
||||
# Bell capabilities.
|
||||
# Audible bell.
|
||||
bel=^G,
|
||||
# Flash the screen (visible bell).
|
||||
flash=\Eg,
|
||||
|
||||
|
||||
# Keycodes for special keys.
|
||||
# Backspace key.
|
||||
kbs=\177,
|
||||
# Keycode for left, down, right and up arrow key.
|
||||
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
|
||||
# Keycodes for function keys.
|
||||
kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~,
|
||||
kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~,
|
||||
kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~,
|
||||
kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~,
|
||||
kf18=\E[32~, kf19=\E[33~, kf20=\E[34~,
|
||||
# Keycode for backtab key.
|
||||
kcbt=\E[Z,
|
||||
# Keycode for suspend key.
|
||||
kspd=^Z,
|
||||
# Keycode for home (insert, delete, end) key.
|
||||
khome=\E[1~, kich1=\E[2~, kdch1=\E[3~, kend=\E[4~,
|
||||
# Keycode for previous (next) page key.
|
||||
kpp=\E[5~, knp=\E[6~,
|
||||
# Keycode for center of keypad area.
|
||||
kb2=\E[G,
|
||||
# Mouse event has occurred.
|
||||
kmous=\E[M,
|
||||
|
||||
# Text attribute capabilities.
|
||||
acsc=++\,\,--..00ii``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
|
||||
|
||||
# Color support.
|
||||
# We erase the screen with the current background color.
|
||||
bce,
|
||||
# Number of colors and color pairs at the same time.
|
||||
colors#8,
|
||||
pairs#64,
|
||||
# Video attributes colliding with color.
|
||||
# ORed: A_STANDOUT 1, A_UNDERLINE 2, A_REVERSE 4, A_BLINK 8, A_DIM 16,
|
||||
# A_BOLD 32, A_INVIS 64
|
||||
# We don't define this as we do our own display optimization,
|
||||
# depending on the display driver. Alternatively, we could provide
|
||||
# different terminfo entries.
|
||||
# ncv#18,
|
||||
# Set background (foreground) color.
|
||||
setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
|
||||
# Set default color pair to its original value.
|
||||
op=\E[39;49m,
|
||||
|
||||
# Video attributes.
|
||||
# Overstrikes are erasable with a blank.
|
||||
eo,
|
||||
# It is save to move when in standout mode.
|
||||
msgr,
|
||||
# Enable dim (blinking, bold, invisible, reverse) attribute.
|
||||
dim=\E[2m, blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m,
|
||||
# Enable (disable) standout mode.
|
||||
smso=\E[7m, rmso=\E[27m,
|
||||
# Enable (disable) underline mode.
|
||||
smul=\E[4m, rmul=\E[24m,
|
||||
# Enable (disable) italic mode.
|
||||
sitm=\E[3m, ritm=\E[23m,
|
||||
# Enable (disable) real bold (not intensity bright) mode. This is a
|
||||
# GNU extension.
|
||||
gsbom=\E[>1h, grbom=\E[>1l,
|
||||
# Enable (disable) alternative character set.
|
||||
smacs=\E[11m, rmacs=\E[10m,
|
||||
# Set all attributes.
|
||||
sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
|
||||
# Reset all attributes.
|
||||
sgr0=\E[0m,
|
|
@ -0,0 +1,23 @@
|
|||
usr/lib32/libncurses.so
|
||||
usr/lib32/libncursesw.so
|
||||
obj-32/lib/libtic.so usr/lib32
|
||||
obj-32/lib/libform.so usr/lib32
|
||||
obj-32/lib/libmenu.so usr/lib32
|
||||
obj-32/lib/libpanel.so usr/lib32
|
||||
obj-32/lib/libtinfo.so usr/lib32
|
||||
obj-32/lib/libncurses.a usr/lib32
|
||||
obj-32/lib/libncurses++.a usr/lib32
|
||||
obj-32/lib/libtic.a usr/lib32
|
||||
obj-32/lib/libform.a usr/lib32
|
||||
obj-32/lib/libmenu.a usr/lib32
|
||||
obj-32/lib/libpanel.a usr/lib32
|
||||
obj-32/lib/libtinfo.a usr/lib32
|
||||
obj-wide-32/lib/libformw.so usr/lib32
|
||||
obj-wide-32/lib/libmenuw.so usr/lib32
|
||||
obj-wide-32/lib/libpanelw.so usr/lib32
|
||||
obj-wide-32/lib/libncursesw.a usr/lib32
|
||||
obj-wide-32/lib/libncurses++w.a usr/lib32
|
||||
obj-wide-32/lib/libformw.a usr/lib32
|
||||
obj-wide-32/lib/libmenuw.a usr/lib32
|
||||
obj-wide-32/lib/libpanelw.a usr/lib32
|
||||
debian/libtermcap.so usr/lib32
|
|
@ -0,0 +1,4 @@
|
|||
lib32/libtinfo.so.6 usr/lib32/libtinfo.so
|
||||
usr/lib32/libncurses.so usr/lib32/libcurses.so
|
||||
usr/lib32/libncurses.a usr/lib32/libcurses.a
|
||||
usr/lib32/libtinfo.a usr/lib32/libtermcap.a
|
|
@ -0,0 +1,4 @@
|
|||
obj-32/lib/libncurses.so.* lib32
|
||||
obj-32/lib/libpanel.so.* usr/lib32
|
||||
obj-32/lib/libform.so.* usr/lib32
|
||||
obj-32/lib/libmenu.so.* usr/lib32
|
|
@ -0,0 +1 @@
|
|||
libncurses6.symbols
|
|
@ -0,0 +1,4 @@
|
|||
obj-wide-32/lib/libncursesw.so.* lib32
|
||||
obj-wide-32/lib/libpanelw.so.* usr/lib32
|
||||
obj-wide-32/lib/libformw.so.* usr/lib32
|
||||
obj-wide-32/lib/libmenuw.so.* usr/lib32
|
|
@ -0,0 +1 @@
|
|||
libncursesw6.symbols
|
|
@ -0,0 +1,2 @@
|
|||
obj-wide-32/lib/libtinfo.so.* lib32
|
||||
obj-wide-32/lib/libtic.so.* usr/lib32
|
|
@ -0,0 +1 @@
|
|||
libtinfo6.symbols
|
|
@ -0,0 +1,23 @@
|
|||
usr/lib64/libncurses.so
|
||||
usr/lib64/libncursesw.so
|
||||
obj-64/lib/libtic.so usr/lib64
|
||||
obj-64/lib/libform.so usr/lib64
|
||||
obj-64/lib/libmenu.so usr/lib64
|
||||
obj-64/lib/libpanel.so usr/lib64
|
||||
obj-64/lib/libtinfo.so usr/lib64
|
||||
obj-64/lib/libncurses.a usr/lib64
|
||||
obj-64/lib/libncurses++.a usr/lib64
|
||||
obj-64/lib/libtic.a usr/lib64
|
||||
obj-64/lib/libform.a usr/lib64
|
||||
obj-64/lib/libmenu.a usr/lib64
|
||||
obj-64/lib/libpanel.a usr/lib64
|
||||
obj-64/lib/libtinfo.a usr/lib64
|
||||
obj-wide-64/lib/libformw.so usr/lib64
|
||||
obj-wide-64/lib/libmenuw.so usr/lib64
|
||||
obj-wide-64/lib/libpanelw.so usr/lib64
|
||||
obj-wide-64/lib/libncursesw.a usr/lib64
|
||||
obj-wide-64/lib/libncurses++w.a usr/lib64
|
||||
obj-wide-64/lib/libformw.a usr/lib64
|
||||
obj-wide-64/lib/libmenuw.a usr/lib64
|
||||
obj-wide-64/lib/libpanelw.a usr/lib64
|
||||
debian/libtermcap.so usr/lib64
|
|
@ -0,0 +1,4 @@
|
|||
lib64/libtinfo.so.6 usr/lib64/libtinfo.so
|
||||
usr/lib64/libncurses.so usr/lib64/libcurses.so
|
||||
usr/lib64/libncurses.a usr/lib64/libcurses.a
|
||||
usr/lib64/libtinfo.a usr/lib64/libtermcap.a
|
|
@ -0,0 +1,4 @@
|
|||
obj-64/lib/libncurses.so.* lib64
|
||||
obj-64/lib/libpanel.so.* usr/lib64
|
||||
obj-64/lib/libform.so.* usr/lib64
|
||||
obj-64/lib/libmenu.so.* usr/lib64
|
|
@ -0,0 +1 @@
|
|||
libncurses6.symbols
|
|
@ -0,0 +1,4 @@
|
|||
obj-wide-64/lib/libncursesw.so.* lib64
|
||||
obj-wide-64/lib/libpanelw.so.* usr/lib64
|
||||
obj-wide-64/lib/libformw.so.* usr/lib64
|
||||
obj-wide-64/lib/libmenuw.so.* usr/lib64
|
|
@ -0,0 +1 @@
|
|||
libncursesw6.symbols
|
|
@ -0,0 +1,2 @@
|
|||
obj-wide-64/lib/libtinfo.so.* lib64
|
||||
obj-wide-64/lib/libtic.so.* usr/lib64
|
|
@ -0,0 +1 @@
|
|||
libtinfo6.symbols
|
|
@ -0,0 +1,9 @@
|
|||
usr/include/
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/*.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/*.a
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
|
||||
usr/bin/ncurses6-config
|
||||
usr/bin/ncursesw6-config
|
||||
usr/share/man/man1/ncursesw6-config.1
|
||||
debian/libtermcap.so usr/lib/${DEB_HOST_MULTIARCH}
|
||||
misc/ncurses.supp usr/lib/valgrind/
|
|
@ -0,0 +1,7 @@
|
|||
lib/${DEB_HOST_MULTIARCH}/libtinfo.so.6 usr/lib/${DEB_HOST_MULTIARCH}/libtinfo.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libncurses.so usr/lib/${DEB_HOST_MULTIARCH}/libcurses.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libtinfo.a usr/lib/${DEB_HOST_MULTIARCH}/libtermcap.a
|
||||
usr/bin/ncurses6-config usr/bin/ncurses5-config
|
||||
usr/bin/ncursesw6-config usr/bin/ncursesw5-config
|
||||
usr/share/man/man1/ncurses6-config.1 usr/share/man/man1/ncurses5-config.1
|
||||
usr/share/man/man1/ncursesw6-config.1 usr/share/man/man1/ncursesw5-config.1
|
|
@ -0,0 +1 @@
|
|||
obj/man/ncurses6-config.1
|
|
@ -0,0 +1,4 @@
|
|||
obj-legacy/lib/libncurses.so.* lib/${DEB_HOST_MULTIARCH}/
|
||||
obj-legacy/lib/libpanel.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
||||
obj-legacy/lib/libform.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
||||
obj-legacy/lib/libmenu.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
|
@ -0,0 +1,572 @@
|
|||
libform.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
TYPE_ALNUM@NCURSES_5.0.19991023 6
|
||||
TYPE_ALPHA@NCURSES_5.0.19991023 6
|
||||
TYPE_ENUM@NCURSES_5.0.19991023 6
|
||||
TYPE_INTEGER@NCURSES_5.0.19991023 6
|
||||
TYPE_IPV4@NCURSES_5.0.19991023 6
|
||||
TYPE_NUMERIC@NCURSES_5.0.19991023 6
|
||||
TYPE_REGEXP@NCURSES_5.0.19991023 6
|
||||
_nc_Default_Field@NCURSES_5.0.19991023 6
|
||||
_nc_Default_Form@NCURSES_5.0.19991023 6
|
||||
current_field@NCURSES_5.0.19991023 6
|
||||
data_ahead@NCURSES_5.0.19991023 6
|
||||
data_behind@NCURSES_5.0.19991023 6
|
||||
dup_field@NCURSES_5.0.19991023 6
|
||||
dynamic_field_info@NCURSES_5.0.19991023 6
|
||||
field_arg@NCURSES_5.0.19991023 6
|
||||
field_back@NCURSES_5.0.19991023 6
|
||||
field_buffer@NCURSES_5.0.19991023 6
|
||||
field_count@NCURSES_5.0.19991023 6
|
||||
field_fore@NCURSES_5.0.19991023 6
|
||||
field_index@NCURSES_5.0.19991023 6
|
||||
field_info@NCURSES_5.0.19991023 6
|
||||
field_init@NCURSES_5.0.19991023 6
|
||||
field_just@NCURSES_5.0.19991023 6
|
||||
field_opts@NCURSES_5.0.19991023 6
|
||||
field_opts_off@NCURSES_5.0.19991023 6
|
||||
field_opts_on@NCURSES_5.0.19991023 6
|
||||
field_pad@NCURSES_5.0.19991023 6
|
||||
field_status@NCURSES_5.0.19991023 6
|
||||
field_term@NCURSES_5.0.19991023 6
|
||||
field_type@NCURSES_5.0.19991023 6
|
||||
field_userptr@NCURSES_5.0.19991023 6
|
||||
form_driver@NCURSES_5.0.19991023 6
|
||||
form_fields@NCURSES_5.0.19991023 6
|
||||
form_init@NCURSES_5.0.19991023 6
|
||||
form_opts@NCURSES_5.0.19991023 6
|
||||
form_opts_off@NCURSES_5.0.19991023 6
|
||||
form_opts_on@NCURSES_5.0.19991023 6
|
||||
form_page@NCURSES_5.0.19991023 6
|
||||
form_request_by_name@NCURSES_5.0.19991023 6
|
||||
form_request_name@NCURSES_5.0.19991023 6
|
||||
form_sub@NCURSES_5.0.19991023 6
|
||||
form_term@NCURSES_5.0.19991023 6
|
||||
form_userptr@NCURSES_5.0.19991023 6
|
||||
form_win@NCURSES_5.0.19991023 6
|
||||
free_field@NCURSES_5.0.19991023 6
|
||||
free_fieldtype@NCURSES_5.0.19991023 6
|
||||
free_form@NCURSES_5.0.19991023 6
|
||||
link_field@NCURSES_5.0.19991023 6
|
||||
link_fieldtype@NCURSES_5.0.19991023 6
|
||||
move_field@NCURSES_5.0.19991023 6
|
||||
new_field@NCURSES_5.0.19991023 6
|
||||
new_fieldtype@NCURSES_5.0.19991023 6
|
||||
new_form@NCURSES_5.0.19991023 6
|
||||
new_page@NCURSES_5.0.19991023 6
|
||||
pos_form_cursor@NCURSES_5.0.19991023 6
|
||||
post_form@NCURSES_5.0.19991023 6
|
||||
scale_form@NCURSES_5.0.19991023 6
|
||||
set_current_field@NCURSES_5.0.19991023 6
|
||||
set_field_back@NCURSES_5.0.19991023 6
|
||||
set_field_buffer@NCURSES_5.0.19991023 6
|
||||
set_field_fore@NCURSES_5.0.19991023 6
|
||||
set_field_init@NCURSES_5.0.19991023 6
|
||||
set_field_just@NCURSES_5.0.19991023 6
|
||||
set_field_opts@NCURSES_5.0.19991023 6
|
||||
set_field_pad@NCURSES_5.0.19991023 6
|
||||
set_field_status@NCURSES_5.0.19991023 6
|
||||
set_field_term@NCURSES_5.0.19991023 6
|
||||
set_field_type@NCURSES_5.0.19991023 6
|
||||
set_field_userptr@NCURSES_5.0.19991023 6
|
||||
set_fieldtype_arg@NCURSES_5.0.19991023 6
|
||||
set_fieldtype_choice@NCURSES_5.0.19991023 6
|
||||
set_form_fields@NCURSES_5.0.19991023 6
|
||||
set_form_init@NCURSES_5.0.19991023 6
|
||||
set_form_opts@NCURSES_5.0.19991023 6
|
||||
set_form_page@NCURSES_5.0.19991023 6
|
||||
set_form_sub@NCURSES_5.0.19991023 6
|
||||
set_form_term@NCURSES_5.0.19991023 6
|
||||
set_form_userptr@NCURSES_5.0.19991023 6
|
||||
set_form_win@NCURSES_5.0.19991023 6
|
||||
set_max_field@NCURSES_5.0.19991023 6
|
||||
set_new_page@NCURSES_5.0.19991023 6
|
||||
unfocus_current_field@NCURSES_6.1.20171230 6.1
|
||||
unpost_form@NCURSES_5.0.19991023 6
|
||||
libmenu.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
current_item@NCURSES_5.0.19991023 6
|
||||
free_item@NCURSES_5.0.19991023 6
|
||||
free_menu@NCURSES_5.0.19991023 6
|
||||
item_count@NCURSES_5.0.19991023 6
|
||||
item_description@NCURSES_5.0.19991023 6
|
||||
item_index@NCURSES_5.0.19991023 6
|
||||
item_init@NCURSES_5.0.19991023 6
|
||||
item_name@NCURSES_5.0.19991023 6
|
||||
item_opts@NCURSES_5.0.19991023 6
|
||||
item_opts_off@NCURSES_5.0.19991023 6
|
||||
item_opts_on@NCURSES_5.0.19991023 6
|
||||
item_term@NCURSES_5.0.19991023 6
|
||||
item_userptr@NCURSES_5.0.19991023 6
|
||||
item_value@NCURSES_5.0.19991023 6
|
||||
item_visible@NCURSES_5.0.19991023 6
|
||||
menu_back@NCURSES_5.0.19991023 6
|
||||
menu_driver@NCURSES_5.0.19991023 6
|
||||
menu_fore@NCURSES_5.0.19991023 6
|
||||
menu_format@NCURSES_5.0.19991023 6
|
||||
menu_grey@NCURSES_5.0.19991023 6
|
||||
menu_init@NCURSES_5.0.19991023 6
|
||||
menu_items@NCURSES_5.0.19991023 6
|
||||
menu_mark@NCURSES_5.0.19991023 6
|
||||
menu_opts@NCURSES_5.0.19991023 6
|
||||
menu_opts_off@NCURSES_5.0.19991023 6
|
||||
menu_opts_on@NCURSES_5.0.19991023 6
|
||||
menu_pad@NCURSES_5.0.19991023 6
|
||||
menu_pattern@NCURSES_5.0.19991023 6
|
||||
menu_request_by_name@NCURSES_5.0.19991023 6
|
||||
menu_request_name@NCURSES_5.0.19991023 6
|
||||
menu_spacing@NCURSES_5.0.19991023 6
|
||||
menu_sub@NCURSES_5.0.19991023 6
|
||||
menu_term@NCURSES_5.0.19991023 6
|
||||
menu_userptr@NCURSES_5.0.19991023 6
|
||||
menu_win@NCURSES_5.0.19991023 6
|
||||
new_item@NCURSES_5.0.19991023 6
|
||||
new_menu@NCURSES_5.0.19991023 6
|
||||
pos_menu_cursor@NCURSES_5.0.19991023 6
|
||||
post_menu@NCURSES_5.0.19991023 6
|
||||
scale_menu@NCURSES_5.0.19991023 6
|
||||
set_current_item@NCURSES_5.0.19991023 6
|
||||
set_item_init@NCURSES_5.0.19991023 6
|
||||
set_item_opts@NCURSES_5.0.19991023 6
|
||||
set_item_term@NCURSES_5.0.19991023 6
|
||||
set_item_userptr@NCURSES_5.0.19991023 6
|
||||
set_item_value@NCURSES_5.0.19991023 6
|
||||
set_menu_back@NCURSES_5.0.19991023 6
|
||||
set_menu_fore@NCURSES_5.0.19991023 6
|
||||
set_menu_format@NCURSES_5.0.19991023 6
|
||||
set_menu_grey@NCURSES_5.0.19991023 6
|
||||
set_menu_init@NCURSES_5.0.19991023 6
|
||||
set_menu_items@NCURSES_5.0.19991023 6
|
||||
set_menu_mark@NCURSES_5.0.19991023 6
|
||||
set_menu_opts@NCURSES_5.0.19991023 6
|
||||
set_menu_pad@NCURSES_5.0.19991023 6
|
||||
set_menu_pattern@NCURSES_5.0.19991023 6
|
||||
set_menu_spacing@NCURSES_5.0.19991023 6
|
||||
set_menu_sub@NCURSES_5.0.19991023 6
|
||||
set_menu_term@NCURSES_5.0.19991023 6
|
||||
set_menu_userptr@NCURSES_5.0.19991023 6
|
||||
set_menu_win@NCURSES_5.0.19991023 6
|
||||
set_top_row@NCURSES_5.0.19991023 6
|
||||
top_row@NCURSES_5.0.19991023 6
|
||||
unpost_menu@NCURSES_5.0.19991023 6
|
||||
libncurses.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
COLORS@NCURSES_5.0.19991023 6
|
||||
COLOR_PAIR@NCURSES_5.0.19991023 6
|
||||
COLOR_PAIRS@NCURSES_5.0.19991023 6
|
||||
ESCDELAY@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
PAIR_NUMBER@NCURSES_5.0.19991023 6
|
||||
_nc_free_and_exit@NCURSES_5.0.19991023 6
|
||||
_nc_freeall@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_has_mouse@NCURSES_5.0.19991023 6
|
||||
_nc_panelhook@NCURSES_5.0.19991023 6
|
||||
_nc_ripoffline@NCURSES_5.0.19991023 6
|
||||
addch@NCURSES_5.0.19991023 6
|
||||
addchnstr@NCURSES_5.0.19991023 6
|
||||
addchstr@NCURSES_5.0.19991023 6
|
||||
addnstr@NCURSES_5.0.19991023 6
|
||||
addstr@NCURSES_5.0.19991023 6
|
||||
assume_default_colors@NCURSES_5.1.20000708 6
|
||||
attr_get@NCURSES_5.0.19991023 6
|
||||
attr_off@NCURSES_5.0.19991023 6
|
||||
attr_on@NCURSES_5.0.19991023 6
|
||||
attr_set@NCURSES_5.0.19991023 6
|
||||
attroff@NCURSES_5.0.19991023 6
|
||||
attron@NCURSES_5.0.19991023 6
|
||||
attrset@NCURSES_5.0.19991023 6
|
||||
beep@NCURSES_5.0.19991023 6
|
||||
bkgd@NCURSES_5.0.19991023 6
|
||||
bkgdset@NCURSES_5.0.19991023 6
|
||||
border@NCURSES_5.0.19991023 6
|
||||
box@NCURSES_5.0.19991023 6
|
||||
can_change_color@NCURSES_5.0.19991023 6
|
||||
chgat@NCURSES_5.0.19991023 6
|
||||
clear@NCURSES_5.0.19991023 6
|
||||
clearok@NCURSES_5.0.19991023 6
|
||||
clrtobot@NCURSES_5.0.19991023 6
|
||||
clrtoeol@NCURSES_5.0.19991023 6
|
||||
color_content@NCURSES_5.0.19991023 6
|
||||
color_set@NCURSES_5.0.19991023 6
|
||||
copywin@NCURSES_5.0.19991023 6
|
||||
delch@NCURSES_5.0.19991023 6
|
||||
deleteln@NCURSES_5.0.19991023 6
|
||||
delscreen@NCURSES_5.0.19991023 6
|
||||
delwin@NCURSES_5.0.19991023 6
|
||||
derwin@NCURSES_5.0.19991023 6
|
||||
doupdate@NCURSES_5.0.19991023 6
|
||||
dupwin@NCURSES_5.0.19991023 6
|
||||
echo@NCURSES_5.0.19991023 6
|
||||
echochar@NCURSES_5.0.19991023 6
|
||||
endwin@NCURSES_5.0.19991023 6
|
||||
erase@NCURSES_5.1.20000708 6
|
||||
exit_curses@NCURSES_6.2.20200212 6.2
|
||||
filter@NCURSES_5.0.19991023 6
|
||||
flash@NCURSES_5.0.19991023 6
|
||||
get_escdelay@NCURSES_5.8.20110226 6
|
||||
getattrs@NCURSES_5.7.20081102 6
|
||||
getbegx@NCURSES_5.6.20061217 6
|
||||
getbegy@NCURSES_5.6.20061217 6
|
||||
getbkgd@NCURSES_5.0.19991023 6
|
||||
getch@NCURSES_5.0.19991023 6
|
||||
getcurx@NCURSES_5.6.20061217 6
|
||||
getcury@NCURSES_5.6.20061217 6
|
||||
getmaxx@NCURSES_5.6.20061217 6
|
||||
getmaxy@NCURSES_5.6.20061217 6
|
||||
getmouse@NCURSES_5.0.19991023 6
|
||||
getnstr@NCURSES_5.0.19991023 6
|
||||
getparx@NCURSES_5.6.20061217 6
|
||||
getpary@NCURSES_5.6.20061217 6
|
||||
getstr@NCURSES_5.0.19991023 6
|
||||
getwin@NCURSES_5.0.19991023 6
|
||||
has_colors@NCURSES_5.0.19991023 6
|
||||
has_mouse@NCURSES_5.8.20110226 6
|
||||
hline@NCURSES_5.0.19991023 6
|
||||
immedok@NCURSES_5.0.19991023 6
|
||||
inch@NCURSES_5.0.19991023 6
|
||||
inchnstr@NCURSES_5.0.19991023 6
|
||||
inchstr@NCURSES_5.0.19991023 6
|
||||
init_color@NCURSES_5.0.19991023 6
|
||||
init_pair@NCURSES_5.0.19991023 6
|
||||
initscr@NCURSES_5.0.19991023 6
|
||||
innstr@NCURSES_5.0.19991023 6
|
||||
insch@NCURSES_5.0.19991023 6
|
||||
insdelln@NCURSES_5.0.19991023 6
|
||||
insertln@NCURSES_5.0.19991023 6
|
||||
insnstr@NCURSES_5.0.19991023 6
|
||||
insstr@NCURSES_5.0.19991023 6
|
||||
instr@NCURSES_5.0.19991023 6
|
||||
is_cleared@NCURSES_5.7.20081102 6
|
||||
is_idcok@NCURSES_5.7.20081102 6
|
||||
is_idlok@NCURSES_5.7.20081102 6
|
||||
is_immedok@NCURSES_5.7.20081102 6
|
||||
is_keypad@NCURSES_5.7.20081102 6
|
||||
is_leaveok@NCURSES_5.7.20081102 6
|
||||
is_linetouched@NCURSES_5.0.19991023 6
|
||||
is_nodelay@NCURSES_5.7.20081102 6
|
||||
is_notimeout@NCURSES_5.7.20081102 6
|
||||
is_pad@NCURSES_5.8.20110226 6
|
||||
is_scrollok@NCURSES_5.7.20081102 6
|
||||
is_subwin@NCURSES_5.8.20110226 6
|
||||
is_syncok@NCURSES_5.7.20081102 6
|
||||
is_term_resized@NCURSES_5.3.20021019 6
|
||||
is_wintouched@NCURSES_5.0.19991023 6
|
||||
isendwin@NCURSES_5.0.19991023 6
|
||||
leaveok@NCURSES_5.0.19991023 6
|
||||
mcprint@NCURSES_5.0.19991023 6
|
||||
mouse_trafo@NCURSES_5.0.19991023 6
|
||||
mouseinterval@NCURSES_5.0.19991023 6
|
||||
mousemask@NCURSES_5.0.19991023 6
|
||||
move@NCURSES_5.0.19991023 6
|
||||
mvaddch@NCURSES_5.0.19991023 6
|
||||
mvaddchnstr@NCURSES_5.0.19991023 6
|
||||
mvaddchstr@NCURSES_5.0.19991023 6
|
||||
mvaddnstr@NCURSES_5.0.19991023 6
|
||||
mvaddstr@NCURSES_5.0.19991023 6
|
||||
mvchgat@NCURSES_5.0.19991023 6
|
||||
mvcur@NCURSES_5.0.19991023 6
|
||||
mvdelch@NCURSES_5.0.19991023 6
|
||||
mvderwin@NCURSES_5.0.19991023 6
|
||||
mvgetch@NCURSES_5.0.19991023 6
|
||||
mvgetnstr@NCURSES_5.0.19991023 6
|
||||
mvgetstr@NCURSES_5.0.19991023 6
|
||||
mvhline@NCURSES_5.0.19991023 6
|
||||
mvinch@NCURSES_5.0.19991023 6
|
||||
mvinchnstr@NCURSES_5.0.19991023 6
|
||||
mvinchstr@NCURSES_5.0.19991023 6
|
||||
mvinnstr@NCURSES_5.0.19991023 6
|
||||
mvinsch@NCURSES_5.0.19991023 6
|
||||
mvinsnstr@NCURSES_5.0.19991023 6
|
||||
mvinsstr@NCURSES_5.0.19991023 6
|
||||
mvinstr@NCURSES_5.0.19991023 6
|
||||
mvprintw@NCURSES_5.0.19991023 6
|
||||
mvscanw@NCURSES_5.0.19991023 6
|
||||
mvvline@NCURSES_5.0.19991023 6
|
||||
mvwaddch@NCURSES_5.0.19991023 6
|
||||
mvwaddchnstr@NCURSES_5.0.19991023 6
|
||||
mvwaddchstr@NCURSES_5.0.19991023 6
|
||||
mvwaddnstr@NCURSES_5.0.19991023 6
|
||||
mvwaddstr@NCURSES_5.0.19991023 6
|
||||
mvwchgat@NCURSES_5.0.19991023 6
|
||||
mvwdelch@NCURSES_5.0.19991023 6
|
||||
mvwgetch@NCURSES_5.0.19991023 6
|
||||
mvwgetnstr@NCURSES_5.0.19991023 6
|
||||
mvwgetstr@NCURSES_5.0.19991023 6
|
||||
mvwhline@NCURSES_5.0.19991023 6
|
||||
mvwin@NCURSES_5.0.19991023 6
|
||||
mvwinch@NCURSES_5.0.19991023 6
|
||||
mvwinchnstr@NCURSES_5.0.19991023 6
|
||||
mvwinchstr@NCURSES_5.0.19991023 6
|
||||
mvwinnstr@NCURSES_5.0.19991023 6
|
||||
mvwinsch@NCURSES_5.0.19991023 6
|
||||
mvwinsnstr@NCURSES_5.0.19991023 6
|
||||
mvwinsstr@NCURSES_5.0.19991023 6
|
||||
mvwinstr@NCURSES_5.0.19991023 6
|
||||
mvwprintw@NCURSES_5.0.19991023 6
|
||||
mvwscanw@NCURSES_5.0.19991023 6
|
||||
mvwvline@NCURSES_5.0.19991023 6
|
||||
newpad@NCURSES_5.0.19991023 6
|
||||
newterm@NCURSES_5.0.19991023 6
|
||||
newwin@NCURSES_5.0.19991023 6
|
||||
nl@NCURSES_5.0.19991023 6
|
||||
noecho@NCURSES_5.0.19991023 6
|
||||
nofilter@NCURSES_5.6.20061217 6
|
||||
nonl@NCURSES_5.0.19991023 6
|
||||
overlay@NCURSES_5.0.19991023 6
|
||||
overwrite@NCURSES_5.0.19991023 6
|
||||
pair_content@NCURSES_5.0.19991023 6
|
||||
pechochar@NCURSES_5.0.19991023 6
|
||||
pnoutrefresh@NCURSES_5.0.19991023 6
|
||||
prefresh@NCURSES_5.0.19991023 6
|
||||
printw@NCURSES_5.0.19991023 6
|
||||
putwin@NCURSES_5.0.19991023 6
|
||||
redrawwin@NCURSES_5.0.19991023 6
|
||||
refresh@NCURSES_5.0.19991023 6
|
||||
resize_term@NCURSES_5.3.20021019 6
|
||||
resizeterm@NCURSES_5.0.19991023 6
|
||||
restartterm@NCURSES_5.0.19991023 6
|
||||
ripoffline@NCURSES_5.0.19991023 6
|
||||
scanw@NCURSES_5.0.19991023 6
|
||||
scr_dump@NCURSES_5.0.19991023 6
|
||||
scr_init@NCURSES_5.0.19991023 6
|
||||
scr_restore@NCURSES_5.0.19991023 6
|
||||
scr_set@NCURSES_5.0.19991023 6
|
||||
scrl@NCURSES_5.0.19991023 6
|
||||
scroll@NCURSES_5.0.19991023 6
|
||||
scrollok@NCURSES_5.0.19991023 6
|
||||
set_escdelay@NCURSES_5.7.20081102 6
|
||||
set_term@NCURSES_5.0.19991023 6
|
||||
setscrreg@NCURSES_5.0.19991023 6
|
||||
slk_attr@NCURSES_5.0.19991023 6
|
||||
slk_attr_set@NCURSES_5.0.19991023 6
|
||||
slk_attroff@NCURSES_5.0.19991023 6
|
||||
slk_attron@NCURSES_5.0.19991023 6
|
||||
slk_attrset@NCURSES_5.0.19991023 6
|
||||
slk_clear@NCURSES_5.0.19991023 6
|
||||
slk_color@NCURSES_5.0.19991023 6
|
||||
slk_init@NCURSES_5.0.19991023 6
|
||||
slk_label@NCURSES_5.0.19991023 6
|
||||
slk_noutrefresh@NCURSES_5.0.19991023 6
|
||||
slk_refresh@NCURSES_5.0.19991023 6
|
||||
slk_restore@NCURSES_5.0.19991023 6
|
||||
slk_set@NCURSES_5.0.19991023 6
|
||||
slk_touch@NCURSES_5.0.19991023 6
|
||||
standend@NCURSES_5.0.19991023 6
|
||||
standout@NCURSES_5.0.19991023 6
|
||||
start_color@NCURSES_5.0.19991023 6
|
||||
subpad@NCURSES_5.0.19991023 6
|
||||
subwin@NCURSES_5.0.19991023 6
|
||||
syncok@NCURSES_5.0.19991023 6
|
||||
termattrs@NCURSES_5.0.19991023 6
|
||||
timeout@NCURSES_5.0.19991023 6
|
||||
touchline@NCURSES_5.1.20000708 6
|
||||
touchwin@NCURSES_5.1.20000708 6
|
||||
ungetch@NCURSES_5.0.19991023 6
|
||||
ungetmouse@NCURSES_5.0.19991023 6
|
||||
untouchwin@NCURSES_5.0.19991023 6
|
||||
use_default_colors@NCURSES_5.0.19991023 6
|
||||
use_legacy_coding@NCURSES_5.6.20061217 6
|
||||
use_screen@NCURSES_5.7.20081102 6
|
||||
use_window@NCURSES_5.7.20081102 6
|
||||
vidattr@NCURSES_5.0.19991023 6
|
||||
vidputs@NCURSES_5.0.19991023 6
|
||||
vline@NCURSES_5.0.19991023 6
|
||||
vw_printw@NCURSES_5.0.19991023 6
|
||||
vw_scanw@NCURSES_5.0.19991023 6
|
||||
vwprintw@NCURSES_5.0.19991023 6
|
||||
vwscanw@NCURSES_5.0.19991023 6
|
||||
waddch@NCURSES_5.0.19991023 6
|
||||
waddchnstr@NCURSES_5.0.19991023 6
|
||||
waddchstr@NCURSES_5.0.19991023 6
|
||||
waddnstr@NCURSES_5.0.19991023 6
|
||||
waddstr@NCURSES_5.0.19991023 6
|
||||
wattr_get@NCURSES_5.0.19991023 6
|
||||
wattr_off@NCURSES_5.0.19991023 6
|
||||
wattr_on@NCURSES_5.0.19991023 6
|
||||
wattr_set@NCURSES_5.0.19991023 6
|
||||
wattroff@NCURSES_5.0.19991023 6
|
||||
wattron@NCURSES_5.0.19991023 6
|
||||
wattrset@NCURSES_5.0.19991023 6
|
||||
wbkgd@NCURSES_5.0.19991023 6
|
||||
wbkgdset@NCURSES_5.0.19991023 6
|
||||
wborder@NCURSES_5.0.19991023 6
|
||||
wchgat@NCURSES_5.0.19991023 6
|
||||
wclear@NCURSES_5.0.19991023 6
|
||||
wclrtobot@NCURSES_5.0.19991023 6
|
||||
wclrtoeol@NCURSES_5.0.19991023 6
|
||||
wcolor_set@NCURSES_5.0.19991023 6
|
||||
wcursyncup@NCURSES_5.0.19991023 6
|
||||
wdelch@NCURSES_5.0.19991023 6
|
||||
wdeleteln@NCURSES_5.0.19991023 6
|
||||
wechochar@NCURSES_5.0.19991023 6
|
||||
wenclose@NCURSES_5.0.19991023 6
|
||||
werase@NCURSES_5.0.19991023 6
|
||||
wgetch@NCURSES_5.0.19991023 6
|
||||
wgetdelay@NCURSES_5.9.20150530 6
|
||||
wgetnstr@NCURSES_5.0.19991023 6
|
||||
wgetparent@NCURSES_5.7.20081102 6
|
||||
wgetscrreg@NCURSES_5.7.20081102 6
|
||||
wgetstr@NCURSES_5.0.19991023 6
|
||||
whline@NCURSES_5.0.19991023 6
|
||||
winch@NCURSES_5.0.19991023 6
|
||||
winchnstr@NCURSES_5.0.19991023 6
|
||||
winchstr@NCURSES_5.0.19991023 6
|
||||
winnstr@NCURSES_5.0.19991023 6
|
||||
winsch@NCURSES_5.0.19991023 6
|
||||
winsdelln@NCURSES_5.0.19991023 6
|
||||
winsertln@NCURSES_5.0.19991023 6
|
||||
winsnstr@NCURSES_5.0.19991023 6
|
||||
winsstr@NCURSES_5.0.19991023 6
|
||||
winstr@NCURSES_5.0.19991023 6
|
||||
wmouse_trafo@NCURSES_5.0.19991023 6
|
||||
wmove@NCURSES_5.0.19991023 6
|
||||
wnoutrefresh@NCURSES_5.0.19991023 6
|
||||
wprintw@NCURSES_5.0.19991023 6
|
||||
wredrawln@NCURSES_5.0.19991023 6
|
||||
wrefresh@NCURSES_5.0.19991023 6
|
||||
wresize@NCURSES_5.0.19991023 6
|
||||
wscanw@NCURSES_5.0.19991023 6
|
||||
wscrl@NCURSES_5.0.19991023 6
|
||||
wsetscrreg@NCURSES_5.0.19991023 6
|
||||
wstandend@NCURSES_5.0.19991023 6
|
||||
wstandout@NCURSES_5.0.19991023 6
|
||||
wsyncdown@NCURSES_5.0.19991023 6
|
||||
wsyncup@NCURSES_5.0.19991023 6
|
||||
wtouchln@NCURSES_5.0.19991023 6
|
||||
wvline@NCURSES_5.0.19991023 6
|
||||
libpanel.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
bottom_panel@NCURSES_5.0.19991023 6
|
||||
del_panel@NCURSES_5.0.19991023 6
|
||||
hide_panel@NCURSES_5.0.19991023 6
|
||||
move_panel@NCURSES_5.0.19991023 6
|
||||
new_panel@NCURSES_5.0.19991023 6
|
||||
panel_above@NCURSES_5.0.19991023 6
|
||||
panel_below@NCURSES_5.0.19991023 6
|
||||
panel_hidden@NCURSES_5.0.19991023 6
|
||||
panel_userptr@NCURSES_5.0.19991023 6
|
||||
panel_window@NCURSES_5.0.19991023 6
|
||||
replace_panel@NCURSES_5.0.19991023 6
|
||||
set_panel_userptr@NCURSES_5.0.19991023 6
|
||||
show_panel@NCURSES_5.0.19991023 6
|
||||
top_panel@NCURSES_5.0.19991023 6
|
||||
update_panels@NCURSES_5.0.19991023 6
|
|
@ -0,0 +1,4 @@
|
|||
usr/lib/${DEB_HOST_MULTIARCH}/libncurses.so.* lib/${DEB_HOST_MULTIARCH}/
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libpanel.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libform.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libmenu.so.*
|
|
@ -0,0 +1,635 @@
|
|||
libform.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_5.0.19991023@NCURSES6_5.0.19991023 6
|
||||
NCURSES6_5.1.20000708@NCURSES6_5.1.20000708 6
|
||||
NCURSES6_5.3.20021019@NCURSES6_5.3.20021019 6
|
||||
NCURSES6_5.4.20040208@NCURSES6_5.4.20040208 6
|
||||
NCURSES6_5.5.20051010@NCURSES6_5.5.20051010 6
|
||||
NCURSES6_5.6.20061217@NCURSES6_5.6.20061217 6
|
||||
NCURSES6_5.7.20081102@NCURSES6_5.7.20081102 6
|
||||
NCURSES6_5.8.20110226@NCURSES6_5.8.20110226 6
|
||||
NCURSES6_5.9.20150530@NCURSES6_5.9.20150530 6
|
||||
NCURSES6_6.1.20171230@NCURSES6_6.1.20171230 6.1
|
||||
NCURSES6_6.2.20200212@NCURSES6_6.2.20200212 6.2
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
TYPE_ALNUM@NCURSES6_5.0.19991023 6
|
||||
TYPE_ALPHA@NCURSES6_5.0.19991023 6
|
||||
TYPE_ENUM@NCURSES6_5.0.19991023 6
|
||||
TYPE_INTEGER@NCURSES6_5.0.19991023 6
|
||||
TYPE_IPV4@NCURSES6_5.0.19991023 6
|
||||
TYPE_NUMERIC@NCURSES6_5.0.19991023 6
|
||||
TYPE_REGEXP@NCURSES6_5.0.19991023 6
|
||||
current_field@NCURSES6_5.0.19991023 6
|
||||
data_ahead@NCURSES6_5.0.19991023 6
|
||||
data_behind@NCURSES6_5.0.19991023 6
|
||||
dup_field@NCURSES6_5.0.19991023 6
|
||||
dynamic_field_info@NCURSES6_5.0.19991023 6
|
||||
field_arg@NCURSES6_5.0.19991023 6
|
||||
field_back@NCURSES6_5.0.19991023 6
|
||||
field_buffer@NCURSES6_5.0.19991023 6
|
||||
field_count@NCURSES6_5.0.19991023 6
|
||||
field_fore@NCURSES6_5.0.19991023 6
|
||||
field_index@NCURSES6_5.0.19991023 6
|
||||
field_info@NCURSES6_5.0.19991023 6
|
||||
field_init@NCURSES6_5.0.19991023 6
|
||||
field_just@NCURSES6_5.0.19991023 6
|
||||
field_opts@NCURSES6_5.0.19991023 6
|
||||
field_opts_off@NCURSES6_5.0.19991023 6
|
||||
field_opts_on@NCURSES6_5.0.19991023 6
|
||||
field_pad@NCURSES6_5.0.19991023 6
|
||||
field_status@NCURSES6_5.0.19991023 6
|
||||
field_term@NCURSES6_5.0.19991023 6
|
||||
field_type@NCURSES6_5.0.19991023 6
|
||||
field_userptr@NCURSES6_5.0.19991023 6
|
||||
form_driver@NCURSES6_5.0.19991023 6
|
||||
form_fields@NCURSES6_5.0.19991023 6
|
||||
form_init@NCURSES6_5.0.19991023 6
|
||||
form_opts@NCURSES6_5.0.19991023 6
|
||||
form_opts_off@NCURSES6_5.0.19991023 6
|
||||
form_opts_on@NCURSES6_5.0.19991023 6
|
||||
form_page@NCURSES6_5.0.19991023 6
|
||||
form_request_by_name@NCURSES6_5.0.19991023 6
|
||||
form_request_name@NCURSES6_5.0.19991023 6
|
||||
form_sub@NCURSES6_5.0.19991023 6
|
||||
form_term@NCURSES6_5.0.19991023 6
|
||||
form_userptr@NCURSES6_5.0.19991023 6
|
||||
form_win@NCURSES6_5.0.19991023 6
|
||||
free_field@NCURSES6_5.0.19991023 6
|
||||
free_fieldtype@NCURSES6_5.0.19991023 6
|
||||
free_form@NCURSES6_5.0.19991023 6
|
||||
link_field@NCURSES6_5.0.19991023 6
|
||||
link_fieldtype@NCURSES6_5.0.19991023 6
|
||||
move_field@NCURSES6_5.0.19991023 6
|
||||
new_field@NCURSES6_5.0.19991023 6
|
||||
new_fieldtype@NCURSES6_5.0.19991023 6
|
||||
new_form@NCURSES6_5.0.19991023 6
|
||||
new_form_sp@NCURSES6_5.8.20110226 6
|
||||
new_page@NCURSES6_5.0.19991023 6
|
||||
pos_form_cursor@NCURSES6_5.0.19991023 6
|
||||
post_form@NCURSES6_5.0.19991023 6
|
||||
scale_form@NCURSES6_5.0.19991023 6
|
||||
set_current_field@NCURSES6_5.0.19991023 6
|
||||
set_field_back@NCURSES6_5.0.19991023 6
|
||||
set_field_buffer@NCURSES6_5.0.19991023 6
|
||||
set_field_fore@NCURSES6_5.0.19991023 6
|
||||
set_field_init@NCURSES6_5.0.19991023 6
|
||||
set_field_just@NCURSES6_5.0.19991023 6
|
||||
set_field_opts@NCURSES6_5.0.19991023 6
|
||||
set_field_pad@NCURSES6_5.0.19991023 6
|
||||
set_field_status@NCURSES6_5.0.19991023 6
|
||||
set_field_term@NCURSES6_5.0.19991023 6
|
||||
set_field_type@NCURSES6_5.0.19991023 6
|
||||
set_field_userptr@NCURSES6_5.0.19991023 6
|
||||
set_fieldtype_arg@NCURSES6_5.0.19991023 6
|
||||
set_fieldtype_choice@NCURSES6_5.0.19991023 6
|
||||
set_form_fields@NCURSES6_5.0.19991023 6
|
||||
set_form_init@NCURSES6_5.0.19991023 6
|
||||
set_form_opts@NCURSES6_5.0.19991023 6
|
||||
set_form_page@NCURSES6_5.0.19991023 6
|
||||
set_form_sub@NCURSES6_5.0.19991023 6
|
||||
set_form_term@NCURSES6_5.0.19991023 6
|
||||
set_form_userptr@NCURSES6_5.0.19991023 6
|
||||
set_form_win@NCURSES6_5.0.19991023 6
|
||||
set_max_field@NCURSES6_5.0.19991023 6
|
||||
set_new_page@NCURSES6_5.0.19991023 6
|
||||
unfocus_current_field@NCURSES6_6.1.20171230 6.1
|
||||
unpost_form@NCURSES6_5.0.19991023 6
|
||||
libmenu.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_5.0.19991023@NCURSES6_5.0.19991023 6
|
||||
NCURSES6_5.1.20000708@NCURSES6_5.1.20000708 6
|
||||
NCURSES6_5.3.20021019@NCURSES6_5.3.20021019 6
|
||||
NCURSES6_5.4.20040208@NCURSES6_5.4.20040208 6
|
||||
NCURSES6_5.5.20051010@NCURSES6_5.5.20051010 6
|
||||
NCURSES6_5.6.20061217@NCURSES6_5.6.20061217 6
|
||||
NCURSES6_5.7.20081102@NCURSES6_5.7.20081102 6
|
||||
NCURSES6_5.8.20110226@NCURSES6_5.8.20110226 6
|
||||
NCURSES6_5.9.20150530@NCURSES6_5.9.20150530 6
|
||||
NCURSES6_6.1.20171230@NCURSES6_6.1.20171230 6.1
|
||||
NCURSES6_6.2.20200212@NCURSES6_6.2.20200212 6.2
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
current_item@NCURSES6_5.0.19991023 6
|
||||
free_item@NCURSES6_5.0.19991023 6
|
||||
free_menu@NCURSES6_5.0.19991023 6
|
||||
item_count@NCURSES6_5.0.19991023 6
|
||||
item_description@NCURSES6_5.0.19991023 6
|
||||
item_index@NCURSES6_5.0.19991023 6
|
||||
item_init@NCURSES6_5.0.19991023 6
|
||||
item_name@NCURSES6_5.0.19991023 6
|
||||
item_opts@NCURSES6_5.0.19991023 6
|
||||
item_opts_off@NCURSES6_5.0.19991023 6
|
||||
item_opts_on@NCURSES6_5.0.19991023 6
|
||||
item_term@NCURSES6_5.0.19991023 6
|
||||
item_userptr@NCURSES6_5.0.19991023 6
|
||||
item_value@NCURSES6_5.0.19991023 6
|
||||
item_visible@NCURSES6_5.0.19991023 6
|
||||
menu_back@NCURSES6_5.0.19991023 6
|
||||
menu_driver@NCURSES6_5.0.19991023 6
|
||||
menu_fore@NCURSES6_5.0.19991023 6
|
||||
menu_format@NCURSES6_5.0.19991023 6
|
||||
menu_grey@NCURSES6_5.0.19991023 6
|
||||
menu_init@NCURSES6_5.0.19991023 6
|
||||
menu_items@NCURSES6_5.0.19991023 6
|
||||
menu_mark@NCURSES6_5.0.19991023 6
|
||||
menu_opts@NCURSES6_5.0.19991023 6
|
||||
menu_opts_off@NCURSES6_5.0.19991023 6
|
||||
menu_opts_on@NCURSES6_5.0.19991023 6
|
||||
menu_pad@NCURSES6_5.0.19991023 6
|
||||
menu_pattern@NCURSES6_5.0.19991023 6
|
||||
menu_request_by_name@NCURSES6_5.0.19991023 6
|
||||
menu_request_name@NCURSES6_5.0.19991023 6
|
||||
menu_spacing@NCURSES6_5.0.19991023 6
|
||||
menu_sub@NCURSES6_5.0.19991023 6
|
||||
menu_term@NCURSES6_5.0.19991023 6
|
||||
menu_userptr@NCURSES6_5.0.19991023 6
|
||||
menu_win@NCURSES6_5.0.19991023 6
|
||||
new_item@NCURSES6_5.0.19991023 6
|
||||
new_menu@NCURSES6_5.0.19991023 6
|
||||
new_menu_sp@NCURSES6_5.8.20110226 6
|
||||
pos_menu_cursor@NCURSES6_5.0.19991023 6
|
||||
post_menu@NCURSES6_5.0.19991023 6
|
||||
scale_menu@NCURSES6_5.0.19991023 6
|
||||
set_current_item@NCURSES6_5.0.19991023 6
|
||||
set_item_init@NCURSES6_5.0.19991023 6
|
||||
set_item_opts@NCURSES6_5.0.19991023 6
|
||||
set_item_term@NCURSES6_5.0.19991023 6
|
||||
set_item_userptr@NCURSES6_5.0.19991023 6
|
||||
set_item_value@NCURSES6_5.0.19991023 6
|
||||
set_menu_back@NCURSES6_5.0.19991023 6
|
||||
set_menu_fore@NCURSES6_5.0.19991023 6
|
||||
set_menu_format@NCURSES6_5.0.19991023 6
|
||||
set_menu_grey@NCURSES6_5.0.19991023 6
|
||||
set_menu_init@NCURSES6_5.0.19991023 6
|
||||
set_menu_items@NCURSES6_5.0.19991023 6
|
||||
set_menu_mark@NCURSES6_5.0.19991023 6
|
||||
set_menu_opts@NCURSES6_5.0.19991023 6
|
||||
set_menu_pad@NCURSES6_5.0.19991023 6
|
||||
set_menu_pattern@NCURSES6_5.0.19991023 6
|
||||
set_menu_spacing@NCURSES6_5.0.19991023 6
|
||||
set_menu_sub@NCURSES6_5.0.19991023 6
|
||||
set_menu_term@NCURSES6_5.0.19991023 6
|
||||
set_menu_userptr@NCURSES6_5.0.19991023 6
|
||||
set_menu_win@NCURSES6_5.0.19991023 6
|
||||
set_top_row@NCURSES6_5.0.19991023 6
|
||||
top_row@NCURSES6_5.0.19991023 6
|
||||
unpost_menu@NCURSES6_5.0.19991023 6
|
||||
libncurses.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
COLORS@NCURSES6_5.0.19991023 6
|
||||
COLOR_PAIR@NCURSES6_5.0.19991023 6
|
||||
COLOR_PAIRS@NCURSES6_5.0.19991023 6
|
||||
ESCDELAY@NCURSES6_5.0.19991023 6
|
||||
NCURSES6_5.0.19991023@NCURSES6_5.0.19991023 6
|
||||
NCURSES6_5.1.20000708@NCURSES6_5.1.20000708 6
|
||||
NCURSES6_5.3.20021019@NCURSES6_5.3.20021019 6
|
||||
NCURSES6_5.4.20040208@NCURSES6_5.4.20040208 6
|
||||
NCURSES6_5.5.20051010@NCURSES6_5.5.20051010 6
|
||||
NCURSES6_5.6.20061217@NCURSES6_5.6.20061217 6
|
||||
NCURSES6_5.7.20081102@NCURSES6_5.7.20081102 6
|
||||
NCURSES6_5.8.20110226@NCURSES6_5.8.20110226 6
|
||||
NCURSES6_5.9.20150530@NCURSES6_5.9.20150530 6
|
||||
NCURSES6_6.1.20171230@NCURSES6_6.1.20171230 6.1
|
||||
NCURSES6_6.2.20200212@NCURSES6_6.2.20200212 6.2
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
PAIR_NUMBER@NCURSES6_5.0.19991023 6
|
||||
_nc_free_and_exit@NCURSES6_5.0.19991023 6
|
||||
_nc_freeall@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_panelhook@NCURSES6_5.0.19991023 6
|
||||
_nc_panelhook_sp@NCURSES6_5.8.20110226 6
|
||||
_nc_ripoffline@NCURSES6_5.0.19991023 6
|
||||
addch@NCURSES6_5.0.19991023 6
|
||||
addchnstr@NCURSES6_5.0.19991023 6
|
||||
addchstr@NCURSES6_5.0.19991023 6
|
||||
addnstr@NCURSES6_5.0.19991023 6
|
||||
addstr@NCURSES6_5.0.19991023 6
|
||||
assume_default_colors@NCURSES6_5.1.20000708 6
|
||||
assume_default_colors_sp@NCURSES6_5.8.20110226 6
|
||||
attr_get@NCURSES6_5.0.19991023 6
|
||||
attr_off@NCURSES6_5.0.19991023 6
|
||||
attr_on@NCURSES6_5.0.19991023 6
|
||||
attr_set@NCURSES6_5.0.19991023 6
|
||||
attroff@NCURSES6_5.0.19991023 6
|
||||
attron@NCURSES6_5.0.19991023 6
|
||||
attrset@NCURSES6_5.0.19991023 6
|
||||
beep@NCURSES6_5.0.19991023 6
|
||||
beep_sp@NCURSES6_5.8.20110226 6
|
||||
bkgd@NCURSES6_5.0.19991023 6
|
||||
bkgdset@NCURSES6_5.0.19991023 6
|
||||
border@NCURSES6_5.0.19991023 6
|
||||
box@NCURSES6_5.0.19991023 6
|
||||
can_change_color@NCURSES6_5.0.19991023 6
|
||||
can_change_color_sp@NCURSES6_5.8.20110226 6
|
||||
chgat@NCURSES6_5.0.19991023 6
|
||||
clear@NCURSES6_5.0.19991023 6
|
||||
clearok@NCURSES6_5.0.19991023 6
|
||||
clrtobot@NCURSES6_5.0.19991023 6
|
||||
clrtoeol@NCURSES6_5.0.19991023 6
|
||||
color_content@NCURSES6_5.0.19991023 6
|
||||
color_content_sp@NCURSES6_5.8.20110226 6
|
||||
color_set@NCURSES6_5.0.19991023 6
|
||||
copywin@NCURSES6_5.0.19991023 6
|
||||
delch@NCURSES6_5.0.19991023 6
|
||||
deleteln@NCURSES6_5.0.19991023 6
|
||||
delscreen@NCURSES6_5.0.19991023 6
|
||||
delwin@NCURSES6_5.0.19991023 6
|
||||
derwin@NCURSES6_5.0.19991023 6
|
||||
doupdate@NCURSES6_5.0.19991023 6
|
||||
doupdate_sp@NCURSES6_5.8.20110226 6
|
||||
dupwin@NCURSES6_5.0.19991023 6
|
||||
echo@NCURSES6_5.0.19991023 6
|
||||
echo_sp@NCURSES6_5.8.20110226 6
|
||||
echochar@NCURSES6_5.0.19991023 6
|
||||
endwin@NCURSES6_5.0.19991023 6
|
||||
endwin_sp@NCURSES6_5.8.20110226 6
|
||||
erase@NCURSES6_5.1.20000708 6
|
||||
exit_curses@NCURSES6_6.2.20200212 6.2
|
||||
filter@NCURSES6_5.0.19991023 6
|
||||
filter_sp@NCURSES6_5.8.20110226 6
|
||||
flash@NCURSES6_5.0.19991023 6
|
||||
flash_sp@NCURSES6_5.8.20110226 6
|
||||
get_escdelay@NCURSES6_5.8.20110226 6
|
||||
get_escdelay_sp@NCURSES6_5.8.20110226 6
|
||||
getattrs@NCURSES6_5.7.20081102 6
|
||||
getbegx@NCURSES6_5.6.20061217 6
|
||||
getbegy@NCURSES6_5.6.20061217 6
|
||||
getbkgd@NCURSES6_5.0.19991023 6
|
||||
getch@NCURSES6_5.0.19991023 6
|
||||
getcurx@NCURSES6_5.6.20061217 6
|
||||
getcury@NCURSES6_5.6.20061217 6
|
||||
getmaxx@NCURSES6_5.6.20061217 6
|
||||
getmaxy@NCURSES6_5.6.20061217 6
|
||||
getmouse@NCURSES6_5.0.19991023 6
|
||||
getmouse_sp@NCURSES6_5.8.20110226 6
|
||||
getnstr@NCURSES6_5.0.19991023 6
|
||||
getparx@NCURSES6_5.6.20061217 6
|
||||
getpary@NCURSES6_5.6.20061217 6
|
||||
getstr@NCURSES6_5.0.19991023 6
|
||||
getwin@NCURSES6_5.0.19991023 6
|
||||
getwin_sp@NCURSES6_5.8.20110226 6
|
||||
has_colors@NCURSES6_5.0.19991023 6
|
||||
has_colors_sp@NCURSES6_5.8.20110226 6
|
||||
has_mouse@NCURSES6_5.8.20110226 6
|
||||
has_mouse_sp@NCURSES6_5.8.20110226 6
|
||||
hline@NCURSES6_5.0.19991023 6
|
||||
immedok@NCURSES6_5.0.19991023 6
|
||||
inch@NCURSES6_5.0.19991023 6
|
||||
inchnstr@NCURSES6_5.0.19991023 6
|
||||
inchstr@NCURSES6_5.0.19991023 6
|
||||
init_color@NCURSES6_5.0.19991023 6
|
||||
init_color_sp@NCURSES6_5.8.20110226 6
|
||||
init_pair@NCURSES6_5.0.19991023 6
|
||||
init_pair_sp@NCURSES6_5.8.20110226 6
|
||||
initscr@NCURSES6_5.0.19991023 6
|
||||
innstr@NCURSES6_5.0.19991023 6
|
||||
insch@NCURSES6_5.0.19991023 6
|
||||
insdelln@NCURSES6_5.0.19991023 6
|
||||
insertln@NCURSES6_5.0.19991023 6
|
||||
insnstr@NCURSES6_5.0.19991023 6
|
||||
insstr@NCURSES6_5.0.19991023 6
|
||||
instr@NCURSES6_5.0.19991023 6
|
||||
is_cleared@NCURSES6_5.7.20081102 6
|
||||
is_idcok@NCURSES6_5.7.20081102 6
|
||||
is_idlok@NCURSES6_5.7.20081102 6
|
||||
is_immedok@NCURSES6_5.7.20081102 6
|
||||
is_keypad@NCURSES6_5.7.20081102 6
|
||||
is_leaveok@NCURSES6_5.7.20081102 6
|
||||
is_linetouched@NCURSES6_5.0.19991023 6
|
||||
is_nodelay@NCURSES6_5.7.20081102 6
|
||||
is_notimeout@NCURSES6_5.7.20081102 6
|
||||
is_pad@NCURSES6_5.8.20110226 6
|
||||
is_scrollok@NCURSES6_5.7.20081102 6
|
||||
is_subwin@NCURSES6_5.8.20110226 6
|
||||
is_syncok@NCURSES6_5.7.20081102 6
|
||||
is_term_resized@NCURSES6_5.3.20021019 6
|
||||
is_term_resized_sp@NCURSES6_5.8.20110226 6
|
||||
is_wintouched@NCURSES6_5.0.19991023 6
|
||||
isendwin@NCURSES6_5.0.19991023 6
|
||||
isendwin_sp@NCURSES6_5.8.20110226 6
|
||||
leaveok@NCURSES6_5.0.19991023 6
|
||||
mcprint@NCURSES6_5.0.19991023 6
|
||||
mcprint_sp@NCURSES6_5.8.20110226 6
|
||||
mouse_trafo@NCURSES6_5.0.19991023 6
|
||||
mouseinterval@NCURSES6_5.0.19991023 6
|
||||
mouseinterval_sp@NCURSES6_5.8.20110226 6
|
||||
mousemask@NCURSES6_5.0.19991023 6
|
||||
mousemask_sp@NCURSES6_5.8.20110226 6
|
||||
move@NCURSES6_5.0.19991023 6
|
||||
mvaddch@NCURSES6_5.0.19991023 6
|
||||
mvaddchnstr@NCURSES6_5.0.19991023 6
|
||||
mvaddchstr@NCURSES6_5.0.19991023 6
|
||||
mvaddnstr@NCURSES6_5.0.19991023 6
|
||||
mvaddstr@NCURSES6_5.0.19991023 6
|
||||
mvchgat@NCURSES6_5.0.19991023 6
|
||||
mvcur@NCURSES6_5.0.19991023 6
|
||||
mvcur_sp@NCURSES6_5.8.20110226 6
|
||||
mvdelch@NCURSES6_5.0.19991023 6
|
||||
mvderwin@NCURSES6_5.0.19991023 6
|
||||
mvgetch@NCURSES6_5.0.19991023 6
|
||||
mvgetnstr@NCURSES6_5.0.19991023 6
|
||||
mvgetstr@NCURSES6_5.0.19991023 6
|
||||
mvhline@NCURSES6_5.0.19991023 6
|
||||
mvinch@NCURSES6_5.0.19991023 6
|
||||
mvinchnstr@NCURSES6_5.0.19991023 6
|
||||
mvinchstr@NCURSES6_5.0.19991023 6
|
||||
mvinnstr@NCURSES6_5.0.19991023 6
|
||||
mvinsch@NCURSES6_5.0.19991023 6
|
||||
mvinsnstr@NCURSES6_5.0.19991023 6
|
||||
mvinsstr@NCURSES6_5.0.19991023 6
|
||||
mvinstr@NCURSES6_5.0.19991023 6
|
||||
mvprintw@NCURSES6_5.0.19991023 6
|
||||
mvscanw@NCURSES6_5.0.19991023 6
|
||||
mvvline@NCURSES6_5.0.19991023 6
|
||||
mvwaddch@NCURSES6_5.0.19991023 6
|
||||
mvwaddchnstr@NCURSES6_5.0.19991023 6
|
||||
mvwaddchstr@NCURSES6_5.0.19991023 6
|
||||
mvwaddnstr@NCURSES6_5.0.19991023 6
|
||||
mvwaddstr@NCURSES6_5.0.19991023 6
|
||||
mvwchgat@NCURSES6_5.0.19991023 6
|
||||
mvwdelch@NCURSES6_5.0.19991023 6
|
||||
mvwgetch@NCURSES6_5.0.19991023 6
|
||||
mvwgetnstr@NCURSES6_5.0.19991023 6
|
||||
mvwgetstr@NCURSES6_5.0.19991023 6
|
||||
mvwhline@NCURSES6_5.0.19991023 6
|
||||
mvwin@NCURSES6_5.0.19991023 6
|
||||
mvwinch@NCURSES6_5.0.19991023 6
|
||||
mvwinchnstr@NCURSES6_5.0.19991023 6
|
||||
mvwinchstr@NCURSES6_5.0.19991023 6
|
||||
mvwinnstr@NCURSES6_5.0.19991023 6
|
||||
mvwinsch@NCURSES6_5.0.19991023 6
|
||||
mvwinsnstr@NCURSES6_5.0.19991023 6
|
||||
mvwinsstr@NCURSES6_5.0.19991023 6
|
||||
mvwinstr@NCURSES6_5.0.19991023 6
|
||||
mvwprintw@NCURSES6_5.0.19991023 6
|
||||
mvwscanw@NCURSES6_5.0.19991023 6
|
||||
mvwvline@NCURSES6_5.0.19991023 6
|
||||
newpad@NCURSES6_5.0.19991023 6
|
||||
newpad_sp@NCURSES6_5.8.20110226 6
|
||||
newterm@NCURSES6_5.0.19991023 6
|
||||
newterm_sp@NCURSES6_5.8.20110226 6
|
||||
newwin@NCURSES6_5.0.19991023 6
|
||||
newwin_sp@NCURSES6_5.8.20110226 6
|
||||
nl@NCURSES6_5.0.19991023 6
|
||||
nl_sp@NCURSES6_5.8.20110226 6
|
||||
noecho@NCURSES6_5.0.19991023 6
|
||||
noecho_sp@NCURSES6_5.8.20110226 6
|
||||
nofilter@NCURSES6_5.6.20061217 6
|
||||
nofilter_sp@NCURSES6_5.8.20110226 6
|
||||
nonl@NCURSES6_5.0.19991023 6
|
||||
nonl_sp@NCURSES6_5.8.20110226 6
|
||||
overlay@NCURSES6_5.0.19991023 6
|
||||
overwrite@NCURSES6_5.0.19991023 6
|
||||
pair_content@NCURSES6_5.0.19991023 6
|
||||
pair_content_sp@NCURSES6_5.8.20110226 6
|
||||
pechochar@NCURSES6_5.0.19991023 6
|
||||
pnoutrefresh@NCURSES6_5.0.19991023 6
|
||||
prefresh@NCURSES6_5.0.19991023 6
|
||||
printw@NCURSES6_5.0.19991023 6
|
||||
putwin@NCURSES6_5.0.19991023 6
|
||||
redrawwin@NCURSES6_5.0.19991023 6
|
||||
refresh@NCURSES6_5.0.19991023 6
|
||||
resize_term@NCURSES6_5.3.20021019 6
|
||||
resize_term_sp@NCURSES6_5.8.20110226 6
|
||||
resizeterm@NCURSES6_5.0.19991023 6
|
||||
resizeterm_sp@NCURSES6_5.8.20110226 6
|
||||
restartterm@NCURSES6_5.0.19991023 6
|
||||
restartterm_sp@NCURSES6_5.8.20110226 6
|
||||
ripoffline@NCURSES6_5.0.19991023 6
|
||||
ripoffline_sp@NCURSES6_5.8.20110226 6
|
||||
scanw@NCURSES6_5.0.19991023 6
|
||||
scr_dump@NCURSES6_5.0.19991023 6
|
||||
scr_init@NCURSES6_5.0.19991023 6
|
||||
scr_init_sp@NCURSES6_5.8.20110226 6
|
||||
scr_restore@NCURSES6_5.0.19991023 6
|
||||
scr_restore_sp@NCURSES6_5.8.20110226 6
|
||||
scr_set@NCURSES6_5.0.19991023 6
|
||||
scr_set_sp@NCURSES6_5.8.20110226 6
|
||||
scrl@NCURSES6_5.0.19991023 6
|
||||
scroll@NCURSES6_5.0.19991023 6
|
||||
scrollok@NCURSES6_5.0.19991023 6
|
||||
set_escdelay@NCURSES6_5.7.20081102 6
|
||||
set_escdelay_sp@NCURSES6_5.8.20110226 6
|
||||
set_term@NCURSES6_5.0.19991023 6
|
||||
setscrreg@NCURSES6_5.0.19991023 6
|
||||
slk_attr@NCURSES6_5.0.19991023 6
|
||||
slk_attr_set@NCURSES6_5.0.19991023 6
|
||||
slk_attr_set_sp@NCURSES6_5.8.20110226 6
|
||||
slk_attr_sp@NCURSES6_5.8.20110226 6
|
||||
slk_attroff@NCURSES6_5.0.19991023 6
|
||||
slk_attroff_sp@NCURSES6_5.8.20110226 6
|
||||
slk_attron@NCURSES6_5.0.19991023 6
|
||||
slk_attron_sp@NCURSES6_5.8.20110226 6
|
||||
slk_attrset@NCURSES6_5.0.19991023 6
|
||||
slk_attrset_sp@NCURSES6_5.8.20110226 6
|
||||
slk_clear@NCURSES6_5.0.19991023 6
|
||||
slk_clear_sp@NCURSES6_5.8.20110226 6
|
||||
slk_color@NCURSES6_5.0.19991023 6
|
||||
slk_color_sp@NCURSES6_5.8.20110226 6
|
||||
slk_init@NCURSES6_5.0.19991023 6
|
||||
slk_init_sp@NCURSES6_5.8.20110226 6
|
||||
slk_label@NCURSES6_5.0.19991023 6
|
||||
slk_label_sp@NCURSES6_5.8.20110226 6
|
||||
slk_noutrefresh@NCURSES6_5.0.19991023 6
|
||||
slk_noutrefresh_sp@NCURSES6_5.8.20110226 6
|
||||
slk_refresh@NCURSES6_5.0.19991023 6
|
||||
slk_refresh_sp@NCURSES6_5.8.20110226 6
|
||||
slk_restore@NCURSES6_5.0.19991023 6
|
||||
slk_restore_sp@NCURSES6_5.8.20110226 6
|
||||
slk_set@NCURSES6_5.0.19991023 6
|
||||
slk_set_sp@NCURSES6_5.8.20110226 6
|
||||
slk_touch@NCURSES6_5.0.19991023 6
|
||||
slk_touch_sp@NCURSES6_5.8.20110226 6
|
||||
standend@NCURSES6_5.0.19991023 6
|
||||
standout@NCURSES6_5.0.19991023 6
|
||||
start_color@NCURSES6_5.0.19991023 6
|
||||
start_color_sp@NCURSES6_5.8.20110226 6
|
||||
subpad@NCURSES6_5.0.19991023 6
|
||||
subwin@NCURSES6_5.0.19991023 6
|
||||
syncok@NCURSES6_5.0.19991023 6
|
||||
termattrs@NCURSES6_5.0.19991023 6
|
||||
termattrs_sp@NCURSES6_5.8.20110226 6
|
||||
timeout@NCURSES6_5.0.19991023 6
|
||||
touchline@NCURSES6_5.1.20000708 6
|
||||
touchwin@NCURSES6_5.1.20000708 6
|
||||
ungetch@NCURSES6_5.0.19991023 6
|
||||
ungetch_sp@NCURSES6_5.8.20110226 6
|
||||
ungetmouse@NCURSES6_5.0.19991023 6
|
||||
ungetmouse_sp@NCURSES6_5.8.20110226 6
|
||||
untouchwin@NCURSES6_5.0.19991023 6
|
||||
use_default_colors@NCURSES6_5.0.19991023 6
|
||||
use_default_colors_sp@NCURSES6_5.8.20110226 6
|
||||
use_legacy_coding@NCURSES6_5.6.20061217 6
|
||||
use_legacy_coding_sp@NCURSES6_5.8.20110226 6
|
||||
use_screen@NCURSES6_5.7.20081102 6
|
||||
use_window@NCURSES6_5.7.20081102 6
|
||||
vidattr@NCURSES6_5.0.19991023 6
|
||||
vidattr_sp@NCURSES6_5.8.20110226 6
|
||||
vidputs@NCURSES6_5.0.19991023 6
|
||||
vidputs_sp@NCURSES6_5.8.20110226 6
|
||||
vline@NCURSES6_5.0.19991023 6
|
||||
vw_printw@NCURSES6_5.0.19991023 6
|
||||
vw_scanw@NCURSES6_5.0.19991023 6
|
||||
vwprintw@NCURSES6_5.0.19991023 6
|
||||
vwscanw@NCURSES6_5.0.19991023 6
|
||||
waddch@NCURSES6_5.0.19991023 6
|
||||
waddchnstr@NCURSES6_5.0.19991023 6
|
||||
waddchstr@NCURSES6_5.0.19991023 6
|
||||
waddnstr@NCURSES6_5.0.19991023 6
|
||||
waddstr@NCURSES6_5.0.19991023 6
|
||||
wattr_get@NCURSES6_5.0.19991023 6
|
||||
wattr_off@NCURSES6_5.0.19991023 6
|
||||
wattr_on@NCURSES6_5.0.19991023 6
|
||||
wattr_set@NCURSES6_5.0.19991023 6
|
||||
wattroff@NCURSES6_5.0.19991023 6
|
||||
wattron@NCURSES6_5.0.19991023 6
|
||||
wattrset@NCURSES6_5.0.19991023 6
|
||||
wbkgd@NCURSES6_5.0.19991023 6
|
||||
wbkgdset@NCURSES6_5.0.19991023 6
|
||||
wborder@NCURSES6_5.0.19991023 6
|
||||
wchgat@NCURSES6_5.0.19991023 6
|
||||
wclear@NCURSES6_5.0.19991023 6
|
||||
wclrtobot@NCURSES6_5.0.19991023 6
|
||||
wclrtoeol@NCURSES6_5.0.19991023 6
|
||||
wcolor_set@NCURSES6_5.0.19991023 6
|
||||
wcursyncup@NCURSES6_5.0.19991023 6
|
||||
wdelch@NCURSES6_5.0.19991023 6
|
||||
wdeleteln@NCURSES6_5.0.19991023 6
|
||||
wechochar@NCURSES6_5.0.19991023 6
|
||||
wenclose@NCURSES6_5.0.19991023 6
|
||||
werase@NCURSES6_5.0.19991023 6
|
||||
wgetch@NCURSES6_5.0.19991023 6
|
||||
wgetdelay@NCURSES6_5.9.20150530 6
|
||||
wgetnstr@NCURSES6_5.0.19991023 6
|
||||
wgetparent@NCURSES6_5.7.20081102 6
|
||||
wgetscrreg@NCURSES6_5.7.20081102 6
|
||||
wgetstr@NCURSES6_5.0.19991023 6
|
||||
whline@NCURSES6_5.0.19991023 6
|
||||
winch@NCURSES6_5.0.19991023 6
|
||||
winchnstr@NCURSES6_5.0.19991023 6
|
||||
winchstr@NCURSES6_5.0.19991023 6
|
||||
winnstr@NCURSES6_5.0.19991023 6
|
||||
winsch@NCURSES6_5.0.19991023 6
|
||||
winsdelln@NCURSES6_5.0.19991023 6
|
||||
winsertln@NCURSES6_5.0.19991023 6
|
||||
winsnstr@NCURSES6_5.0.19991023 6
|
||||
winsstr@NCURSES6_5.0.19991023 6
|
||||
winstr@NCURSES6_5.0.19991023 6
|
||||
wmouse_trafo@NCURSES6_5.0.19991023 6
|
||||
wmove@NCURSES6_5.0.19991023 6
|
||||
wnoutrefresh@NCURSES6_5.0.19991023 6
|
||||
wprintw@NCURSES6_5.0.19991023 6
|
||||
wredrawln@NCURSES6_5.0.19991023 6
|
||||
wrefresh@NCURSES6_5.0.19991023 6
|
||||
wresize@NCURSES6_5.0.19991023 6
|
||||
wscanw@NCURSES6_5.0.19991023 6
|
||||
wscrl@NCURSES6_5.0.19991023 6
|
||||
wsetscrreg@NCURSES6_5.0.19991023 6
|
||||
wstandend@NCURSES6_5.0.19991023 6
|
||||
wstandout@NCURSES6_5.0.19991023 6
|
||||
wsyncdown@NCURSES6_5.0.19991023 6
|
||||
wsyncup@NCURSES6_5.0.19991023 6
|
||||
wtouchln@NCURSES6_5.0.19991023 6
|
||||
wvline@NCURSES6_5.0.19991023 6
|
||||
libpanel.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_5.0.19991023@NCURSES6_5.0.19991023 6
|
||||
NCURSES6_5.1.20000708@NCURSES6_5.1.20000708 6
|
||||
NCURSES6_5.3.20021019@NCURSES6_5.3.20021019 6
|
||||
NCURSES6_5.4.20040208@NCURSES6_5.4.20040208 6
|
||||
NCURSES6_5.5.20051010@NCURSES6_5.5.20051010 6
|
||||
NCURSES6_5.6.20061217@NCURSES6_5.6.20061217 6
|
||||
NCURSES6_5.7.20081102@NCURSES6_5.7.20081102 6
|
||||
NCURSES6_5.8.20110226@NCURSES6_5.8.20110226 6
|
||||
NCURSES6_5.9.20150530@NCURSES6_5.9.20150530 6
|
||||
NCURSES6_6.1.20171230@NCURSES6_6.1.20171230 6.1
|
||||
NCURSES6_6.2.20200212@NCURSES6_6.2.20200212 6.2
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
bottom_panel@NCURSES6_5.0.19991023 6
|
||||
ceiling_panel@NCURSES6_5.8.20110226 6
|
||||
del_panel@NCURSES6_5.0.19991023 6
|
||||
ground_panel@NCURSES6_5.8.20110226 6
|
||||
hide_panel@NCURSES6_5.0.19991023 6
|
||||
move_panel@NCURSES6_5.0.19991023 6
|
||||
new_panel@NCURSES6_5.0.19991023 6
|
||||
panel_above@NCURSES6_5.0.19991023 6
|
||||
panel_below@NCURSES6_5.0.19991023 6
|
||||
panel_hidden@NCURSES6_5.0.19991023 6
|
||||
panel_userptr@NCURSES6_5.0.19991023 6
|
||||
panel_window@NCURSES6_5.0.19991023 6
|
||||
replace_panel@NCURSES6_5.0.19991023 6
|
||||
set_panel_userptr@NCURSES6_5.0.19991023 6
|
||||
show_panel@NCURSES6_5.0.19991023 6
|
||||
top_panel@NCURSES6_5.0.19991023 6
|
||||
update_panels@NCURSES6_5.0.19991023 6
|
||||
update_panels_sp@NCURSES6_5.8.20110226 6
|
|
@ -0,0 +1,4 @@
|
|||
obj-wide-legacy/lib/libncursesw.so.* lib/${DEB_HOST_MULTIARCH}/
|
||||
obj-wide-legacy/lib/libpanelw.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
||||
obj-wide-legacy/lib/libformw.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
||||
obj-wide-legacy/lib/libmenuw.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
|
@ -0,0 +1,669 @@
|
|||
libformw.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSESW_5.1.20000708@NCURSESW_5.1.20000708 6
|
||||
NCURSESW_5.3.20021019@NCURSESW_5.3.20021019 6
|
||||
NCURSESW_5.4.20040208@NCURSESW_5.4.20040208 6
|
||||
NCURSESW_5.5.20051010@NCURSESW_5.5.20051010 6
|
||||
NCURSESW_5.6.20061217@NCURSESW_5.6.20061217 6
|
||||
NCURSESW_5.7.20081102@NCURSESW_5.7.20081102 6
|
||||
NCURSESW_5.8.20110226@NCURSESW_5.8.20110226 6
|
||||
NCURSESW_5.9.20150530@NCURSESW_5.9.20150530 6
|
||||
NCURSESW_6.1.20171230@NCURSESW_6.1.20171230 6.1
|
||||
NCURSESW_6.2.20200212@NCURSESW_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
TYPE_ALNUM@NCURSESW_5.1.20000708 6
|
||||
TYPE_ALPHA@NCURSESW_5.1.20000708 6
|
||||
TYPE_ENUM@NCURSESW_5.1.20000708 6
|
||||
TYPE_INTEGER@NCURSESW_5.1.20000708 6
|
||||
TYPE_IPV4@NCURSESW_5.1.20000708 6
|
||||
TYPE_NUMERIC@NCURSESW_5.1.20000708 6
|
||||
TYPE_REGEXP@NCURSESW_5.1.20000708 6
|
||||
_nc_Default_Field@NCURSESW_5.1.20000708 6
|
||||
_nc_Default_Form@NCURSESW_5.1.20000708 6
|
||||
current_field@NCURSESW_5.1.20000708 6
|
||||
data_ahead@NCURSESW_5.1.20000708 6
|
||||
data_behind@NCURSESW_5.1.20000708 6
|
||||
dup_field@NCURSESW_5.1.20000708 6
|
||||
dynamic_field_info@NCURSESW_5.1.20000708 6
|
||||
field_arg@NCURSESW_5.1.20000708 6
|
||||
field_back@NCURSESW_5.1.20000708 6
|
||||
field_buffer@NCURSESW_5.1.20000708 6
|
||||
field_count@NCURSESW_5.1.20000708 6
|
||||
field_fore@NCURSESW_5.1.20000708 6
|
||||
field_index@NCURSESW_5.1.20000708 6
|
||||
field_info@NCURSESW_5.1.20000708 6
|
||||
field_init@NCURSESW_5.1.20000708 6
|
||||
field_just@NCURSESW_5.1.20000708 6
|
||||
field_opts@NCURSESW_5.1.20000708 6
|
||||
field_opts_off@NCURSESW_5.1.20000708 6
|
||||
field_opts_on@NCURSESW_5.1.20000708 6
|
||||
field_pad@NCURSESW_5.1.20000708 6
|
||||
field_status@NCURSESW_5.1.20000708 6
|
||||
field_term@NCURSESW_5.1.20000708 6
|
||||
field_type@NCURSESW_5.1.20000708 6
|
||||
field_userptr@NCURSESW_5.1.20000708 6
|
||||
form_driver@NCURSESW_5.1.20000708 6
|
||||
form_driver_w@NCURSESW_5.9.20150530 6
|
||||
form_fields@NCURSESW_5.1.20000708 6
|
||||
form_init@NCURSESW_5.1.20000708 6
|
||||
form_opts@NCURSESW_5.1.20000708 6
|
||||
form_opts_off@NCURSESW_5.1.20000708 6
|
||||
form_opts_on@NCURSESW_5.1.20000708 6
|
||||
form_page@NCURSESW_5.1.20000708 6
|
||||
form_request_by_name@NCURSESW_5.1.20000708 6
|
||||
form_request_name@NCURSESW_5.1.20000708 6
|
||||
form_sub@NCURSESW_5.1.20000708 6
|
||||
form_term@NCURSESW_5.1.20000708 6
|
||||
form_userptr@NCURSESW_5.1.20000708 6
|
||||
form_win@NCURSESW_5.1.20000708 6
|
||||
free_field@NCURSESW_5.1.20000708 6
|
||||
free_fieldtype@NCURSESW_5.1.20000708 6
|
||||
free_form@NCURSESW_5.1.20000708 6
|
||||
link_field@NCURSESW_5.1.20000708 6
|
||||
link_fieldtype@NCURSESW_5.1.20000708 6
|
||||
move_field@NCURSESW_5.1.20000708 6
|
||||
new_field@NCURSESW_5.1.20000708 6
|
||||
new_fieldtype@NCURSESW_5.1.20000708 6
|
||||
new_form@NCURSESW_5.1.20000708 6
|
||||
new_page@NCURSESW_5.1.20000708 6
|
||||
pos_form_cursor@NCURSESW_5.1.20000708 6
|
||||
post_form@NCURSESW_5.1.20000708 6
|
||||
scale_form@NCURSESW_5.1.20000708 6
|
||||
set_current_field@NCURSESW_5.1.20000708 6
|
||||
set_field_back@NCURSESW_5.1.20000708 6
|
||||
set_field_buffer@NCURSESW_5.1.20000708 6
|
||||
set_field_fore@NCURSESW_5.1.20000708 6
|
||||
set_field_init@NCURSESW_5.1.20000708 6
|
||||
set_field_just@NCURSESW_5.1.20000708 6
|
||||
set_field_opts@NCURSESW_5.1.20000708 6
|
||||
set_field_pad@NCURSESW_5.1.20000708 6
|
||||
set_field_status@NCURSESW_5.1.20000708 6
|
||||
set_field_term@NCURSESW_5.1.20000708 6
|
||||
set_field_type@NCURSESW_5.1.20000708 6
|
||||
set_field_userptr@NCURSESW_5.1.20000708 6
|
||||
set_fieldtype_arg@NCURSESW_5.1.20000708 6
|
||||
set_fieldtype_choice@NCURSESW_5.1.20000708 6
|
||||
set_form_fields@NCURSESW_5.1.20000708 6
|
||||
set_form_init@NCURSESW_5.1.20000708 6
|
||||
set_form_opts@NCURSESW_5.1.20000708 6
|
||||
set_form_page@NCURSESW_5.1.20000708 6
|
||||
set_form_sub@NCURSESW_5.1.20000708 6
|
||||
set_form_term@NCURSESW_5.1.20000708 6
|
||||
set_form_userptr@NCURSESW_5.1.20000708 6
|
||||
set_form_win@NCURSESW_5.1.20000708 6
|
||||
set_max_field@NCURSESW_5.1.20000708 6
|
||||
set_new_page@NCURSESW_5.1.20000708 6
|
||||
unfocus_current_field@NCURSESW_6.1.20171230 6.1
|
||||
unpost_form@NCURSESW_5.1.20000708 6
|
||||
libmenuw.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSESW_5.1.20000708@NCURSESW_5.1.20000708 6
|
||||
NCURSESW_5.3.20021019@NCURSESW_5.3.20021019 6
|
||||
NCURSESW_5.4.20040208@NCURSESW_5.4.20040208 6
|
||||
NCURSESW_5.5.20051010@NCURSESW_5.5.20051010 6
|
||||
NCURSESW_5.6.20061217@NCURSESW_5.6.20061217 6
|
||||
NCURSESW_5.7.20081102@NCURSESW_5.7.20081102 6
|
||||
NCURSESW_5.8.20110226@NCURSESW_5.8.20110226 6
|
||||
NCURSESW_5.9.20150530@NCURSESW_5.9.20150530 6
|
||||
NCURSESW_6.1.20171230@NCURSESW_6.1.20171230 6.1
|
||||
NCURSESW_6.2.20200212@NCURSESW_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
current_item@NCURSESW_5.1.20000708 6
|
||||
free_item@NCURSESW_5.1.20000708 6
|
||||
free_menu@NCURSESW_5.1.20000708 6
|
||||
item_count@NCURSESW_5.1.20000708 6
|
||||
item_description@NCURSESW_5.1.20000708 6
|
||||
item_index@NCURSESW_5.1.20000708 6
|
||||
item_init@NCURSESW_5.1.20000708 6
|
||||
item_name@NCURSESW_5.1.20000708 6
|
||||
item_opts@NCURSESW_5.1.20000708 6
|
||||
item_opts_off@NCURSESW_5.1.20000708 6
|
||||
item_opts_on@NCURSESW_5.1.20000708 6
|
||||
item_term@NCURSESW_5.1.20000708 6
|
||||
item_userptr@NCURSESW_5.1.20000708 6
|
||||
item_value@NCURSESW_5.1.20000708 6
|
||||
item_visible@NCURSESW_5.1.20000708 6
|
||||
menu_back@NCURSESW_5.1.20000708 6
|
||||
menu_driver@NCURSESW_5.1.20000708 6
|
||||
menu_fore@NCURSESW_5.1.20000708 6
|
||||
menu_format@NCURSESW_5.1.20000708 6
|
||||
menu_grey@NCURSESW_5.1.20000708 6
|
||||
menu_init@NCURSESW_5.1.20000708 6
|
||||
menu_items@NCURSESW_5.1.20000708 6
|
||||
menu_mark@NCURSESW_5.1.20000708 6
|
||||
menu_opts@NCURSESW_5.1.20000708 6
|
||||
menu_opts_off@NCURSESW_5.1.20000708 6
|
||||
menu_opts_on@NCURSESW_5.1.20000708 6
|
||||
menu_pad@NCURSESW_5.1.20000708 6
|
||||
menu_pattern@NCURSESW_5.1.20000708 6
|
||||
menu_request_by_name@NCURSESW_5.1.20000708 6
|
||||
menu_request_name@NCURSESW_5.1.20000708 6
|
||||
menu_spacing@NCURSESW_5.1.20000708 6
|
||||
menu_sub@NCURSESW_5.1.20000708 6
|
||||
menu_term@NCURSESW_5.1.20000708 6
|
||||
menu_userptr@NCURSESW_5.1.20000708 6
|
||||
menu_win@NCURSESW_5.1.20000708 6
|
||||
new_item@NCURSESW_5.1.20000708 6
|
||||
new_menu@NCURSESW_5.1.20000708 6
|
||||
pos_menu_cursor@NCURSESW_5.1.20000708 6
|
||||
post_menu@NCURSESW_5.1.20000708 6
|
||||
scale_menu@NCURSESW_5.1.20000708 6
|
||||
set_current_item@NCURSESW_5.1.20000708 6
|
||||
set_item_init@NCURSESW_5.1.20000708 6
|
||||
set_item_opts@NCURSESW_5.1.20000708 6
|
||||
set_item_term@NCURSESW_5.1.20000708 6
|
||||
set_item_userptr@NCURSESW_5.1.20000708 6
|
||||
set_item_value@NCURSESW_5.1.20000708 6
|
||||
set_menu_back@NCURSESW_5.1.20000708 6
|
||||
set_menu_fore@NCURSESW_5.1.20000708 6
|
||||
set_menu_format@NCURSESW_5.1.20000708 6
|
||||
set_menu_grey@NCURSESW_5.1.20000708 6
|
||||
set_menu_init@NCURSESW_5.1.20000708 6
|
||||
set_menu_items@NCURSESW_5.1.20000708 6
|
||||
set_menu_mark@NCURSESW_5.1.20000708 6
|
||||
set_menu_opts@NCURSESW_5.1.20000708 6
|
||||
set_menu_pad@NCURSESW_5.1.20000708 6
|
||||
set_menu_pattern@NCURSESW_5.1.20000708 6
|
||||
set_menu_spacing@NCURSESW_5.1.20000708 6
|
||||
set_menu_sub@NCURSESW_5.1.20000708 6
|
||||
set_menu_term@NCURSESW_5.1.20000708 6
|
||||
set_menu_userptr@NCURSESW_5.1.20000708 6
|
||||
set_menu_win@NCURSESW_5.1.20000708 6
|
||||
set_top_row@NCURSESW_5.1.20000708 6
|
||||
top_row@NCURSESW_5.1.20000708 6
|
||||
unpost_menu@NCURSESW_5.1.20000708 6
|
||||
libncursesw.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
COLORS@NCURSESW_5.1.20000708 6
|
||||
COLOR_PAIR@NCURSESW_5.1.20000708 6
|
||||
COLOR_PAIRS@NCURSESW_5.1.20000708 6
|
||||
ESCDELAY@NCURSESW_5.1.20000708 6
|
||||
NCURSESW_5.1.20000708@NCURSESW_5.1.20000708 6
|
||||
NCURSESW_5.3.20021019@NCURSESW_5.3.20021019 6
|
||||
NCURSESW_5.4.20040208@NCURSESW_5.4.20040208 6
|
||||
NCURSESW_5.5.20051010@NCURSESW_5.5.20051010 6
|
||||
NCURSESW_5.6.20061217@NCURSESW_5.6.20061217 6
|
||||
NCURSESW_5.7.20081102@NCURSESW_5.7.20081102 6
|
||||
NCURSESW_5.8.20110226@NCURSESW_5.8.20110226 6
|
||||
NCURSESW_5.9.20150530@NCURSESW_5.9.20150530 6
|
||||
NCURSESW_6.1.20171230@NCURSESW_6.1.20171230 6.1
|
||||
NCURSESW_6.2.20200212@NCURSESW_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
PAIR_NUMBER@NCURSESW_5.1.20000708 6
|
||||
_nc_free_and_exit@NCURSESW_5.1.20000708 6
|
||||
_nc_freeall@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_has_mouse@NCURSESW_5.1.20000708 6
|
||||
_nc_panelhook@NCURSESW_5.1.20000708 6
|
||||
_nc_ripoffline@NCURSESW_5.1.20000708 6
|
||||
_nc_wacs@NCURSESW_5.3.20021019 6
|
||||
_nc_wchstrlen@NCURSESW_5.3.20021019 6
|
||||
_nc_wcrtomb@NCURSESW_5.5.20051010 6
|
||||
add_wch@NCURSESW_5.3.20021019 6
|
||||
add_wchnstr@NCURSESW_5.3.20021019 6
|
||||
add_wchstr@NCURSESW_5.3.20021019 6
|
||||
addch@NCURSESW_5.1.20000708 6
|
||||
addchnstr@NCURSESW_5.1.20000708 6
|
||||
addchstr@NCURSESW_5.1.20000708 6
|
||||
addnstr@NCURSESW_5.1.20000708 6
|
||||
addnwstr@NCURSESW_5.3.20021019 6
|
||||
addstr@NCURSESW_5.1.20000708 6
|
||||
addwstr@NCURSESW_5.3.20021019 6
|
||||
assume_default_colors@NCURSESW_5.1.20000708 6
|
||||
attr_get@NCURSESW_5.1.20000708 6
|
||||
attr_off@NCURSESW_5.1.20000708 6
|
||||
attr_on@NCURSESW_5.1.20000708 6
|
||||
attr_set@NCURSESW_5.1.20000708 6
|
||||
attroff@NCURSESW_5.1.20000708 6
|
||||
attron@NCURSESW_5.1.20000708 6
|
||||
attrset@NCURSESW_5.1.20000708 6
|
||||
beep@NCURSESW_5.1.20000708 6
|
||||
bkgd@NCURSESW_5.1.20000708 6
|
||||
bkgdset@NCURSESW_5.1.20000708 6
|
||||
bkgrnd@NCURSESW_5.3.20021019 6
|
||||
bkgrndset@NCURSESW_5.3.20021019 6
|
||||
border@NCURSESW_5.1.20000708 6
|
||||
border_set@NCURSESW_5.3.20021019 6
|
||||
box@NCURSESW_5.1.20000708 6
|
||||
box_set@NCURSESW_5.3.20021019 6
|
||||
can_change_color@NCURSESW_5.1.20000708 6
|
||||
chgat@NCURSESW_5.1.20000708 6
|
||||
clear@NCURSESW_5.1.20000708 6
|
||||
clearok@NCURSESW_5.1.20000708 6
|
||||
clrtobot@NCURSESW_5.1.20000708 6
|
||||
clrtoeol@NCURSESW_5.1.20000708 6
|
||||
color_content@NCURSESW_5.1.20000708 6
|
||||
color_set@NCURSESW_5.1.20000708 6
|
||||
copywin@NCURSESW_5.1.20000708 6
|
||||
delch@NCURSESW_5.1.20000708 6
|
||||
deleteln@NCURSESW_5.1.20000708 6
|
||||
delscreen@NCURSESW_5.1.20000708 6
|
||||
delwin@NCURSESW_5.1.20000708 6
|
||||
derwin@NCURSESW_5.1.20000708 6
|
||||
doupdate@NCURSESW_5.1.20000708 6
|
||||
dupwin@NCURSESW_5.1.20000708 6
|
||||
echo@NCURSESW_5.1.20000708 6
|
||||
echo_wchar@NCURSESW_5.3.20021019 6
|
||||
echochar@NCURSESW_5.1.20000708 6
|
||||
endwin@NCURSESW_5.1.20000708 6
|
||||
erase@NCURSESW_5.1.20000708 6
|
||||
erasewchar@NCURSESW_5.3.20021019 6
|
||||
exit_curses@NCURSESW_6.2.20200212 6.2
|
||||
filter@NCURSESW_5.1.20000708 6
|
||||
flash@NCURSESW_5.1.20000708 6
|
||||
get_escdelay@NCURSESW_5.8.20110226 6
|
||||
get_wch@NCURSESW_5.3.20021019 6
|
||||
get_wstr@NCURSESW_5.3.20021019 6
|
||||
getattrs@NCURSESW_5.7.20081102 6
|
||||
getbegx@NCURSESW_5.6.20061217 6
|
||||
getbegy@NCURSESW_5.6.20061217 6
|
||||
getbkgd@NCURSESW_5.1.20000708 6
|
||||
getbkgrnd@NCURSESW_5.3.20021019 6
|
||||
getcchar@NCURSESW_5.3.20021019 6
|
||||
getch@NCURSESW_5.1.20000708 6
|
||||
getcurx@NCURSESW_5.6.20061217 6
|
||||
getcury@NCURSESW_5.6.20061217 6
|
||||
getmaxx@NCURSESW_5.6.20061217 6
|
||||
getmaxy@NCURSESW_5.6.20061217 6
|
||||
getmouse@NCURSESW_5.1.20000708 6
|
||||
getn_wstr@NCURSESW_5.3.20021019 6
|
||||
getnstr@NCURSESW_5.1.20000708 6
|
||||
getparx@NCURSESW_5.6.20061217 6
|
||||
getpary@NCURSESW_5.6.20061217 6
|
||||
getstr@NCURSESW_5.1.20000708 6
|
||||
getwin@NCURSESW_5.1.20000708 6
|
||||
has_colors@NCURSESW_5.1.20000708 6
|
||||
has_mouse@NCURSESW_5.8.20110226 6
|
||||
hline@NCURSESW_5.1.20000708 6
|
||||
hline_set@NCURSESW_5.3.20021019 6
|
||||
immedok@NCURSESW_5.1.20000708 6
|
||||
in_wch@NCURSESW_5.3.20021019 6
|
||||
in_wchnstr@NCURSESW_5.3.20021019 6
|
||||
in_wchstr@NCURSESW_5.3.20021019 6
|
||||
inch@NCURSESW_5.1.20000708 6
|
||||
inchnstr@NCURSESW_5.1.20000708 6
|
||||
inchstr@NCURSESW_5.1.20000708 6
|
||||
init_color@NCURSESW_5.1.20000708 6
|
||||
init_pair@NCURSESW_5.1.20000708 6
|
||||
initscr@NCURSESW_5.1.20000708 6
|
||||
innstr@NCURSESW_5.1.20000708 6
|
||||
innwstr@NCURSESW_5.3.20021019 6
|
||||
ins_nwstr@NCURSESW_5.3.20021019 6
|
||||
ins_wch@NCURSESW_5.3.20021019 6
|
||||
ins_wstr@NCURSESW_5.3.20021019 6
|
||||
insch@NCURSESW_5.1.20000708 6
|
||||
insdelln@NCURSESW_5.1.20000708 6
|
||||
insertln@NCURSESW_5.1.20000708 6
|
||||
insnstr@NCURSESW_5.1.20000708 6
|
||||
insstr@NCURSESW_5.1.20000708 6
|
||||
instr@NCURSESW_5.1.20000708 6
|
||||
inwstr@NCURSESW_5.3.20021019 6
|
||||
is_cleared@NCURSESW_5.7.20081102 6
|
||||
is_idcok@NCURSESW_5.7.20081102 6
|
||||
is_idlok@NCURSESW_5.7.20081102 6
|
||||
is_immedok@NCURSESW_5.7.20081102 6
|
||||
is_keypad@NCURSESW_5.7.20081102 6
|
||||
is_leaveok@NCURSESW_5.7.20081102 6
|
||||
is_linetouched@NCURSESW_5.1.20000708 6
|
||||
is_nodelay@NCURSESW_5.7.20081102 6
|
||||
is_notimeout@NCURSESW_5.7.20081102 6
|
||||
is_pad@NCURSESW_5.8.20110226 6
|
||||
is_scrollok@NCURSESW_5.7.20081102 6
|
||||
is_subwin@NCURSESW_5.8.20110226 6
|
||||
is_syncok@NCURSESW_5.7.20081102 6
|
||||
is_term_resized@NCURSESW_5.3.20021019 6
|
||||
is_wintouched@NCURSESW_5.1.20000708 6
|
||||
isendwin@NCURSESW_5.1.20000708 6
|
||||
key_name@NCURSESW_5.3.20021019 6
|
||||
killwchar@NCURSESW_5.3.20021019 6
|
||||
leaveok@NCURSESW_5.1.20000708 6
|
||||
mcprint@NCURSESW_5.1.20000708 6
|
||||
mouse_trafo@NCURSESW_5.1.20000708 6
|
||||
mouseinterval@NCURSESW_5.1.20000708 6
|
||||
mousemask@NCURSESW_5.1.20000708 6
|
||||
move@NCURSESW_5.1.20000708 6
|
||||
mvadd_wch@NCURSESW_5.3.20021019 6
|
||||
mvadd_wchnstr@NCURSESW_5.3.20021019 6
|
||||
mvadd_wchstr@NCURSESW_5.3.20021019 6
|
||||
mvaddch@NCURSESW_5.1.20000708 6
|
||||
mvaddchnstr@NCURSESW_5.1.20000708 6
|
||||
mvaddchstr@NCURSESW_5.1.20000708 6
|
||||
mvaddnstr@NCURSESW_5.1.20000708 6
|
||||
mvaddnwstr@NCURSESW_5.3.20021019 6
|
||||
mvaddstr@NCURSESW_5.1.20000708 6
|
||||
mvaddwstr@NCURSESW_5.3.20021019 6
|
||||
mvchgat@NCURSESW_5.1.20000708 6
|
||||
mvcur@NCURSESW_5.1.20000708 6
|
||||
mvdelch@NCURSESW_5.1.20000708 6
|
||||
mvderwin@NCURSESW_5.1.20000708 6
|
||||
mvget_wch@NCURSESW_5.3.20021019 6
|
||||
mvget_wstr@NCURSESW_5.3.20021019 6
|
||||
mvgetch@NCURSESW_5.1.20000708 6
|
||||
mvgetn_wstr@NCURSESW_5.3.20021019 6
|
||||
mvgetnstr@NCURSESW_5.1.20000708 6
|
||||
mvgetstr@NCURSESW_5.1.20000708 6
|
||||
mvhline@NCURSESW_5.1.20000708 6
|
||||
mvhline_set@NCURSESW_5.3.20021019 6
|
||||
mvin_wch@NCURSESW_5.3.20021019 6
|
||||
mvin_wchnstr@NCURSESW_5.3.20021019 6
|
||||
mvin_wchstr@NCURSESW_5.3.20021019 6
|
||||
mvinch@NCURSESW_5.1.20000708 6
|
||||
mvinchnstr@NCURSESW_5.1.20000708 6
|
||||
mvinchstr@NCURSESW_5.1.20000708 6
|
||||
mvinnstr@NCURSESW_5.1.20000708 6
|
||||
mvinnwstr@NCURSESW_5.3.20021019 6
|
||||
mvins_nwstr@NCURSESW_5.3.20021019 6
|
||||
mvins_wch@NCURSESW_5.3.20021019 6
|
||||
mvins_wstr@NCURSESW_5.3.20021019 6
|
||||
mvinsch@NCURSESW_5.1.20000708 6
|
||||
mvinsnstr@NCURSESW_5.1.20000708 6
|
||||
mvinsstr@NCURSESW_5.1.20000708 6
|
||||
mvinstr@NCURSESW_5.1.20000708 6
|
||||
mvinwstr@NCURSESW_5.3.20021019 6
|
||||
mvprintw@NCURSESW_5.1.20000708 6
|
||||
mvscanw@NCURSESW_5.1.20000708 6
|
||||
mvvline@NCURSESW_5.1.20000708 6
|
||||
mvvline_set@NCURSESW_5.3.20021019 6
|
||||
mvwadd_wch@NCURSESW_5.3.20021019 6
|
||||
mvwadd_wchnstr@NCURSESW_5.3.20021019 6
|
||||
mvwadd_wchstr@NCURSESW_5.3.20021019 6
|
||||
mvwaddch@NCURSESW_5.1.20000708 6
|
||||
mvwaddchnstr@NCURSESW_5.1.20000708 6
|
||||
mvwaddchstr@NCURSESW_5.1.20000708 6
|
||||
mvwaddnstr@NCURSESW_5.1.20000708 6
|
||||
mvwaddnwstr@NCURSESW_5.3.20021019 6
|
||||
mvwaddstr@NCURSESW_5.1.20000708 6
|
||||
mvwaddwstr@NCURSESW_5.3.20021019 6
|
||||
mvwchgat@NCURSESW_5.1.20000708 6
|
||||
mvwdelch@NCURSESW_5.1.20000708 6
|
||||
mvwget_wch@NCURSESW_5.3.20021019 6
|
||||
mvwget_wstr@NCURSESW_5.3.20021019 6
|
||||
mvwgetch@NCURSESW_5.1.20000708 6
|
||||
mvwgetn_wstr@NCURSESW_5.3.20021019 6
|
||||
mvwgetnstr@NCURSESW_5.1.20000708 6
|
||||
mvwgetstr@NCURSESW_5.1.20000708 6
|
||||
mvwhline@NCURSESW_5.1.20000708 6
|
||||
mvwhline_set@NCURSESW_5.3.20021019 6
|
||||
mvwin@NCURSESW_5.1.20000708 6
|
||||
mvwin_wch@NCURSESW_5.3.20021019 6
|
||||
mvwin_wchnstr@NCURSESW_5.3.20021019 6
|
||||
mvwin_wchstr@NCURSESW_5.3.20021019 6
|
||||
mvwinch@NCURSESW_5.1.20000708 6
|
||||
mvwinchnstr@NCURSESW_5.1.20000708 6
|
||||
mvwinchstr@NCURSESW_5.1.20000708 6
|
||||
mvwinnstr@NCURSESW_5.1.20000708 6
|
||||
mvwinnwstr@NCURSESW_5.3.20021019 6
|
||||
mvwins_nwstr@NCURSESW_5.3.20021019 6
|
||||
mvwins_wch@NCURSESW_5.3.20021019 6
|
||||
mvwins_wstr@NCURSESW_5.3.20021019 6
|
||||
mvwinsch@NCURSESW_5.1.20000708 6
|
||||
mvwinsnstr@NCURSESW_5.1.20000708 6
|
||||
mvwinsstr@NCURSESW_5.1.20000708 6
|
||||
mvwinstr@NCURSESW_5.1.20000708 6
|
||||
mvwinwstr@NCURSESW_5.3.20021019 6
|
||||
mvwprintw@NCURSESW_5.1.20000708 6
|
||||
mvwscanw@NCURSESW_5.1.20000708 6
|
||||
mvwvline@NCURSESW_5.1.20000708 6
|
||||
mvwvline_set@NCURSESW_5.3.20021019 6
|
||||
newpad@NCURSESW_5.1.20000708 6
|
||||
newterm@NCURSESW_5.1.20000708 6
|
||||
newwin@NCURSESW_5.1.20000708 6
|
||||
nl@NCURSESW_5.1.20000708 6
|
||||
noecho@NCURSESW_5.1.20000708 6
|
||||
nofilter@NCURSESW_5.6.20061217 6
|
||||
nonl@NCURSESW_5.1.20000708 6
|
||||
overlay@NCURSESW_5.1.20000708 6
|
||||
overwrite@NCURSESW_5.1.20000708 6
|
||||
pair_content@NCURSESW_5.1.20000708 6
|
||||
pecho_wchar@NCURSESW_5.4.20040208 6
|
||||
pechochar@NCURSESW_5.1.20000708 6
|
||||
pnoutrefresh@NCURSESW_5.1.20000708 6
|
||||
prefresh@NCURSESW_5.1.20000708 6
|
||||
printw@NCURSESW_5.1.20000708 6
|
||||
putwin@NCURSESW_5.1.20000708 6
|
||||
redrawwin@NCURSESW_5.1.20000708 6
|
||||
refresh@NCURSESW_5.1.20000708 6
|
||||
resize_term@NCURSESW_5.3.20021019 6
|
||||
resizeterm@NCURSESW_5.1.20000708 6
|
||||
restartterm@NCURSESW_5.1.20000708 6
|
||||
ripoffline@NCURSESW_5.1.20000708 6
|
||||
scanw@NCURSESW_5.1.20000708 6
|
||||
scr_dump@NCURSESW_5.1.20000708 6
|
||||
scr_init@NCURSESW_5.1.20000708 6
|
||||
scr_restore@NCURSESW_5.1.20000708 6
|
||||
scr_set@NCURSESW_5.1.20000708 6
|
||||
scrl@NCURSESW_5.1.20000708 6
|
||||
scroll@NCURSESW_5.1.20000708 6
|
||||
scrollok@NCURSESW_5.1.20000708 6
|
||||
set_escdelay@NCURSESW_5.7.20081102 6
|
||||
set_term@NCURSESW_5.1.20000708 6
|
||||
setcchar@NCURSESW_5.3.20021019 6
|
||||
setscrreg@NCURSESW_5.1.20000708 6
|
||||
slk_attr@NCURSESW_5.1.20000708 6
|
||||
slk_attr_off@NCURSESW_5.1.20000708 6
|
||||
slk_attr_on@NCURSESW_5.1.20000708 6
|
||||
slk_attr_set@NCURSESW_5.1.20000708 6
|
||||
slk_attroff@NCURSESW_5.1.20000708 6
|
||||
slk_attron@NCURSESW_5.1.20000708 6
|
||||
slk_attrset@NCURSESW_5.1.20000708 6
|
||||
slk_clear@NCURSESW_5.1.20000708 6
|
||||
slk_color@NCURSESW_5.1.20000708 6
|
||||
slk_init@NCURSESW_5.1.20000708 6
|
||||
slk_label@NCURSESW_5.1.20000708 6
|
||||
slk_noutrefresh@NCURSESW_5.1.20000708 6
|
||||
slk_refresh@NCURSESW_5.1.20000708 6
|
||||
slk_restore@NCURSESW_5.1.20000708 6
|
||||
slk_set@NCURSESW_5.1.20000708 6
|
||||
slk_touch@NCURSESW_5.1.20000708 6
|
||||
slk_wset@NCURSESW_5.4.20040208 6
|
||||
standend@NCURSESW_5.1.20000708 6
|
||||
standout@NCURSESW_5.1.20000708 6
|
||||
start_color@NCURSESW_5.1.20000708 6
|
||||
subpad@NCURSESW_5.1.20000708 6
|
||||
subwin@NCURSESW_5.1.20000708 6
|
||||
syncok@NCURSESW_5.1.20000708 6
|
||||
term_attrs@NCURSESW_5.3.20021019 6
|
||||
termattrs@NCURSESW_5.1.20000708 6
|
||||
timeout@NCURSESW_5.1.20000708 6
|
||||
touchline@NCURSESW_5.1.20000708 6
|
||||
touchwin@NCURSESW_5.1.20000708 6
|
||||
unget_wch@NCURSESW_5.3.20021019 6
|
||||
ungetch@NCURSESW_5.1.20000708 6
|
||||
ungetmouse@NCURSESW_5.1.20000708 6
|
||||
untouchwin@NCURSESW_5.1.20000708 6
|
||||
use_default_colors@NCURSESW_5.1.20000708 6
|
||||
use_legacy_coding@NCURSESW_5.6.20061217 6
|
||||
use_screen@NCURSESW_5.7.20081102 6
|
||||
use_window@NCURSESW_5.7.20081102 6
|
||||
vid_attr@NCURSESW_5.1.20000708 6
|
||||
vid_puts@NCURSESW_5.3.20021019 6
|
||||
vidattr@NCURSESW_5.1.20000708 6
|
||||
vidputs@NCURSESW_5.1.20000708 6
|
||||
vline@NCURSESW_5.1.20000708 6
|
||||
vline_set@NCURSESW_5.3.20021019 6
|
||||
vw_printw@NCURSESW_5.1.20000708 6
|
||||
vw_scanw@NCURSESW_5.1.20000708 6
|
||||
vwprintw@NCURSESW_5.1.20000708 6
|
||||
vwscanw@NCURSESW_5.1.20000708 6
|
||||
wadd_wch@NCURSESW_5.3.20021019 6
|
||||
wadd_wchnstr@NCURSESW_5.3.20021019 6
|
||||
wadd_wchstr@NCURSESW_5.3.20021019 6
|
||||
waddch@NCURSESW_5.1.20000708 6
|
||||
waddchnstr@NCURSESW_5.1.20000708 6
|
||||
waddchstr@NCURSESW_5.1.20000708 6
|
||||
waddnstr@NCURSESW_5.1.20000708 6
|
||||
waddnwstr@NCURSESW_5.3.20021019 6
|
||||
waddstr@NCURSESW_5.1.20000708 6
|
||||
waddwstr@NCURSESW_5.3.20021019 6
|
||||
wattr_get@NCURSESW_5.1.20000708 6
|
||||
wattr_off@NCURSESW_5.1.20000708 6
|
||||
wattr_on@NCURSESW_5.1.20000708 6
|
||||
wattr_set@NCURSESW_5.1.20000708 6
|
||||
wattroff@NCURSESW_5.1.20000708 6
|
||||
wattron@NCURSESW_5.1.20000708 6
|
||||
wattrset@NCURSESW_5.1.20000708 6
|
||||
wbkgd@NCURSESW_5.1.20000708 6
|
||||
wbkgdset@NCURSESW_5.1.20000708 6
|
||||
wbkgrnd@NCURSESW_5.3.20021019 6
|
||||
wbkgrndset@NCURSESW_5.3.20021019 6
|
||||
wborder@NCURSESW_5.1.20000708 6
|
||||
wborder_set@NCURSESW_5.3.20021019 6
|
||||
wchgat@NCURSESW_5.1.20000708 6
|
||||
wclear@NCURSESW_5.1.20000708 6
|
||||
wclrtobot@NCURSESW_5.1.20000708 6
|
||||
wclrtoeol@NCURSESW_5.1.20000708 6
|
||||
wcolor_set@NCURSESW_5.1.20000708 6
|
||||
wcursyncup@NCURSESW_5.1.20000708 6
|
||||
wdelch@NCURSESW_5.1.20000708 6
|
||||
wdeleteln@NCURSESW_5.1.20000708 6
|
||||
wecho_wchar@NCURSESW_5.3.20021019 6
|
||||
wechochar@NCURSESW_5.1.20000708 6
|
||||
wenclose@NCURSESW_5.1.20000708 6
|
||||
werase@NCURSESW_5.1.20000708 6
|
||||
wget_wch@NCURSESW_5.3.20021019 6
|
||||
wget_wstr@NCURSESW_5.3.20021019 6
|
||||
wgetbkgrnd@NCURSESW_5.6.20061217 6
|
||||
wgetch@NCURSESW_5.1.20000708 6
|
||||
wgetdelay@NCURSESW_5.9.20150530 6
|
||||
wgetn_wstr@NCURSESW_5.3.20021019 6
|
||||
wgetnstr@NCURSESW_5.1.20000708 6
|
||||
wgetparent@NCURSESW_5.7.20081102 6
|
||||
wgetscrreg@NCURSESW_5.7.20081102 6
|
||||
wgetstr@NCURSESW_5.1.20000708 6
|
||||
whline@NCURSESW_5.1.20000708 6
|
||||
whline_set@NCURSESW_5.3.20021019 6
|
||||
win_wch@NCURSESW_5.3.20021019 6
|
||||
win_wchnstr@NCURSESW_5.3.20021019 6
|
||||
win_wchstr@NCURSESW_5.3.20021019 6
|
||||
winch@NCURSESW_5.1.20000708 6
|
||||
winchnstr@NCURSESW_5.1.20000708 6
|
||||
winchstr@NCURSESW_5.1.20000708 6
|
||||
winnstr@NCURSESW_5.1.20000708 6
|
||||
winnwstr@NCURSESW_5.3.20021019 6
|
||||
wins_nwstr@NCURSESW_5.3.20021019 6
|
||||
wins_wch@NCURSESW_5.3.20021019 6
|
||||
wins_wstr@NCURSESW_5.3.20021019 6
|
||||
winsch@NCURSESW_5.1.20000708 6
|
||||
winsdelln@NCURSESW_5.1.20000708 6
|
||||
winsertln@NCURSESW_5.1.20000708 6
|
||||
winsnstr@NCURSESW_5.1.20000708 6
|
||||
winsstr@NCURSESW_5.1.20000708 6
|
||||
winstr@NCURSESW_5.1.20000708 6
|
||||
winwstr@NCURSESW_5.3.20021019 6
|
||||
wmouse_trafo@NCURSESW_5.1.20000708 6
|
||||
wmove@NCURSESW_5.1.20000708 6
|
||||
wnoutrefresh@NCURSESW_5.1.20000708 6
|
||||
wprintw@NCURSESW_5.1.20000708 6
|
||||
wredrawln@NCURSESW_5.1.20000708 6
|
||||
wrefresh@NCURSESW_5.1.20000708 6
|
||||
wresize@NCURSESW_5.1.20000708 6
|
||||
wscanw@NCURSESW_5.1.20000708 6
|
||||
wscrl@NCURSESW_5.1.20000708 6
|
||||
wsetscrreg@NCURSESW_5.1.20000708 6
|
||||
wstandend@NCURSESW_5.1.20000708 6
|
||||
wstandout@NCURSESW_5.1.20000708 6
|
||||
wsyncdown@NCURSESW_5.1.20000708 6
|
||||
wsyncup@NCURSESW_5.1.20000708 6
|
||||
wtouchln@NCURSESW_5.1.20000708 6
|
||||
wunctrl@NCURSESW_5.3.20021019 6
|
||||
wvline@NCURSESW_5.1.20000708 6
|
||||
wvline_set@NCURSESW_5.3.20021019 6
|
||||
libpanelw.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSESW_5.1.20000708@NCURSESW_5.1.20000708 6
|
||||
NCURSESW_5.3.20021019@NCURSESW_5.3.20021019 6
|
||||
NCURSESW_5.4.20040208@NCURSESW_5.4.20040208 6
|
||||
NCURSESW_5.5.20051010@NCURSESW_5.5.20051010 6
|
||||
NCURSESW_5.6.20061217@NCURSESW_5.6.20061217 6
|
||||
NCURSESW_5.7.20081102@NCURSESW_5.7.20081102 6
|
||||
NCURSESW_5.8.20110226@NCURSESW_5.8.20110226 6
|
||||
NCURSESW_5.9.20150530@NCURSESW_5.9.20150530 6
|
||||
NCURSESW_6.1.20171230@NCURSESW_6.1.20171230 6.1
|
||||
NCURSESW_6.2.20200212@NCURSESW_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
bottom_panel@NCURSESW_5.1.20000708 6
|
||||
del_panel@NCURSESW_5.1.20000708 6
|
||||
hide_panel@NCURSESW_5.1.20000708 6
|
||||
move_panel@NCURSESW_5.1.20000708 6
|
||||
new_panel@NCURSESW_5.1.20000708 6
|
||||
panel_above@NCURSESW_5.1.20000708 6
|
||||
panel_below@NCURSESW_5.1.20000708 6
|
||||
panel_hidden@NCURSESW_5.1.20000708 6
|
||||
panel_userptr@NCURSESW_5.1.20000708 6
|
||||
panel_window@NCURSESW_5.1.20000708 6
|
||||
replace_panel@NCURSESW_5.1.20000708 6
|
||||
set_panel_userptr@NCURSESW_5.1.20000708 6
|
||||
show_panel@NCURSESW_5.1.20000708 6
|
||||
top_panel@NCURSESW_5.1.20000708 6
|
||||
update_panels@NCURSESW_5.1.20000708 6
|
|
@ -0,0 +1,4 @@
|
|||
usr/lib/${DEB_HOST_MULTIARCH}/libncursesw.so.* lib/${DEB_HOST_MULTIARCH}/
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libpanelw.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libformw.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libmenuw.so.*
|
|
@ -0,0 +1,755 @@
|
|||
libformw.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
TYPE_ALNUM@NCURSESW6_5.1.20000708 6
|
||||
TYPE_ALPHA@NCURSESW6_5.1.20000708 6
|
||||
TYPE_ENUM@NCURSESW6_5.1.20000708 6
|
||||
TYPE_INTEGER@NCURSESW6_5.1.20000708 6
|
||||
TYPE_IPV4@NCURSESW6_5.1.20000708 6
|
||||
TYPE_NUMERIC@NCURSESW6_5.1.20000708 6
|
||||
TYPE_REGEXP@NCURSESW6_5.1.20000708 6
|
||||
current_field@NCURSESW6_5.1.20000708 6
|
||||
data_ahead@NCURSESW6_5.1.20000708 6
|
||||
data_behind@NCURSESW6_5.1.20000708 6
|
||||
dup_field@NCURSESW6_5.1.20000708 6
|
||||
dynamic_field_info@NCURSESW6_5.1.20000708 6
|
||||
field_arg@NCURSESW6_5.1.20000708 6
|
||||
field_back@NCURSESW6_5.1.20000708 6
|
||||
field_buffer@NCURSESW6_5.1.20000708 6
|
||||
field_count@NCURSESW6_5.1.20000708 6
|
||||
field_fore@NCURSESW6_5.1.20000708 6
|
||||
field_index@NCURSESW6_5.1.20000708 6
|
||||
field_info@NCURSESW6_5.1.20000708 6
|
||||
field_init@NCURSESW6_5.1.20000708 6
|
||||
field_just@NCURSESW6_5.1.20000708 6
|
||||
field_opts@NCURSESW6_5.1.20000708 6
|
||||
field_opts_off@NCURSESW6_5.1.20000708 6
|
||||
field_opts_on@NCURSESW6_5.1.20000708 6
|
||||
field_pad@NCURSESW6_5.1.20000708 6
|
||||
field_status@NCURSESW6_5.1.20000708 6
|
||||
field_term@NCURSESW6_5.1.20000708 6
|
||||
field_type@NCURSESW6_5.1.20000708 6
|
||||
field_userptr@NCURSESW6_5.1.20000708 6
|
||||
form_driver@NCURSESW6_5.1.20000708 6
|
||||
form_driver_w@NCURSESW6_5.9.20150530 6
|
||||
form_fields@NCURSESW6_5.1.20000708 6
|
||||
form_init@NCURSESW6_5.1.20000708 6
|
||||
form_opts@NCURSESW6_5.1.20000708 6
|
||||
form_opts_off@NCURSESW6_5.1.20000708 6
|
||||
form_opts_on@NCURSESW6_5.1.20000708 6
|
||||
form_page@NCURSESW6_5.1.20000708 6
|
||||
form_request_by_name@NCURSESW6_5.1.20000708 6
|
||||
form_request_name@NCURSESW6_5.1.20000708 6
|
||||
form_sub@NCURSESW6_5.1.20000708 6
|
||||
form_term@NCURSESW6_5.1.20000708 6
|
||||
form_userptr@NCURSESW6_5.1.20000708 6
|
||||
form_win@NCURSESW6_5.1.20000708 6
|
||||
free_field@NCURSESW6_5.1.20000708 6
|
||||
free_fieldtype@NCURSESW6_5.1.20000708 6
|
||||
free_form@NCURSESW6_5.1.20000708 6
|
||||
link_field@NCURSESW6_5.1.20000708 6
|
||||
link_fieldtype@NCURSESW6_5.1.20000708 6
|
||||
move_field@NCURSESW6_5.1.20000708 6
|
||||
new_field@NCURSESW6_5.1.20000708 6
|
||||
new_fieldtype@NCURSESW6_5.1.20000708 6
|
||||
new_form@NCURSESW6_5.1.20000708 6
|
||||
new_form_sp@NCURSESW6_5.8.20110226 6
|
||||
new_page@NCURSESW6_5.1.20000708 6
|
||||
pos_form_cursor@NCURSESW6_5.1.20000708 6
|
||||
post_form@NCURSESW6_5.1.20000708 6
|
||||
scale_form@NCURSESW6_5.1.20000708 6
|
||||
set_current_field@NCURSESW6_5.1.20000708 6
|
||||
set_field_back@NCURSESW6_5.1.20000708 6
|
||||
set_field_buffer@NCURSESW6_5.1.20000708 6
|
||||
set_field_fore@NCURSESW6_5.1.20000708 6
|
||||
set_field_init@NCURSESW6_5.1.20000708 6
|
||||
set_field_just@NCURSESW6_5.1.20000708 6
|
||||
set_field_opts@NCURSESW6_5.1.20000708 6
|
||||
set_field_pad@NCURSESW6_5.1.20000708 6
|
||||
set_field_status@NCURSESW6_5.1.20000708 6
|
||||
set_field_term@NCURSESW6_5.1.20000708 6
|
||||
set_field_type@NCURSESW6_5.1.20000708 6
|
||||
set_field_userptr@NCURSESW6_5.1.20000708 6
|
||||
set_fieldtype_arg@NCURSESW6_5.1.20000708 6
|
||||
set_fieldtype_choice@NCURSESW6_5.1.20000708 6
|
||||
set_form_fields@NCURSESW6_5.1.20000708 6
|
||||
set_form_init@NCURSESW6_5.1.20000708 6
|
||||
set_form_opts@NCURSESW6_5.1.20000708 6
|
||||
set_form_page@NCURSESW6_5.1.20000708 6
|
||||
set_form_sub@NCURSESW6_5.1.20000708 6
|
||||
set_form_term@NCURSESW6_5.1.20000708 6
|
||||
set_form_userptr@NCURSESW6_5.1.20000708 6
|
||||
set_form_win@NCURSESW6_5.1.20000708 6
|
||||
set_max_field@NCURSESW6_5.1.20000708 6
|
||||
set_new_page@NCURSESW6_5.1.20000708 6
|
||||
unfocus_current_field@NCURSESW6_6.1.20171230 6.1
|
||||
unpost_form@NCURSESW6_5.1.20000708 6
|
||||
libmenuw.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
current_item@NCURSESW6_5.1.20000708 6
|
||||
free_item@NCURSESW6_5.1.20000708 6
|
||||
free_menu@NCURSESW6_5.1.20000708 6
|
||||
item_count@NCURSESW6_5.1.20000708 6
|
||||
item_description@NCURSESW6_5.1.20000708 6
|
||||
item_index@NCURSESW6_5.1.20000708 6
|
||||
item_init@NCURSESW6_5.1.20000708 6
|
||||
item_name@NCURSESW6_5.1.20000708 6
|
||||
item_opts@NCURSESW6_5.1.20000708 6
|
||||
item_opts_off@NCURSESW6_5.1.20000708 6
|
||||
item_opts_on@NCURSESW6_5.1.20000708 6
|
||||
item_term@NCURSESW6_5.1.20000708 6
|
||||
item_userptr@NCURSESW6_5.1.20000708 6
|
||||
item_value@NCURSESW6_5.1.20000708 6
|
||||
item_visible@NCURSESW6_5.1.20000708 6
|
||||
menu_back@NCURSESW6_5.1.20000708 6
|
||||
menu_driver@NCURSESW6_5.1.20000708 6
|
||||
menu_fore@NCURSESW6_5.1.20000708 6
|
||||
menu_format@NCURSESW6_5.1.20000708 6
|
||||
menu_grey@NCURSESW6_5.1.20000708 6
|
||||
menu_init@NCURSESW6_5.1.20000708 6
|
||||
menu_items@NCURSESW6_5.1.20000708 6
|
||||
menu_mark@NCURSESW6_5.1.20000708 6
|
||||
menu_opts@NCURSESW6_5.1.20000708 6
|
||||
menu_opts_off@NCURSESW6_5.1.20000708 6
|
||||
menu_opts_on@NCURSESW6_5.1.20000708 6
|
||||
menu_pad@NCURSESW6_5.1.20000708 6
|
||||
menu_pattern@NCURSESW6_5.1.20000708 6
|
||||
menu_request_by_name@NCURSESW6_5.1.20000708 6
|
||||
menu_request_name@NCURSESW6_5.1.20000708 6
|
||||
menu_spacing@NCURSESW6_5.1.20000708 6
|
||||
menu_sub@NCURSESW6_5.1.20000708 6
|
||||
menu_term@NCURSESW6_5.1.20000708 6
|
||||
menu_userptr@NCURSESW6_5.1.20000708 6
|
||||
menu_win@NCURSESW6_5.1.20000708 6
|
||||
new_item@NCURSESW6_5.1.20000708 6
|
||||
new_menu@NCURSESW6_5.1.20000708 6
|
||||
new_menu_sp@NCURSESW6_5.8.20110226 6
|
||||
pos_menu_cursor@NCURSESW6_5.1.20000708 6
|
||||
post_menu@NCURSESW6_5.1.20000708 6
|
||||
scale_menu@NCURSESW6_5.1.20000708 6
|
||||
set_current_item@NCURSESW6_5.1.20000708 6
|
||||
set_item_init@NCURSESW6_5.1.20000708 6
|
||||
set_item_opts@NCURSESW6_5.1.20000708 6
|
||||
set_item_term@NCURSESW6_5.1.20000708 6
|
||||
set_item_userptr@NCURSESW6_5.1.20000708 6
|
||||
set_item_value@NCURSESW6_5.1.20000708 6
|
||||
set_menu_back@NCURSESW6_5.1.20000708 6
|
||||
set_menu_fore@NCURSESW6_5.1.20000708 6
|
||||
set_menu_format@NCURSESW6_5.1.20000708 6
|
||||
set_menu_grey@NCURSESW6_5.1.20000708 6
|
||||
set_menu_init@NCURSESW6_5.1.20000708 6
|
||||
set_menu_items@NCURSESW6_5.1.20000708 6
|
||||
set_menu_mark@NCURSESW6_5.1.20000708 6
|
||||
set_menu_opts@NCURSESW6_5.1.20000708 6
|
||||
set_menu_pad@NCURSESW6_5.1.20000708 6
|
||||
set_menu_pattern@NCURSESW6_5.1.20000708 6
|
||||
set_menu_spacing@NCURSESW6_5.1.20000708 6
|
||||
set_menu_sub@NCURSESW6_5.1.20000708 6
|
||||
set_menu_term@NCURSESW6_5.1.20000708 6
|
||||
set_menu_userptr@NCURSESW6_5.1.20000708 6
|
||||
set_menu_win@NCURSESW6_5.1.20000708 6
|
||||
set_top_row@NCURSESW6_5.1.20000708 6
|
||||
top_row@NCURSESW6_5.1.20000708 6
|
||||
unpost_menu@NCURSESW6_5.1.20000708 6
|
||||
libncursesw.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
COLORS@NCURSESW6_5.1.20000708 6
|
||||
COLOR_PAIR@NCURSESW6_5.1.20000708 6
|
||||
COLOR_PAIRS@NCURSESW6_5.1.20000708 6
|
||||
ESCDELAY@NCURSESW6_5.1.20000708 6
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
PAIR_NUMBER@NCURSESW6_5.1.20000708 6
|
||||
_nc_free_and_exit@NCURSESW6_5.1.20000708 6
|
||||
_nc_freeall@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_panelhook@NCURSESW6_5.1.20000708 6
|
||||
_nc_panelhook_sp@NCURSESW6_5.8.20110226 6
|
||||
_nc_ripoffline@NCURSESW6_5.1.20000708 6
|
||||
_nc_wacs@NCURSESW6_5.3.20021019 6
|
||||
_nc_wchstrlen@NCURSESW6_5.3.20021019 6
|
||||
_nc_wcrtomb@NCURSESW6_5.5.20051010 6
|
||||
add_wch@NCURSESW6_5.3.20021019 6
|
||||
add_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
add_wchstr@NCURSESW6_5.3.20021019 6
|
||||
addch@NCURSESW6_5.1.20000708 6
|
||||
addchnstr@NCURSESW6_5.1.20000708 6
|
||||
addchstr@NCURSESW6_5.1.20000708 6
|
||||
addnstr@NCURSESW6_5.1.20000708 6
|
||||
addnwstr@NCURSESW6_5.3.20021019 6
|
||||
addstr@NCURSESW6_5.1.20000708 6
|
||||
addwstr@NCURSESW6_5.3.20021019 6
|
||||
alloc_pair@NCURSESW6_6.1.20171230 6.1
|
||||
alloc_pair_sp@NCURSESW6_6.1.20171230 6.1
|
||||
assume_default_colors@NCURSESW6_5.1.20000708 6
|
||||
assume_default_colors_sp@NCURSESW6_5.8.20110226 6
|
||||
attr_get@NCURSESW6_5.1.20000708 6
|
||||
attr_off@NCURSESW6_5.1.20000708 6
|
||||
attr_on@NCURSESW6_5.1.20000708 6
|
||||
attr_set@NCURSESW6_5.1.20000708 6
|
||||
attroff@NCURSESW6_5.1.20000708 6
|
||||
attron@NCURSESW6_5.1.20000708 6
|
||||
attrset@NCURSESW6_5.1.20000708 6
|
||||
beep@NCURSESW6_5.1.20000708 6
|
||||
beep_sp@NCURSESW6_5.8.20110226 6
|
||||
bkgd@NCURSESW6_5.1.20000708 6
|
||||
bkgdset@NCURSESW6_5.1.20000708 6
|
||||
bkgrnd@NCURSESW6_5.3.20021019 6
|
||||
bkgrndset@NCURSESW6_5.3.20021019 6
|
||||
border@NCURSESW6_5.1.20000708 6
|
||||
border_set@NCURSESW6_5.3.20021019 6
|
||||
box@NCURSESW6_5.1.20000708 6
|
||||
box_set@NCURSESW6_5.3.20021019 6
|
||||
can_change_color@NCURSESW6_5.1.20000708 6
|
||||
can_change_color_sp@NCURSESW6_5.8.20110226 6
|
||||
chgat@NCURSESW6_5.1.20000708 6
|
||||
clear@NCURSESW6_5.1.20000708 6
|
||||
clearok@NCURSESW6_5.1.20000708 6
|
||||
clrtobot@NCURSESW6_5.1.20000708 6
|
||||
clrtoeol@NCURSESW6_5.1.20000708 6
|
||||
color_content@NCURSESW6_5.1.20000708 6
|
||||
color_content_sp@NCURSESW6_5.8.20110226 6
|
||||
color_set@NCURSESW6_5.1.20000708 6
|
||||
copywin@NCURSESW6_5.1.20000708 6
|
||||
delch@NCURSESW6_5.1.20000708 6
|
||||
deleteln@NCURSESW6_5.1.20000708 6
|
||||
delscreen@NCURSESW6_5.1.20000708 6
|
||||
delwin@NCURSESW6_5.1.20000708 6
|
||||
derwin@NCURSESW6_5.1.20000708 6
|
||||
doupdate@NCURSESW6_5.1.20000708 6
|
||||
doupdate_sp@NCURSESW6_5.8.20110226 6
|
||||
dupwin@NCURSESW6_5.1.20000708 6
|
||||
echo@NCURSESW6_5.1.20000708 6
|
||||
echo_sp@NCURSESW6_5.8.20110226 6
|
||||
echo_wchar@NCURSESW6_5.3.20021019 6
|
||||
echochar@NCURSESW6_5.1.20000708 6
|
||||
endwin@NCURSESW6_5.1.20000708 6
|
||||
endwin_sp@NCURSESW6_5.8.20110226 6
|
||||
erase@NCURSESW6_5.1.20000708 6
|
||||
erasewchar@NCURSESW6_5.3.20021019 6
|
||||
exit_curses@NCURSESW6_6.2.20200212 6.2
|
||||
extended_color_content@NCURSESW6_6.1.20171230 6.1
|
||||
extended_color_content_sp@NCURSESW6_6.1.20171230 6.1
|
||||
extended_pair_content@NCURSESW6_6.1.20171230 6.1
|
||||
extended_pair_content_sp@NCURSESW6_6.1.20171230 6.1
|
||||
extended_slk_color@NCURSESW6_6.1.20171230 6.1+20180203
|
||||
extended_slk_color_sp@NCURSESW6_6.1.20171230 6.1+20180203
|
||||
filter@NCURSESW6_5.1.20000708 6
|
||||
filter_sp@NCURSESW6_5.8.20110226 6
|
||||
find_pair@NCURSESW6_6.1.20171230 6.1
|
||||
find_pair_sp@NCURSESW6_6.1.20171230 6.1
|
||||
flash@NCURSESW6_5.1.20000708 6
|
||||
flash_sp@NCURSESW6_5.8.20110226 6
|
||||
free_pair@NCURSESW6_6.1.20171230 6.1
|
||||
free_pair_sp@NCURSESW6_6.1.20171230 6.1
|
||||
get_escdelay@NCURSESW6_5.8.20110226 6
|
||||
get_escdelay_sp@NCURSESW6_5.8.20110226 6
|
||||
get_wch@NCURSESW6_5.3.20021019 6
|
||||
get_wstr@NCURSESW6_5.3.20021019 6
|
||||
getattrs@NCURSESW6_5.7.20081102 6
|
||||
getbegx@NCURSESW6_5.6.20061217 6
|
||||
getbegy@NCURSESW6_5.6.20061217 6
|
||||
getbkgd@NCURSESW6_5.1.20000708 6
|
||||
getbkgrnd@NCURSESW6_5.3.20021019 6
|
||||
getcchar@NCURSESW6_5.3.20021019 6
|
||||
getch@NCURSESW6_5.1.20000708 6
|
||||
getcurx@NCURSESW6_5.6.20061217 6
|
||||
getcury@NCURSESW6_5.6.20061217 6
|
||||
getmaxx@NCURSESW6_5.6.20061217 6
|
||||
getmaxy@NCURSESW6_5.6.20061217 6
|
||||
getmouse@NCURSESW6_5.1.20000708 6
|
||||
getmouse_sp@NCURSESW6_5.8.20110226 6
|
||||
getn_wstr@NCURSESW6_5.3.20021019 6
|
||||
getnstr@NCURSESW6_5.1.20000708 6
|
||||
getparx@NCURSESW6_5.6.20061217 6
|
||||
getpary@NCURSESW6_5.6.20061217 6
|
||||
getstr@NCURSESW6_5.1.20000708 6
|
||||
getwin@NCURSESW6_5.1.20000708 6
|
||||
getwin_sp@NCURSESW6_5.8.20110226 6
|
||||
has_colors@NCURSESW6_5.1.20000708 6
|
||||
has_colors_sp@NCURSESW6_5.8.20110226 6
|
||||
has_mouse@NCURSESW6_5.8.20110226 6
|
||||
has_mouse_sp@NCURSESW6_5.8.20110226 6
|
||||
hline@NCURSESW6_5.1.20000708 6
|
||||
hline_set@NCURSESW6_5.3.20021019 6
|
||||
immedok@NCURSESW6_5.1.20000708 6
|
||||
in_wch@NCURSESW6_5.3.20021019 6
|
||||
in_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
in_wchstr@NCURSESW6_5.3.20021019 6
|
||||
inch@NCURSESW6_5.1.20000708 6
|
||||
inchnstr@NCURSESW6_5.1.20000708 6
|
||||
inchstr@NCURSESW6_5.1.20000708 6
|
||||
init_color@NCURSESW6_5.1.20000708 6
|
||||
init_color_sp@NCURSESW6_5.8.20110226 6
|
||||
init_extended_color@NCURSESW6_6.1.20171230 6.1
|
||||
init_extended_color_sp@NCURSESW6_6.1.20171230 6.1
|
||||
init_extended_pair@NCURSESW6_6.1.20171230 6.1
|
||||
init_extended_pair_sp@NCURSESW6_6.1.20171230 6.1
|
||||
init_pair@NCURSESW6_5.1.20000708 6
|
||||
init_pair_sp@NCURSESW6_5.8.20110226 6
|
||||
initscr@NCURSESW6_5.1.20000708 6
|
||||
innstr@NCURSESW6_5.1.20000708 6
|
||||
innwstr@NCURSESW6_5.3.20021019 6
|
||||
ins_nwstr@NCURSESW6_5.3.20021019 6
|
||||
ins_wch@NCURSESW6_5.3.20021019 6
|
||||
ins_wstr@NCURSESW6_5.3.20021019 6
|
||||
insch@NCURSESW6_5.1.20000708 6
|
||||
insdelln@NCURSESW6_5.1.20000708 6
|
||||
insertln@NCURSESW6_5.1.20000708 6
|
||||
insnstr@NCURSESW6_5.1.20000708 6
|
||||
insstr@NCURSESW6_5.1.20000708 6
|
||||
instr@NCURSESW6_5.1.20000708 6
|
||||
inwstr@NCURSESW6_5.3.20021019 6
|
||||
is_cleared@NCURSESW6_5.7.20081102 6
|
||||
is_idcok@NCURSESW6_5.7.20081102 6
|
||||
is_idlok@NCURSESW6_5.7.20081102 6
|
||||
is_immedok@NCURSESW6_5.7.20081102 6
|
||||
is_keypad@NCURSESW6_5.7.20081102 6
|
||||
is_leaveok@NCURSESW6_5.7.20081102 6
|
||||
is_linetouched@NCURSESW6_5.1.20000708 6
|
||||
is_nodelay@NCURSESW6_5.7.20081102 6
|
||||
is_notimeout@NCURSESW6_5.7.20081102 6
|
||||
is_pad@NCURSESW6_5.8.20110226 6
|
||||
is_scrollok@NCURSESW6_5.7.20081102 6
|
||||
is_subwin@NCURSESW6_5.8.20110226 6
|
||||
is_syncok@NCURSESW6_5.7.20081102 6
|
||||
is_term_resized@NCURSESW6_5.3.20021019 6
|
||||
is_term_resized_sp@NCURSESW6_5.8.20110226 6
|
||||
is_wintouched@NCURSESW6_5.1.20000708 6
|
||||
isendwin@NCURSESW6_5.1.20000708 6
|
||||
isendwin_sp@NCURSESW6_5.8.20110226 6
|
||||
key_name@NCURSESW6_5.3.20021019 6
|
||||
killwchar@NCURSESW6_5.3.20021019 6
|
||||
leaveok@NCURSESW6_5.1.20000708 6
|
||||
mcprint@NCURSESW6_5.1.20000708 6
|
||||
mcprint_sp@NCURSESW6_5.8.20110226 6
|
||||
mouse_trafo@NCURSESW6_5.1.20000708 6
|
||||
mouseinterval@NCURSESW6_5.1.20000708 6
|
||||
mouseinterval_sp@NCURSESW6_5.8.20110226 6
|
||||
mousemask@NCURSESW6_5.1.20000708 6
|
||||
mousemask_sp@NCURSESW6_5.8.20110226 6
|
||||
move@NCURSESW6_5.1.20000708 6
|
||||
mvadd_wch@NCURSESW6_5.3.20021019 6
|
||||
mvadd_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
mvadd_wchstr@NCURSESW6_5.3.20021019 6
|
||||
mvaddch@NCURSESW6_5.1.20000708 6
|
||||
mvaddchnstr@NCURSESW6_5.1.20000708 6
|
||||
mvaddchstr@NCURSESW6_5.1.20000708 6
|
||||
mvaddnstr@NCURSESW6_5.1.20000708 6
|
||||
mvaddnwstr@NCURSESW6_5.3.20021019 6
|
||||
mvaddstr@NCURSESW6_5.1.20000708 6
|
||||
mvaddwstr@NCURSESW6_5.3.20021019 6
|
||||
mvchgat@NCURSESW6_5.1.20000708 6
|
||||
mvcur@NCURSESW6_5.1.20000708 6
|
||||
mvcur_sp@NCURSESW6_5.8.20110226 6
|
||||
mvdelch@NCURSESW6_5.1.20000708 6
|
||||
mvderwin@NCURSESW6_5.1.20000708 6
|
||||
mvget_wch@NCURSESW6_5.3.20021019 6
|
||||
mvget_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvgetch@NCURSESW6_5.1.20000708 6
|
||||
mvgetn_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvgetnstr@NCURSESW6_5.1.20000708 6
|
||||
mvgetstr@NCURSESW6_5.1.20000708 6
|
||||
mvhline@NCURSESW6_5.1.20000708 6
|
||||
mvhline_set@NCURSESW6_5.3.20021019 6
|
||||
mvin_wch@NCURSESW6_5.3.20021019 6
|
||||
mvin_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
mvin_wchstr@NCURSESW6_5.3.20021019 6
|
||||
mvinch@NCURSESW6_5.1.20000708 6
|
||||
mvinchnstr@NCURSESW6_5.1.20000708 6
|
||||
mvinchstr@NCURSESW6_5.1.20000708 6
|
||||
mvinnstr@NCURSESW6_5.1.20000708 6
|
||||
mvinnwstr@NCURSESW6_5.3.20021019 6
|
||||
mvins_nwstr@NCURSESW6_5.3.20021019 6
|
||||
mvins_wch@NCURSESW6_5.3.20021019 6
|
||||
mvins_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvinsch@NCURSESW6_5.1.20000708 6
|
||||
mvinsnstr@NCURSESW6_5.1.20000708 6
|
||||
mvinsstr@NCURSESW6_5.1.20000708 6
|
||||
mvinstr@NCURSESW6_5.1.20000708 6
|
||||
mvinwstr@NCURSESW6_5.3.20021019 6
|
||||
mvprintw@NCURSESW6_5.1.20000708 6
|
||||
mvscanw@NCURSESW6_5.1.20000708 6
|
||||
mvvline@NCURSESW6_5.1.20000708 6
|
||||
mvvline_set@NCURSESW6_5.3.20021019 6
|
||||
mvwadd_wch@NCURSESW6_5.3.20021019 6
|
||||
mvwadd_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
mvwadd_wchstr@NCURSESW6_5.3.20021019 6
|
||||
mvwaddch@NCURSESW6_5.1.20000708 6
|
||||
mvwaddchnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwaddchstr@NCURSESW6_5.1.20000708 6
|
||||
mvwaddnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwaddnwstr@NCURSESW6_5.3.20021019 6
|
||||
mvwaddstr@NCURSESW6_5.1.20000708 6
|
||||
mvwaddwstr@NCURSESW6_5.3.20021019 6
|
||||
mvwchgat@NCURSESW6_5.1.20000708 6
|
||||
mvwdelch@NCURSESW6_5.1.20000708 6
|
||||
mvwget_wch@NCURSESW6_5.3.20021019 6
|
||||
mvwget_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvwgetch@NCURSESW6_5.1.20000708 6
|
||||
mvwgetn_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvwgetnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwgetstr@NCURSESW6_5.1.20000708 6
|
||||
mvwhline@NCURSESW6_5.1.20000708 6
|
||||
mvwhline_set@NCURSESW6_5.3.20021019 6
|
||||
mvwin@NCURSESW6_5.1.20000708 6
|
||||
mvwin_wch@NCURSESW6_5.3.20021019 6
|
||||
mvwin_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
mvwin_wchstr@NCURSESW6_5.3.20021019 6
|
||||
mvwinch@NCURSESW6_5.1.20000708 6
|
||||
mvwinchnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinchstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinnwstr@NCURSESW6_5.3.20021019 6
|
||||
mvwins_nwstr@NCURSESW6_5.3.20021019 6
|
||||
mvwins_wch@NCURSESW6_5.3.20021019 6
|
||||
mvwins_wstr@NCURSESW6_5.3.20021019 6
|
||||
mvwinsch@NCURSESW6_5.1.20000708 6
|
||||
mvwinsnstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinsstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinstr@NCURSESW6_5.1.20000708 6
|
||||
mvwinwstr@NCURSESW6_5.3.20021019 6
|
||||
mvwprintw@NCURSESW6_5.1.20000708 6
|
||||
mvwscanw@NCURSESW6_5.1.20000708 6
|
||||
mvwvline@NCURSESW6_5.1.20000708 6
|
||||
mvwvline_set@NCURSESW6_5.3.20021019 6
|
||||
newpad@NCURSESW6_5.1.20000708 6
|
||||
newpad_sp@NCURSESW6_5.8.20110226 6
|
||||
newterm@NCURSESW6_5.1.20000708 6
|
||||
newterm_sp@NCURSESW6_5.8.20110226 6
|
||||
newwin@NCURSESW6_5.1.20000708 6
|
||||
newwin_sp@NCURSESW6_5.8.20110226 6
|
||||
nl@NCURSESW6_5.1.20000708 6
|
||||
nl_sp@NCURSESW6_5.8.20110226 6
|
||||
noecho@NCURSESW6_5.1.20000708 6
|
||||
noecho_sp@NCURSESW6_5.8.20110226 6
|
||||
nofilter@NCURSESW6_5.6.20061217 6
|
||||
nofilter_sp@NCURSESW6_5.8.20110226 6
|
||||
nonl@NCURSESW6_5.1.20000708 6
|
||||
nonl_sp@NCURSESW6_5.8.20110226 6
|
||||
overlay@NCURSESW6_5.1.20000708 6
|
||||
overwrite@NCURSESW6_5.1.20000708 6
|
||||
pair_content@NCURSESW6_5.1.20000708 6
|
||||
pair_content_sp@NCURSESW6_5.8.20110226 6
|
||||
pecho_wchar@NCURSESW6_5.4.20040208 6
|
||||
pechochar@NCURSESW6_5.1.20000708 6
|
||||
pnoutrefresh@NCURSESW6_5.1.20000708 6
|
||||
prefresh@NCURSESW6_5.1.20000708 6
|
||||
printw@NCURSESW6_5.1.20000708 6
|
||||
putwin@NCURSESW6_5.1.20000708 6
|
||||
redrawwin@NCURSESW6_5.1.20000708 6
|
||||
refresh@NCURSESW6_5.1.20000708 6
|
||||
reset_color_pairs@NCURSESW6_6.1.20171230 6.1
|
||||
reset_color_pairs_sp@NCURSESW6_6.1.20171230 6.1
|
||||
resize_term@NCURSESW6_5.3.20021019 6
|
||||
resize_term_sp@NCURSESW6_5.8.20110226 6
|
||||
resizeterm@NCURSESW6_5.1.20000708 6
|
||||
resizeterm_sp@NCURSESW6_5.8.20110226 6
|
||||
restartterm@NCURSESW6_5.1.20000708 6
|
||||
restartterm_sp@NCURSESW6_5.8.20110226 6
|
||||
ripoffline@NCURSESW6_5.1.20000708 6
|
||||
ripoffline_sp@NCURSESW6_5.8.20110226 6
|
||||
scanw@NCURSESW6_5.1.20000708 6
|
||||
scr_dump@NCURSESW6_5.1.20000708 6
|
||||
scr_init@NCURSESW6_5.1.20000708 6
|
||||
scr_init_sp@NCURSESW6_5.8.20110226 6
|
||||
scr_restore@NCURSESW6_5.1.20000708 6
|
||||
scr_restore_sp@NCURSESW6_5.8.20110226 6
|
||||
scr_set@NCURSESW6_5.1.20000708 6
|
||||
scr_set_sp@NCURSESW6_5.8.20110226 6
|
||||
scrl@NCURSESW6_5.1.20000708 6
|
||||
scroll@NCURSESW6_5.1.20000708 6
|
||||
scrollok@NCURSESW6_5.1.20000708 6
|
||||
set_escdelay@NCURSESW6_5.7.20081102 6
|
||||
set_escdelay_sp@NCURSESW6_5.8.20110226 6
|
||||
set_term@NCURSESW6_5.1.20000708 6
|
||||
setcchar@NCURSESW6_5.3.20021019 6
|
||||
setscrreg@NCURSESW6_5.1.20000708 6
|
||||
slk_attr@NCURSESW6_5.1.20000708 6
|
||||
slk_attr_off@NCURSESW6_5.1.20000708 6
|
||||
slk_attr_on@NCURSESW6_5.1.20000708 6
|
||||
slk_attr_set@NCURSESW6_5.1.20000708 6
|
||||
slk_attr_set_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_attr_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_attroff@NCURSESW6_5.1.20000708 6
|
||||
slk_attroff_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_attron@NCURSESW6_5.1.20000708 6
|
||||
slk_attron_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_attrset@NCURSESW6_5.1.20000708 6
|
||||
slk_attrset_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_clear@NCURSESW6_5.1.20000708 6
|
||||
slk_clear_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_color@NCURSESW6_5.1.20000708 6
|
||||
slk_color_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_init@NCURSESW6_5.1.20000708 6
|
||||
slk_init_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_label@NCURSESW6_5.1.20000708 6
|
||||
slk_label_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_noutrefresh@NCURSESW6_5.1.20000708 6
|
||||
slk_noutrefresh_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_refresh@NCURSESW6_5.1.20000708 6
|
||||
slk_refresh_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_restore@NCURSESW6_5.1.20000708 6
|
||||
slk_restore_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_set@NCURSESW6_5.1.20000708 6
|
||||
slk_set_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_touch@NCURSESW6_5.1.20000708 6
|
||||
slk_touch_sp@NCURSESW6_5.8.20110226 6
|
||||
slk_wset@NCURSESW6_5.4.20040208 6
|
||||
standend@NCURSESW6_5.1.20000708 6
|
||||
standout@NCURSESW6_5.1.20000708 6
|
||||
start_color@NCURSESW6_5.1.20000708 6
|
||||
start_color_sp@NCURSESW6_5.8.20110226 6
|
||||
subpad@NCURSESW6_5.1.20000708 6
|
||||
subwin@NCURSESW6_5.1.20000708 6
|
||||
syncok@NCURSESW6_5.1.20000708 6
|
||||
term_attrs@NCURSESW6_5.3.20021019 6
|
||||
term_attrs_sp@NCURSESW6_5.8.20110226 6
|
||||
termattrs@NCURSESW6_5.1.20000708 6
|
||||
termattrs_sp@NCURSESW6_5.8.20110226 6
|
||||
timeout@NCURSESW6_5.1.20000708 6
|
||||
touchline@NCURSESW6_5.1.20000708 6
|
||||
touchwin@NCURSESW6_5.1.20000708 6
|
||||
unget_wch@NCURSESW6_5.3.20021019 6
|
||||
unget_wch_sp@NCURSESW6_5.8.20110226 6
|
||||
ungetch@NCURSESW6_5.1.20000708 6
|
||||
ungetch_sp@NCURSESW6_5.8.20110226 6
|
||||
ungetmouse@NCURSESW6_5.1.20000708 6
|
||||
ungetmouse_sp@NCURSESW6_5.8.20110226 6
|
||||
untouchwin@NCURSESW6_5.1.20000708 6
|
||||
use_default_colors@NCURSESW6_5.1.20000708 6
|
||||
use_default_colors_sp@NCURSESW6_5.8.20110226 6
|
||||
use_legacy_coding@NCURSESW6_5.6.20061217 6
|
||||
use_legacy_coding_sp@NCURSESW6_5.8.20110226 6
|
||||
use_screen@NCURSESW6_5.7.20081102 6
|
||||
use_window@NCURSESW6_5.7.20081102 6
|
||||
vid_attr@NCURSESW6_5.1.20000708 6
|
||||
vid_attr_sp@NCURSESW6_5.8.20110226 6
|
||||
vid_puts@NCURSESW6_5.3.20021019 6
|
||||
vid_puts_sp@NCURSESW6_5.8.20110226 6
|
||||
vidattr@NCURSESW6_5.1.20000708 6
|
||||
vidattr_sp@NCURSESW6_5.8.20110226 6
|
||||
vidputs@NCURSESW6_5.1.20000708 6
|
||||
vidputs_sp@NCURSESW6_5.8.20110226 6
|
||||
vline@NCURSESW6_5.1.20000708 6
|
||||
vline_set@NCURSESW6_5.3.20021019 6
|
||||
vw_printw@NCURSESW6_5.1.20000708 6
|
||||
vw_scanw@NCURSESW6_5.1.20000708 6
|
||||
vwprintw@NCURSESW6_5.1.20000708 6
|
||||
vwscanw@NCURSESW6_5.1.20000708 6
|
||||
wadd_wch@NCURSESW6_5.3.20021019 6
|
||||
wadd_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
wadd_wchstr@NCURSESW6_5.3.20021019 6
|
||||
waddch@NCURSESW6_5.1.20000708 6
|
||||
waddchnstr@NCURSESW6_5.1.20000708 6
|
||||
waddchstr@NCURSESW6_5.1.20000708 6
|
||||
waddnstr@NCURSESW6_5.1.20000708 6
|
||||
waddnwstr@NCURSESW6_5.3.20021019 6
|
||||
waddstr@NCURSESW6_5.1.20000708 6
|
||||
waddwstr@NCURSESW6_5.3.20021019 6
|
||||
wattr_get@NCURSESW6_5.1.20000708 6
|
||||
wattr_off@NCURSESW6_5.1.20000708 6
|
||||
wattr_on@NCURSESW6_5.1.20000708 6
|
||||
wattr_set@NCURSESW6_5.1.20000708 6
|
||||
wattroff@NCURSESW6_5.1.20000708 6
|
||||
wattron@NCURSESW6_5.1.20000708 6
|
||||
wattrset@NCURSESW6_5.1.20000708 6
|
||||
wbkgd@NCURSESW6_5.1.20000708 6
|
||||
wbkgdset@NCURSESW6_5.1.20000708 6
|
||||
wbkgrnd@NCURSESW6_5.3.20021019 6
|
||||
wbkgrndset@NCURSESW6_5.3.20021019 6
|
||||
wborder@NCURSESW6_5.1.20000708 6
|
||||
wborder_set@NCURSESW6_5.3.20021019 6
|
||||
wchgat@NCURSESW6_5.1.20000708 6
|
||||
wclear@NCURSESW6_5.1.20000708 6
|
||||
wclrtobot@NCURSESW6_5.1.20000708 6
|
||||
wclrtoeol@NCURSESW6_5.1.20000708 6
|
||||
wcolor_set@NCURSESW6_5.1.20000708 6
|
||||
wcursyncup@NCURSESW6_5.1.20000708 6
|
||||
wdelch@NCURSESW6_5.1.20000708 6
|
||||
wdeleteln@NCURSESW6_5.1.20000708 6
|
||||
wecho_wchar@NCURSESW6_5.3.20021019 6
|
||||
wechochar@NCURSESW6_5.1.20000708 6
|
||||
wenclose@NCURSESW6_5.1.20000708 6
|
||||
werase@NCURSESW6_5.1.20000708 6
|
||||
wget_wch@NCURSESW6_5.3.20021019 6
|
||||
wget_wstr@NCURSESW6_5.3.20021019 6
|
||||
wgetbkgrnd@NCURSESW6_5.6.20061217 6
|
||||
wgetch@NCURSESW6_5.1.20000708 6
|
||||
wgetdelay@NCURSESW6_5.9.20150530 6
|
||||
wgetn_wstr@NCURSESW6_5.3.20021019 6
|
||||
wgetnstr@NCURSESW6_5.1.20000708 6
|
||||
wgetparent@NCURSESW6_5.7.20081102 6
|
||||
wgetscrreg@NCURSESW6_5.7.20081102 6
|
||||
wgetstr@NCURSESW6_5.1.20000708 6
|
||||
whline@NCURSESW6_5.1.20000708 6
|
||||
whline_set@NCURSESW6_5.3.20021019 6
|
||||
win_wch@NCURSESW6_5.3.20021019 6
|
||||
win_wchnstr@NCURSESW6_5.3.20021019 6
|
||||
win_wchstr@NCURSESW6_5.3.20021019 6
|
||||
winch@NCURSESW6_5.1.20000708 6
|
||||
winchnstr@NCURSESW6_5.1.20000708 6
|
||||
winchstr@NCURSESW6_5.1.20000708 6
|
||||
winnstr@NCURSESW6_5.1.20000708 6
|
||||
winnwstr@NCURSESW6_5.3.20021019 6
|
||||
wins_nwstr@NCURSESW6_5.3.20021019 6
|
||||
wins_wch@NCURSESW6_5.3.20021019 6
|
||||
wins_wstr@NCURSESW6_5.3.20021019 6
|
||||
winsch@NCURSESW6_5.1.20000708 6
|
||||
winsdelln@NCURSESW6_5.1.20000708 6
|
||||
winsertln@NCURSESW6_5.1.20000708 6
|
||||
winsnstr@NCURSESW6_5.1.20000708 6
|
||||
winsstr@NCURSESW6_5.1.20000708 6
|
||||
winstr@NCURSESW6_5.1.20000708 6
|
||||
winwstr@NCURSESW6_5.3.20021019 6
|
||||
wmouse_trafo@NCURSESW6_5.1.20000708 6
|
||||
wmove@NCURSESW6_5.1.20000708 6
|
||||
wnoutrefresh@NCURSESW6_5.1.20000708 6
|
||||
wprintw@NCURSESW6_5.1.20000708 6
|
||||
wredrawln@NCURSESW6_5.1.20000708 6
|
||||
wrefresh@NCURSESW6_5.1.20000708 6
|
||||
wresize@NCURSESW6_5.1.20000708 6
|
||||
wscanw@NCURSESW6_5.1.20000708 6
|
||||
wscrl@NCURSESW6_5.1.20000708 6
|
||||
wsetscrreg@NCURSESW6_5.1.20000708 6
|
||||
wstandend@NCURSESW6_5.1.20000708 6
|
||||
wstandout@NCURSESW6_5.1.20000708 6
|
||||
wsyncdown@NCURSESW6_5.1.20000708 6
|
||||
wsyncup@NCURSESW6_5.1.20000708 6
|
||||
wtouchln@NCURSESW6_5.1.20000708 6
|
||||
wunctrl@NCURSESW6_5.3.20021019 6
|
||||
wunctrl_sp@NCURSESW6_5.8.20110226 6
|
||||
wvline@NCURSESW6_5.1.20000708 6
|
||||
wvline_set@NCURSESW6_5.3.20021019 6
|
||||
libpanelw.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
bottom_panel@NCURSESW6_5.1.20000708 6
|
||||
ceiling_panel@NCURSESW6_5.8.20110226 6
|
||||
del_panel@NCURSESW6_5.1.20000708 6
|
||||
ground_panel@NCURSESW6_5.8.20110226 6
|
||||
hide_panel@NCURSESW6_5.1.20000708 6
|
||||
move_panel@NCURSESW6_5.1.20000708 6
|
||||
new_panel@NCURSESW6_5.1.20000708 6
|
||||
panel_above@NCURSESW6_5.1.20000708 6
|
||||
panel_below@NCURSESW6_5.1.20000708 6
|
||||
panel_hidden@NCURSESW6_5.1.20000708 6
|
||||
panel_userptr@NCURSESW6_5.1.20000708 6
|
||||
panel_window@NCURSESW6_5.1.20000708 6
|
||||
replace_panel@NCURSESW6_5.1.20000708 6
|
||||
set_panel_userptr@NCURSESW6_5.1.20000708 6
|
||||
show_panel@NCURSESW6_5.1.20000708 6
|
||||
top_panel@NCURSESW6_5.1.20000708 6
|
||||
update_panels@NCURSESW6_5.1.20000708 6
|
||||
update_panels_sp@NCURSESW6_5.8.20110226 6
|
|
@ -0,0 +1,3 @@
|
|||
/* We use a linker script rather than a symlink to work around
|
||||
an ldconfig bug, see http://bugs.debian.org/249122. */
|
||||
GROUP( libtinfo.so )
|
|
@ -0,0 +1,2 @@
|
|||
obj-legacy/lib/libtinfo.so.* lib/${DEB_HOST_MULTIARCH}
|
||||
obj-legacy/lib/libtic.so.* usr/lib/${DEB_HOST_MULTIARCH}
|
|
@ -0,0 +1,248 @@
|
|||
libtic.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
_nc_capcmp@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_check_termtype2@NCURSES_TIC_5.5.20051010 6
|
||||
_nc_disable_period@NCURSES_TIC_5.1.20000708 6
|
||||
_nc_entry_match@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_infotocap@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_read_entry_source@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_reset_input@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_resolve_uses2@NCURSES_TIC_5.5.20051010 6
|
||||
_nc_set_writedir@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_strict_bsd@NCURSES_TIC_5.9.20150530 6
|
||||
_nc_syntax@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_tic_expand@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_tic_written@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_trans_string@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_write_entry@NCURSES_TIC_5.0.19991023 6
|
||||
_nc_write_object@NCURSES_TIC_6.1.20171230 6.1
|
||||
libtinfo.so.5 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: #PACKAGE#
|
||||
BC@NCURSES_TINFO_5.0.19991023 6
|
||||
COLS@NCURSES_TINFO_5.0.19991023 6
|
||||
LINES@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_5.0.19991023@NCURSES_5.0.19991023 6
|
||||
NCURSES_5.1.20000708@NCURSES_5.1.20000708 6
|
||||
NCURSES_5.3.20021019@NCURSES_5.3.20021019 6
|
||||
NCURSES_5.4.20040208@NCURSES_5.4.20040208 6
|
||||
NCURSES_5.5.20051010@NCURSES_5.5.20051010 6
|
||||
NCURSES_5.6.20061217@NCURSES_5.6.20061217 6
|
||||
NCURSES_5.7.20081102@NCURSES_5.7.20081102 6
|
||||
NCURSES_5.8.20110226@NCURSES_5.8.20110226 6
|
||||
NCURSES_5.9.20150530@NCURSES_5.9.20150530 6
|
||||
NCURSES_6.1.20171230@NCURSES_6.1.20171230 6.1
|
||||
NCURSES_6.2.20200212@NCURSES_6.2.20200212 6.2
|
||||
NCURSES_TIC_5.0.19991023@NCURSES_TIC_5.0.19991023 6
|
||||
NCURSES_TIC_5.1.20000708@NCURSES_TIC_5.1.20000708 6
|
||||
NCURSES_TIC_5.5.20051010@NCURSES_TIC_5.5.20051010 6
|
||||
NCURSES_TIC_5.7.20081102@NCURSES_TIC_5.7.20081102 6
|
||||
NCURSES_TIC_5.9.20150530@NCURSES_TIC_5.9.20150530 6
|
||||
NCURSES_TIC_6.1.20171230@NCURSES_TIC_6.1.20171230 6.1
|
||||
NCURSES_TINFO_5.0.19991023@NCURSES_TINFO_5.0.19991023 6
|
||||
NCURSES_TINFO_5.1.20000708@NCURSES_TINFO_5.1.20000708 6
|
||||
NCURSES_TINFO_5.2.20001021@NCURSES_TINFO_5.2.20001021 6
|
||||
NCURSES_TINFO_5.3.20021019@NCURSES_TINFO_5.3.20021019 6
|
||||
NCURSES_TINFO_5.4.20040208@NCURSES_TINFO_5.4.20040208 6
|
||||
NCURSES_TINFO_5.5.20051010@NCURSES_TINFO_5.5.20051010 6
|
||||
NCURSES_TINFO_5.6.20061217@NCURSES_TINFO_5.6.20061217 6
|
||||
NCURSES_TINFO_5.7.20081102@NCURSES_TINFO_5.7.20081102 6
|
||||
NCURSES_TINFO_5.8.20110226@NCURSES_TINFO_5.8.20110226 6
|
||||
NCURSES_TINFO_5.9.20150530@NCURSES_TINFO_5.9.20150530 6
|
||||
NCURSES_TINFO_6.1.20171230@NCURSES_TINFO_6.1.20171230 6.1
|
||||
NCURSES_TINFO_6.2.20200212@NCURSES_TINFO_6.2.20200212 6.2
|
||||
PC@NCURSES_TINFO_5.0.19991023 6
|
||||
SP@NCURSES_TINFO_5.0.19991023 6
|
||||
TABSIZE@NCURSES_TINFO_5.0.19991023 6
|
||||
UP@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_access@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_add_to_try@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_align_termtype@NCURSES_TINFO_5.1.20000708 6
|
||||
_nc_basename@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_copy_termtype@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_curr_col@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_curr_line@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_doalloc@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_err_abort@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_fallback@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_find_entry@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_find_type_entry@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_find_user_entry@NCURSES_TINFO_6.2.20200212 6.2
|
||||
_nc_first_db@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_first_name@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_flush@NCURSES_TINFO_5.1.20000708 6
|
||||
_nc_free_entries@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_free_termtype@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_get_alias_table@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_get_hash_table@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_get_locale@NCURSES_TINFO_5.4.20040208 6
|
||||
_nc_get_screensize@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_get_source@NCURSES_TINFO_5.5.20051010 6
|
||||
_nc_get_table@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_get_tty_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_get_type@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_getenv_num@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_globals@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_handle_sigwinch@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_head@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_home_terminfo@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_init_acs@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_init_termtype@NCURSES_TINFO_5.9.20150530 6
|
||||
_nc_is_abs_path@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_is_dir_path@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_is_file_path@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_keep_tic_dir@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_keypad@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_last_db@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_leaks_tinfo@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_locale_breaks_acs@NCURSES_TINFO_5.4.20040208 6
|
||||
_nc_name_match@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_next_db@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_outch@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_pathlast@NCURSES_TINFO_5.4.20040208 6
|
||||
_nc_prescreen@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_putchar@NCURSES_TINFO_5.9.20150530 6
|
||||
_nc_putp@NCURSES_TINFO_5.8.20110226 6
|
||||
_nc_putp_flush@NCURSES_TINFO_5.8.20110226 6
|
||||
_nc_read_entry@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_read_file_entry@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_read_termtype@NCURSES_TINFO_5.6.20061217 6
|
||||
_nc_rootname@NCURSES_TINFO_5.3.20021019 6
|
||||
_nc_safe_strcat@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_safe_strcpy@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_screen_chain@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_screen_of@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_set_buffer@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_set_no_padding@NCURSES_TINFO_5.7.20081102 6
|
||||
_nc_set_source@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_set_tty_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_set_type@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_setupterm@NCURSES_TINFO_5.5.20051010 6
|
||||
_nc_str_copy@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_str_init@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_str_null@NCURSES_TINFO_5.2.20001021 6
|
||||
_nc_suppress_warnings@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_syserr_abort@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_tail@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_tic_dir@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_timed_wait@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_tinfo_fkeys@NCURSES_TINFO_5.1.20000708 6
|
||||
_nc_tparm_analyze@NCURSES_TINFO_5.4.20040208 6
|
||||
_nc_tparm_err@NCURSES_TINFO_5.3.20021019 6
|
||||
_nc_tracing@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_trim_sgr0@NCURSES_TINFO_5.5.20051010 6
|
||||
_nc_unicode_locale@NCURSES_TINFO_5.4.20040208 6
|
||||
_nc_update_screensize@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_user_definable@NCURSES_TINFO_5.1.20000708 6
|
||||
_nc_visbuf2@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_visbuf@NCURSES_TINFO_5.0.19991023 6
|
||||
_nc_visbufn@NCURSES_TINFO_5.3.20021019 6
|
||||
_nc_warning@NCURSES_TINFO_5.0.19991023 6
|
||||
acs_map@NCURSES_TINFO_5.0.19991023 6
|
||||
baudrate@NCURSES_TINFO_5.0.19991023 6
|
||||
boolcodes@NCURSES_TINFO_5.0.19991023 6
|
||||
boolfnames@NCURSES_TINFO_5.0.19991023 6
|
||||
boolnames@NCURSES_TINFO_5.0.19991023 6
|
||||
cbreak@NCURSES_TINFO_5.0.19991023 6
|
||||
cur_term@NCURSES_TINFO_5.0.19991023 6
|
||||
curs_set@NCURSES_TINFO_5.0.19991023 6
|
||||
curscr@NCURSES_TINFO_5.0.19991023 6
|
||||
curses_trace@NCURSES_TINFO_6.2.20200212 6.2
|
||||
curses_version@NCURSES_TINFO_5.0.19991023 6
|
||||
def_prog_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
def_shell_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
define_key@NCURSES_TINFO_5.0.19991023 6
|
||||
del_curterm@NCURSES_TINFO_5.0.19991023 6
|
||||
delay_output@NCURSES_TINFO_5.0.19991023 6
|
||||
erasechar@NCURSES_TINFO_5.0.19991023 6
|
||||
exit_terminfo@NCURSES_TINFO_6.2.20200212 6.2
|
||||
flushinp@NCURSES_TINFO_5.0.19991023 6
|
||||
halfdelay@NCURSES_TINFO_5.0.19991023 6
|
||||
has_ic@NCURSES_TINFO_5.0.19991023 6
|
||||
has_il@NCURSES_TINFO_5.0.19991023 6
|
||||
has_key@NCURSES_TINFO_5.0.19991023 6
|
||||
idcok@NCURSES_TINFO_5.0.19991023 6
|
||||
idlok@NCURSES_TINFO_5.0.19991023 6
|
||||
intrflush@NCURSES_TINFO_5.0.19991023 6
|
||||
key_defined@NCURSES_TINFO_5.4.20040208 6
|
||||
keybound@NCURSES_TINFO_5.0.19991023 6
|
||||
keyname@NCURSES_TINFO_5.0.19991023 6
|
||||
keyok@NCURSES_TINFO_5.0.19991023 6
|
||||
keypad@NCURSES_TINFO_5.0.19991023 6
|
||||
killchar@NCURSES_TINFO_5.0.19991023 6
|
||||
longname@NCURSES_TINFO_5.0.19991023 6
|
||||
meta@NCURSES_TINFO_5.0.19991023 6
|
||||
napms@NCURSES_TINFO_5.0.19991023 6
|
||||
newscr@NCURSES_TINFO_5.0.19991023 6
|
||||
nocbreak@NCURSES_TINFO_5.0.19991023 6
|
||||
nodelay@NCURSES_TINFO_5.0.19991023 6
|
||||
noqiflush@NCURSES_TINFO_5.0.19991023 6
|
||||
noraw@NCURSES_TINFO_5.0.19991023 6
|
||||
notimeout@NCURSES_TINFO_5.0.19991023 6
|
||||
numcodes@NCURSES_TINFO_5.0.19991023 6
|
||||
numfnames@NCURSES_TINFO_5.0.19991023 6
|
||||
numnames@NCURSES_TINFO_5.0.19991023 6
|
||||
ospeed@NCURSES_TINFO_5.0.19991023 6
|
||||
putp@NCURSES_TINFO_5.0.19991023 6
|
||||
qiflush@NCURSES_TINFO_5.0.19991023 6
|
||||
raw@NCURSES_TINFO_5.0.19991023 6
|
||||
reset_prog_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
reset_shell_mode@NCURSES_TINFO_5.0.19991023 6
|
||||
resetty@NCURSES_TINFO_5.0.19991023 6
|
||||
savetty@NCURSES_TINFO_5.0.19991023 6
|
||||
set_curterm@NCURSES_TINFO_5.0.19991023 6
|
||||
set_tabsize@NCURSES_TINFO_5.7.20081102 6
|
||||
setupterm@NCURSES_TINFO_5.0.19991023 6
|
||||
stdscr@NCURSES_TINFO_5.0.19991023 6
|
||||
strcodes@NCURSES_TINFO_5.0.19991023 6
|
||||
strfnames@NCURSES_TINFO_5.0.19991023 6
|
||||
strnames@NCURSES_TINFO_5.0.19991023 6
|
||||
termname@NCURSES_TINFO_5.0.19991023 6
|
||||
tgetent@NCURSES_TINFO_5.0.19991023 6
|
||||
tgetflag@NCURSES_TINFO_5.0.19991023 6
|
||||
tgetnum@NCURSES_TINFO_5.0.19991023 6
|
||||
tgetstr@NCURSES_TINFO_5.0.19991023 6
|
||||
tgoto@NCURSES_TINFO_5.0.19991023 6
|
||||
tigetflag@NCURSES_TINFO_5.0.19991023 6
|
||||
tigetnum@NCURSES_TINFO_5.0.19991023 6
|
||||
tigetstr@NCURSES_TINFO_5.0.19991023 6
|
||||
tiparm@NCURSES_TINFO_5.8.20110226 6
|
||||
tparm@NCURSES_TINFO_5.0.19991023 6
|
||||
tputs@NCURSES_TINFO_5.0.19991023 6
|
||||
ttytype@NCURSES_TINFO_5.0.19991023 6
|
||||
typeahead@NCURSES_TINFO_5.0.19991023 6
|
||||
unctrl@NCURSES_TINFO_5.0.19991023 6
|
||||
use_env@NCURSES_TINFO_5.0.19991023 6
|
||||
use_extended_names@NCURSES_TINFO_5.1.20000708 6
|
||||
use_tioctl@NCURSES_TINFO_5.9.20150530 6
|
||||
wtimeout@NCURSES_TINFO_5.0.19991023 6
|
|
@ -0,0 +1 @@
|
|||
usr/lib/*/libtinfo.so.*
|
|
@ -0,0 +1,2 @@
|
|||
usr/lib/${DEB_HOST_MULTIARCH}/libtinfo.so.* lib/${DEB_HOST_MULTIARCH}
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libtic.so.*
|
|
@ -0,0 +1,308 @@
|
|||
libtic.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
_nc_capcmp@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_check_termtype2@NCURSES6_TIC_5.5.20051010 6
|
||||
_nc_disable_period@NCURSES6_TIC_5.1.20000708 6
|
||||
_nc_entry_match@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_infotocap@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_read_entry_source@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_reset_input@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_resolve_uses2@NCURSES6_TIC_5.5.20051010 6
|
||||
_nc_set_writedir@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_strict_bsd@NCURSES6_TIC_5.9.20150530 6
|
||||
_nc_syntax@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_tic_expand@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_tic_written@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_trans_string@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_write_entry@NCURSES6_TIC_5.0.19991023 6
|
||||
_nc_write_object@NCURSES6_TIC_6.1.20171230 6.1
|
||||
libtinfo.so.6 #PACKAGE# #MINVER#
|
||||
| #PACKAGE# #MINVER#, #PACKAGE# (<< 6.2~)
|
||||
* Build-Depends-Package: libncurses-dev
|
||||
BC@NCURSES6_TINFO_5.0.19991023 6
|
||||
COLS@NCURSES6_TINFO_5.0.19991023 6
|
||||
LINES@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TIC_5.0.19991023@NCURSES6_TIC_5.0.19991023 6
|
||||
NCURSES6_TIC_5.1.20000708@NCURSES6_TIC_5.1.20000708 6
|
||||
NCURSES6_TIC_5.5.20051010@NCURSES6_TIC_5.5.20051010 6
|
||||
NCURSES6_TIC_5.7.20081102@NCURSES6_TIC_5.7.20081102 6
|
||||
NCURSES6_TIC_5.9.20150530@NCURSES6_TIC_5.9.20150530 6
|
||||
NCURSES6_TIC_6.1.20171230@NCURSES6_TIC_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_5.0.19991023@NCURSES6_TINFO_5.0.19991023 6
|
||||
NCURSES6_TINFO_5.1.20000708@NCURSES6_TINFO_5.1.20000708 6
|
||||
NCURSES6_TINFO_5.2.20001021@NCURSES6_TINFO_5.2.20001021 6
|
||||
NCURSES6_TINFO_5.3.20021019@NCURSES6_TINFO_5.3.20021019 6
|
||||
NCURSES6_TINFO_5.4.20040208@NCURSES6_TINFO_5.4.20040208 6
|
||||
NCURSES6_TINFO_5.5.20051010@NCURSES6_TINFO_5.5.20051010 6
|
||||
NCURSES6_TINFO_5.6.20061217@NCURSES6_TINFO_5.6.20061217 6
|
||||
NCURSES6_TINFO_5.7.20081102@NCURSES6_TINFO_5.7.20081102 6
|
||||
NCURSES6_TINFO_5.8.20110226@NCURSES6_TINFO_5.8.20110226 6
|
||||
NCURSES6_TINFO_5.9.20150530@NCURSES6_TINFO_5.9.20150530 6
|
||||
NCURSES6_TINFO_6.1.20171230@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
NCURSES6_TINFO_6.2.20200212@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
NCURSESW6_5.1.20000708@NCURSESW6_5.1.20000708 6
|
||||
NCURSESW6_5.3.20021019@NCURSESW6_5.3.20021019 6
|
||||
NCURSESW6_5.4.20040208@NCURSESW6_5.4.20040208 6
|
||||
NCURSESW6_5.5.20051010@NCURSESW6_5.5.20051010 6
|
||||
NCURSESW6_5.6.20061217@NCURSESW6_5.6.20061217 6
|
||||
NCURSESW6_5.7.20081102@NCURSESW6_5.7.20081102 6
|
||||
NCURSESW6_5.8.20110226@NCURSESW6_5.8.20110226 6
|
||||
NCURSESW6_5.9.20150530@NCURSESW6_5.9.20150530 6
|
||||
NCURSESW6_6.1.20171230@NCURSESW6_6.1.20171230 6.1
|
||||
NCURSESW6_6.2.20200212@NCURSESW6_6.2.20200212 6.2
|
||||
PC@NCURSES6_TINFO_5.0.19991023 6
|
||||
SP@NCURSES6_TINFO_5.0.19991023 6
|
||||
TABSIZE@NCURSES6_TINFO_5.0.19991023 6
|
||||
UP@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_access@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_add_to_try@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_align_termtype@NCURSES6_TINFO_5.1.20000708 6
|
||||
_nc_basename@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_copy_termtype2@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
_nc_copy_termtype@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_curr_col@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_curr_line@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_doalloc@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_err_abort@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_export_termtype2@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
_nc_fallback2@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
_nc_fallback@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_find_entry@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_find_type_entry@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_find_user_entry@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
_nc_first_db@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_first_name@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_flush@NCURSES6_TINFO_5.1.20000708 6
|
||||
_nc_flush_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_free_entries@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_free_termtype2@NCURSES6_TINFO_6.1.20171230 6.1
|
||||
_nc_free_termtype@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_get_alias_table@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_get_hash_table@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_get_locale@NCURSES6_TINFO_5.4.20040208 6
|
||||
_nc_get_screensize@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_get_source@NCURSES6_TINFO_5.5.20051010 6
|
||||
_nc_get_table@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_get_tty_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_get_tty_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_get_type@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_getenv_num@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_globals@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_handle_sigwinch@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_head@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_home_terminfo@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_init_acs@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_init_acs_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_init_termtype@NCURSES6_TINFO_5.9.20150530 6
|
||||
_nc_is_abs_path@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_is_dir_path@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_is_file_path@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_keep_tic_dir@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_keypad@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_last_db@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_leaks_tinfo@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_locale_breaks_acs@NCURSES6_TINFO_5.4.20040208 6
|
||||
_nc_name_match@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_next_db@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_outc_wrapper@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_outch@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_outch_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_pathlast@NCURSES6_TINFO_5.4.20040208 6
|
||||
_nc_prescreen@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_putchar@NCURSES6_TINFO_5.9.20150530 6
|
||||
_nc_putchar_sp@NCURSES6_TINFO_5.9.20150530 6
|
||||
_nc_putp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_putp_flush_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_putp_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_read_entry2@NCURSES6_TIC_6.1.20171230 6.1
|
||||
_nc_read_entry@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_read_file_entry@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_read_termtype@NCURSES6_TINFO_5.6.20061217 6
|
||||
_nc_rootname@NCURSES6_TINFO_5.3.20021019 6
|
||||
_nc_safe_strcat@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_safe_strcpy@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_screen_chain@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_screen_of@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_set_buffer@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_set_buffer_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_set_no_padding@NCURSES6_TINFO_5.7.20081102 6
|
||||
_nc_set_source@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_set_tty_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_set_tty_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
_nc_set_type@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_setupterm@NCURSES6_TINFO_5.5.20051010 6
|
||||
_nc_str_copy@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_str_init@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_str_null@NCURSES6_TINFO_5.2.20001021 6
|
||||
_nc_suppress_warnings@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_syserr_abort@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_tail@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_tic_dir@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_timed_wait@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_tinfo_fkeys@NCURSES6_TINFO_5.1.20000708 6
|
||||
_nc_tparm_analyze@NCURSES6_TINFO_5.4.20040208 6
|
||||
_nc_tparm_err@NCURSES6_TINFO_5.3.20021019 6
|
||||
_nc_tracing@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_trim_sgr0@NCURSES6_TINFO_5.5.20051010 6
|
||||
_nc_unicode_locale@NCURSES6_TINFO_5.4.20040208 6
|
||||
_nc_update_screensize@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_user_definable@NCURSES6_TINFO_5.1.20000708 6
|
||||
_nc_visbuf2@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_visbuf@NCURSES6_TINFO_5.0.19991023 6
|
||||
_nc_visbufn@NCURSES6_TINFO_5.3.20021019 6
|
||||
_nc_warning@NCURSES6_TINFO_5.0.19991023 6
|
||||
acs_map@NCURSES6_TINFO_5.0.19991023 6
|
||||
baudrate@NCURSES6_TINFO_5.0.19991023 6
|
||||
baudrate_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
boolcodes@NCURSES6_TINFO_5.0.19991023 6
|
||||
boolfnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
boolnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
cbreak@NCURSES6_TINFO_5.0.19991023 6
|
||||
cbreak_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
cur_term@NCURSES6_TINFO_5.0.19991023 6
|
||||
curs_set@NCURSES6_TINFO_5.0.19991023 6
|
||||
curs_set_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
curscr@NCURSES6_TINFO_5.0.19991023 6
|
||||
curses_trace@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
curses_version@NCURSES6_TINFO_5.0.19991023 6
|
||||
def_prog_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
def_prog_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
def_shell_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
def_shell_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
define_key@NCURSES6_TINFO_5.0.19991023 6
|
||||
define_key_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
del_curterm@NCURSES6_TINFO_5.0.19991023 6
|
||||
del_curterm_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
delay_output@NCURSES6_TINFO_5.0.19991023 6
|
||||
delay_output_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
erasechar@NCURSES6_TINFO_5.0.19991023 6
|
||||
erasechar_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
exit_terminfo@NCURSES6_TINFO_6.2.20200212 6.2
|
||||
flushinp@NCURSES6_TINFO_5.0.19991023 6
|
||||
flushinp_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
halfdelay@NCURSES6_TINFO_5.0.19991023 6
|
||||
halfdelay_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
has_ic@NCURSES6_TINFO_5.0.19991023 6
|
||||
has_ic_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
has_il@NCURSES6_TINFO_5.0.19991023 6
|
||||
has_il_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
has_key@NCURSES6_TINFO_5.0.19991023 6
|
||||
has_key_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
idcok@NCURSES6_TINFO_5.0.19991023 6
|
||||
idlok@NCURSES6_TINFO_5.0.19991023 6
|
||||
intrflush@NCURSES6_TINFO_5.0.19991023 6
|
||||
intrflush_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
key_defined@NCURSES6_TINFO_5.4.20040208 6
|
||||
key_defined_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
keybound@NCURSES6_TINFO_5.0.19991023 6
|
||||
keybound_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
keyname@NCURSES6_TINFO_5.0.19991023 6
|
||||
keyname_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
keyok@NCURSES6_TINFO_5.0.19991023 6
|
||||
keyok_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
keypad@NCURSES6_TINFO_5.0.19991023 6
|
||||
killchar@NCURSES6_TINFO_5.0.19991023 6
|
||||
killchar_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
longname@NCURSES6_TINFO_5.0.19991023 6
|
||||
longname_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
meta@NCURSES6_TINFO_5.0.19991023 6
|
||||
napms@NCURSES6_TINFO_5.0.19991023 6
|
||||
napms_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
new_prescr@NCURSES6_TINFO_5.8.20110226 6
|
||||
newscr@NCURSES6_TINFO_5.0.19991023 6
|
||||
nocbreak@NCURSES6_TINFO_5.0.19991023 6
|
||||
nocbreak_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
nodelay@NCURSES6_TINFO_5.0.19991023 6
|
||||
noqiflush@NCURSES6_TINFO_5.0.19991023 6
|
||||
noqiflush_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
noraw@NCURSES6_TINFO_5.0.19991023 6
|
||||
noraw_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
notimeout@NCURSES6_TINFO_5.0.19991023 6
|
||||
numcodes@NCURSES6_TINFO_5.0.19991023 6
|
||||
numfnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
numnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
ospeed@NCURSES6_TINFO_5.0.19991023 6
|
||||
putp@NCURSES6_TINFO_5.0.19991023 6
|
||||
putp_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
qiflush@NCURSES6_TINFO_5.0.19991023 6
|
||||
qiflush_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
raw@NCURSES6_TINFO_5.0.19991023 6
|
||||
raw_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
reset_prog_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
reset_prog_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
reset_shell_mode@NCURSES6_TINFO_5.0.19991023 6
|
||||
reset_shell_mode_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
resetty@NCURSES6_TINFO_5.0.19991023 6
|
||||
resetty_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
savetty@NCURSES6_TINFO_5.0.19991023 6
|
||||
savetty_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
set_curterm@NCURSES6_TINFO_5.0.19991023 6
|
||||
set_curterm_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
set_tabsize@NCURSES6_TINFO_5.7.20081102 6
|
||||
set_tabsize_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
setupterm@NCURSES6_TINFO_5.0.19991023 6
|
||||
stdscr@NCURSES6_TINFO_5.0.19991023 6
|
||||
strcodes@NCURSES6_TINFO_5.0.19991023 6
|
||||
strfnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
strnames@NCURSES6_TINFO_5.0.19991023 6
|
||||
termname@NCURSES6_TINFO_5.0.19991023 6
|
||||
termname_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tgetent@NCURSES6_TINFO_5.0.19991023 6
|
||||
tgetent_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tgetflag@NCURSES6_TINFO_5.0.19991023 6
|
||||
tgetflag_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tgetnum@NCURSES6_TINFO_5.0.19991023 6
|
||||
tgetnum_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tgetstr@NCURSES6_TINFO_5.0.19991023 6
|
||||
tgetstr_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tgoto@NCURSES6_TINFO_5.0.19991023 6
|
||||
tigetflag@NCURSES6_TINFO_5.0.19991023 6
|
||||
tigetflag_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tigetnum@NCURSES6_TINFO_5.0.19991023 6
|
||||
tigetnum_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tigetstr@NCURSES6_TINFO_5.0.19991023 6
|
||||
tigetstr_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
tiparm@NCURSES6_TINFO_5.8.20110226 6
|
||||
tparm@NCURSES6_TINFO_5.0.19991023 6
|
||||
tputs@NCURSES6_TINFO_5.0.19991023 6
|
||||
tputs_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
ttytype@NCURSES6_TINFO_5.0.19991023 6
|
||||
typeahead@NCURSES6_TINFO_5.0.19991023 6
|
||||
typeahead_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
unctrl@NCURSES6_TINFO_5.0.19991023 6
|
||||
unctrl_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
use_env@NCURSES6_TINFO_5.0.19991023 6
|
||||
use_env_sp@NCURSES6_TINFO_5.8.20110226 6
|
||||
use_extended_names@NCURSES6_TINFO_5.1.20000708 6
|
||||
use_tioctl@NCURSES6_TINFO_5.9.20150530 6
|
||||
use_tioctl_sp@NCURSES6_TINFO_5.9.20150530 6
|
||||
wtimeout@NCURSES6_TINFO_5.0.19991023 6
|
|
@ -0,0 +1 @@
|
|||
usr/share/terminfo
|
|
@ -0,0 +1,3 @@
|
|||
usr/share/tabset
|
||||
lib/terminfo
|
||||
etc/terminfo
|
|
@ -0,0 +1,4 @@
|
|||
# The description refers to the terminfo entry which is lowercase.
|
||||
ncurses-base: capitalization-error-in-description linux Linux
|
||||
# Work around FTBFS bugs #804083, #804084
|
||||
ncurses-base: package-contains-empty-directory usr/share/terminfo/
|
|
@ -0,0 +1,4 @@
|
|||
usr/bin
|
||||
usr/share/man/man1
|
||||
usr/share/man/man5
|
||||
usr/share/man/man7
|
|
@ -0,0 +1,20 @@
|
|||
Document: ncurses-doc
|
||||
Title: Writing Programs with Ncurses
|
||||
Author: Eric S. Raymond, Zeyd M. Ben-Halim, Thomas Dickey, Pradeep Padala
|
||||
Abstract: Programmer's Guide to Ncurses
|
||||
This document contains an introduction to (n)curses programming aimed
|
||||
at C application programmers. The API documentation is separated
|
||||
into various manpages which are also available in HTML format.
|
||||
.
|
||||
Also included is a guide to the library's internals for people who
|
||||
would like to hack on ncurses itself.
|
||||
Section: Programming
|
||||
|
||||
Format: text
|
||||
Files: /usr/share/doc/ncurses-doc/ncurses-intro.doc.gz
|
||||
/usr/share/doc/ncurses-doc/hackguide.doc.gz
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/ncurses-doc/html/index.html
|
||||
Files: /usr/share/doc/ncurses-doc/html/*.html
|
||||
/usr/share/doc/ncurses-doc/html/man/*.html
|
|
@ -0,0 +1 @@
|
|||
doc/*
|
|
@ -0,0 +1 @@
|
|||
usr/share/man/man3
|
|
@ -0,0 +1 @@
|
|||
usr/share/man/man3/ncurses.3ncurses usr/share/man/man3/curses.3ncurses
|
|
@ -0,0 +1 @@
|
|||
test/README usr/lib/ncurses/examples
|
|
@ -0,0 +1 @@
|
|||
usr/lib/ncurses/examples usr/share/doc/ncurses-examples/examples
|
|
@ -0,0 +1,2 @@
|
|||
# This file describes the sample programs in its directory
|
||||
ncurses-examples: package-contains-documentation-outside-usr-share-doc usr/lib/ncurses/examples/README.gz
|
|
@ -0,0 +1 @@
|
|||
usr/share/terminfo
|
|
@ -0,0 +1,6 @@
|
|||
lib/terminfo/c/cons25 usr/share/terminfo/c/cons25
|
||||
lib/terminfo/s/sun usr/share/terminfo/s/sun
|
||||
lib/terminfo/v/vt100 usr/share/terminfo/v/vt100
|
||||
lib/terminfo/v/vt220 usr/share/terminfo/v/vt220
|
||||
lib/terminfo/x/xterm-color usr/share/terminfo/x/xterm-color
|
||||
lib/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-r6
|
|
@ -0,0 +1,27 @@
|
|||
Description: link to Ada binding doc in separate package
|
||||
The Ada binding is packaged separately, there is no need to duplicate
|
||||
the documentation in ncurses-doc. Replace the internal link with a
|
||||
hyperlink.
|
||||
Author: Nicolas Boulenguez <nicolas@debian.org>
|
||||
Bug-Debian: https://bugs.debian.org/757991
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2017-07-02
|
||||
|
||||
---
|
||||
doc/html/index.html | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
--- a/doc/html/index.html
|
||||
+++ b/doc/html/index.html
|
||||
@@ -55,8 +55,9 @@
|
||||
<li>A <a href="hackguide.html">hackers guide</a> to
|
||||
ncurses.</li>
|
||||
|
||||
- <li>A description of the <a href="Ada95.html">Ada95
|
||||
- binding</a>, by Jürgen Pfeifer.</li>
|
||||
+ <li>A description of the <a href="../../libncursesada-doc/Ada95.html">Ada95
|
||||
+ binding</a>, by Jürgen Pfeifer (only available if you have installed
|
||||
+ the libncursesada-doc Debian package).</li>
|
||||
|
||||
<li>A <a href="NCURSES-Programming-HOWTO.html">A short
|
||||
tutorial</a>, by Pradeep Padala.</li>
|
|
@ -0,0 +1,32 @@
|
|||
Author: Daniel Jacobowitz <dan@debian.org>
|
||||
Author: Sven Joachim <svenjoac@gmx.de>
|
||||
Description: Fix backspace key description in some terminfo entries
|
||||
Bug-Debian: https://bugs.debian.org/237997
|
||||
Bug-Debian: https://bugs.debian.org/602300
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2019-07-17
|
||||
|
||||
---
|
||||
misc/terminfo.src | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
--- a/misc/terminfo.src
|
||||
+++ b/misc/terminfo.src
|
||||
@@ -6205,7 +6205,7 @@ Eterm|Eterm-color|Eterm with xterm-style
|
||||
home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
|
||||
il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E>\E[?1l,
|
||||
is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@,
|
||||
- kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^H,
|
||||
+ kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^?,
|
||||
kc1=\E[8~, kc3=\E[6~, kent=\EOM, khlp=\E[28~, kmous=\E[M,
|
||||
mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
|
||||
rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=,
|
||||
@@ -7299,7 +7299,7 @@ screen|VT 100/ANSI X3.64 virtual termina
|
||||
dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
|
||||
enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG,
|
||||
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
|
||||
- ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^H, kcbt=\E[Z,
|
||||
+ ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^?, kcbt=\E[Z,
|
||||
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
|
||||
kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
|
||||
kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
|
|
@ -0,0 +1,23 @@
|
|||
Author: Sven Joachim <svenjoac@gmx.de>
|
||||
Description: Remove "rin" from screen-256color
|
||||
Some (many?) tmux users have set their TERM environment variable to
|
||||
screen-256color, and tmux before version 3.0 does not deal with "rin"
|
||||
correctly. So drop "rin" from screen-256color, at least until tmux
|
||||
3.0 is released.
|
||||
Bug-Debian: https://bugs.debian.org/933572
|
||||
Last-Update: 2019-08-07
|
||||
|
||||
---
|
||||
misc/terminfo.src | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- a/misc/terminfo.src
|
||||
+++ b/misc/terminfo.src
|
||||
@@ -7302,6 +7302,7 @@ screen-16color-bce-s|GNU Screen with 16
|
||||
|
||||
screen-256color|GNU Screen with 256 colors,
|
||||
use=xterm+256setaf, use=screen4,
|
||||
+ rin@,
|
||||
|
||||
screen-256color-s|GNU Screen with 256 colors and status line,
|
||||
use=xterm+256setaf, use=screen-s,
|
|
@ -0,0 +1,47 @@
|
|||
Author: Sven Joachim <svenjoac@gmx.de>
|
||||
Description: Omit -L part from ncurses6{w,}-config output
|
||||
"ncurses6-config --libs" includes a "-L" part which is not needed
|
||||
since the library is installed in a directory in the default linker
|
||||
search path.
|
||||
.
|
||||
Upstream omits the -L part if $libdir is in a standard directory,
|
||||
however the list of standard directories is determined at build time
|
||||
and architecture dependent, breaking multiarch co-installability.
|
||||
Until there is a way to obtain the multiarch path without running
|
||||
dpkg-architecture our patch is not upstreamable.
|
||||
Bug-Debian: https://bugs.debian.org/638281
|
||||
Bug-Debian: https://bugs.debian.org/745479
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2019-10-21
|
||||
|
||||
---
|
||||
misc/ncurses-config.in | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
--- a/misc/ncurses-config.in
|
||||
+++ b/misc/ncurses-config.in
|
||||
@@ -40,7 +40,6 @@ exec_prefix="@exec_prefix@"
|
||||
|
||||
bindir="@bindir@"
|
||||
includedir="@includedir@"
|
||||
-libdir="@libdir@"
|
||||
datarootdir="@datarootdir@"
|
||||
datadir="@datadir@"
|
||||
mandir="@mandir@"
|
||||
@@ -109,7 +108,7 @@ do
|
||||
-L*)
|
||||
[ -d ${opt##-L} ] || continue
|
||||
case ${opt##-L} in
|
||||
- @LD_SEARCHPATH@) # skip standard libdir
|
||||
+ *) # skip standard libdir
|
||||
continue
|
||||
;;
|
||||
*)
|
||||
@@ -231,7 +230,6 @@ ENDECHO
|
||||
echo $INCS
|
||||
;;
|
||||
--libdir)
|
||||
- echo "${libdir}"
|
||||
;;
|
||||
--mandir)
|
||||
echo "${mandir}"
|
|
@ -0,0 +1,4 @@
|
|||
01-debian-no-ada-doc.diff
|
||||
02-debian-backspace.diff
|
||||
02-debian-drop-rin-from-screen-256color.diff
|
||||
03-debian-ncursesconfig-omit-L.diff
|
|
@ -0,0 +1,563 @@
|
|||
#!/usr/bin/make -f
|
||||
# This file has gone through many maintainers. Mostly rewritten
|
||||
# by Daniel Jacobowitz.
|
||||
|
||||
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
MAKEFLAGS += -j$(NUMJOBS) -Otarget
|
||||
endif
|
||||
|
||||
export CFLAGS := $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow dpkg-buildflags --get CFLAGS)
|
||||
export CPPFLAGS := $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow dpkg-buildflags --get CPPFLAGS)
|
||||
export CXXFLAGS := $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow dpkg-buildflags --get CXXFLAGS)
|
||||
export LDFLAGS := $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow dpkg-buildflags --get LDFLAGS)
|
||||
export BUILD_CFLAGS := $(CFLAGS)
|
||||
export BUILD_CPPFLAGS := $(CPPFLAGS)
|
||||
export BUILD_LDFLAGS := $(LDFLAGS)
|
||||
|
||||
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
HOST_CC ?= $(DEB_HOST_GNU_TYPE)-gcc
|
||||
HOST_CXX ?= $(DEB_HOST_GNU_TYPE)-g++
|
||||
else
|
||||
HOST_CC ?= gcc
|
||||
HOST_CXX ?= g++
|
||||
endif
|
||||
|
||||
# These are important since this is a library package
|
||||
soname=6
|
||||
sodepver = (>= 6.1)
|
||||
|
||||
# Name our packages
|
||||
package-base=ncurses-base
|
||||
package-bin=ncurses-bin
|
||||
package-lib=libncurses$(soname)
|
||||
package-lib-32=lib32ncurses$(soname)
|
||||
package-lib-64=lib64ncurses$(soname)
|
||||
package-ti=libtinfo$(soname)
|
||||
package-ti-32=lib32tinfo$(soname)
|
||||
package-ti-64=lib64tinfo$(soname)
|
||||
package-libw=libncursesw$(soname)
|
||||
package-libw-32=lib32ncursesw$(soname)
|
||||
package-libw-64=lib64ncursesw$(soname)
|
||||
package-dev=libncurses5-dev
|
||||
package-dev-32=lib32ncurses-dev
|
||||
package-dev-64=lib64ncurses-dev
|
||||
package-devti=libtinfo-dev
|
||||
package-devw=libncursesw5-dev
|
||||
package-term=ncurses-term
|
||||
package-examples=ncurses-examples
|
||||
package-lib-legacy=libncurses5
|
||||
package-ti-legacy=libtinfo5
|
||||
package-libw-legacy=libncursesw5
|
||||
|
||||
workdir=$(shell pwd)
|
||||
tempdir=debian/tmp
|
||||
fulltempdir=$(workdir)/$(tempdir)
|
||||
|
||||
srcdir=$(shell pwd)
|
||||
relsrcdir=..
|
||||
objdir=$(srcdir)/obj
|
||||
objdir-static=$(srcdir)/obj-static
|
||||
objdir-32=$(srcdir)/obj-32
|
||||
objdir-64=$(srcdir)/obj-64
|
||||
wobjdir=$(srcdir)/obj-wide
|
||||
wobjdir-static=$(srcdir)/obj-wide-static
|
||||
wobjdir-32=$(srcdir)/obj-wide-32
|
||||
wobjdir-64=$(srcdir)/obj-wide-64
|
||||
objdir-test=$(srcdir)/obj-test
|
||||
objdir-legacy=$(srcdir)/obj-legacy
|
||||
wobjdir-legacy=$(srcdir)/obj-wide-legacy
|
||||
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
|
||||
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
|
||||
autogen-files := debian/libncurses-dev.links debian/libncurses-dev.install \
|
||||
debian/libncurses6.install debian/libncursesw6.install \
|
||||
debian/libtinfo6.install debian/libtinfo5.install \
|
||||
debian/libncurses5.install debian/libncursesw5.install \
|
||||
debian/libtermcap.so
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),i386)
|
||||
build_64_target = x86_64-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_64 = build-64 build-wide-64
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),powerpc)
|
||||
build_64_target = powerpc64-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_64 = build-64 build-wide-64
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),s390)
|
||||
build_64_target = s390x-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_64 = build-64 build-wide-64
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),sparc)
|
||||
build_64_target = sparc64-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_64 = build-64 build-wide-64
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),amd64)
|
||||
build_32_target = i486-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_32 = build-32 build-wide-32
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),ppc64)
|
||||
build_32_target = powerpc-$(DEB_HOST_GNU_SYSTEM)
|
||||
build_32 = build-32 build-wide-32
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nobiarch,$(DEB_BUILD_PROFILES)))
|
||||
override build_32=
|
||||
override build_64=
|
||||
endif
|
||||
|
||||
ifeq (,$(filter pkg.ncurses.nolegacy,$(DEB_BUILD_PROFILES)))
|
||||
build_legacy = build-legacy build-wide-legacy
|
||||
endif
|
||||
|
||||
ifeq (,$(filter pkg.ncurses.noexamples,$(DEB_BUILD_PROFILES)))
|
||||
build_examples = build-test
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||
with_mouse = --with-gpm
|
||||
else
|
||||
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
||||
with_mouse = --without-sysmouse
|
||||
endif
|
||||
endif
|
||||
|
||||
CONFARGS = --prefix=/usr \
|
||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||
--with-shared \
|
||||
--mandir=/usr/share/man \
|
||||
--with-manpage-format=normal \
|
||||
--without-profile --without-debug \
|
||||
--disable-rpath --enable-echo \
|
||||
--disable-stripping \
|
||||
--enable-const \
|
||||
--enable-pc-files \
|
||||
--with-pkg-config-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
|
||||
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
|
||||
--with-install-prefix=$(fulltempdir) \
|
||||
--without-ada \
|
||||
--without-tests \
|
||||
--without-progs \
|
||||
$(with_mouse) \
|
||||
--enable-symlinks \
|
||||
--disable-termcap \
|
||||
--with-default-terminfo-dir=/etc/terminfo \
|
||||
--with-terminfo-dirs="/etc/terminfo:/lib/terminfo:/usr/share/terminfo" \
|
||||
--with-ticlib=tic \
|
||||
--with-termlib=tinfo \
|
||||
--with-versioned-syms \
|
||||
--disable-wattr-macros \
|
||||
--disable-relink \
|
||||
--enable-overwrite \
|
||||
--with-xterm-kbs=del
|
||||
|
||||
CONFARGS-LEGACY = $(CONFARGS) \
|
||||
--with-abi-version=5 \
|
||||
--disable-lp64 \
|
||||
--with-chtype='long' \
|
||||
--with-mmask-t='long' \
|
||||
--disable-overwrite \
|
||||
--without-cxx-binding \
|
||||
--without-normal
|
||||
|
||||
CONFARGS-TEST = --prefix=/usr \
|
||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||
--bindir=/usr/lib/ncurses/examples \
|
||||
--datadir=/usr/share/ncurses-examples \
|
||||
--disable-stripping \
|
||||
--with-x11-rgb=/etc/X11/rgb.txt \
|
||||
--with-ncursesw \
|
||||
--with-curses-dir=$(wobjdir)
|
||||
|
||||
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
CONFARGS += --with-build-cc=gcc --host=$(DEB_HOST_GNU_TYPE)
|
||||
CONFARGS-LEGACY += --with-build-cc=gcc --host=$(DEB_HOST_GNU_TYPE)
|
||||
CONFARGS-TEST += --host=$(DEB_HOST_GNU_TYPE)
|
||||
endif
|
||||
|
||||
# Files for /lib/terminfo.
|
||||
libterminfofiles=a/ansi c/cons25 c/cons25-debian c/cygwin d/dumb h/hurd l/linux \
|
||||
m/mach m/mach-bold m/mach-color m/mach-gnu m/mach-gnu-color p/pcansi \
|
||||
r/rxvt r/rxvt-basic r/rxvt-m r/rxvt-unicode r/rxvt-unicode-256color \
|
||||
s/screen s/screen-256color s/screen-256color-bce s/screen-bce \
|
||||
s/screen-s s/screen-w s/screen.xterm-256color s/sun t/tmux \
|
||||
t/tmux-256color v/vt100 v/vt102 v/vt220 v/vt52 w/wsvt25 w/wsvt25m \
|
||||
x/xterm x/xterm-256color x/xterm-color x/xterm-debian x/xterm-mono \
|
||||
x/xterm-r5 x/xterm-r6 x/xterm-vt220 x/xterm-xfree86 E/Eterm \
|
||||
E/Eterm-color
|
||||
|
||||
# Blacklist terminfo entries shipped by other Debian packages so that we do
|
||||
# not begin shipping them by accident.
|
||||
badterminfo = 5/5250 f/fbterm i/iterm i/iterm-am i/iterm-color \
|
||||
j/jfbterm k/kon k/kon2 l/linux-5250 s/stterm s/stterm-256color
|
||||
|
||||
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
# Force necessary configure checks which do not work when
|
||||
# cross compiling; all Debian platforms return unsigned char
|
||||
# and working poll for these configure checks.
|
||||
export cf_cv_type_of_bool=unsigned char
|
||||
export cf_cv_working_poll=yes
|
||||
export cf_cv_gpm_soname=libgpm.so.2
|
||||
endif
|
||||
|
||||
config.guess-stamp:
|
||||
dh_update_autotools_config
|
||||
dh_autoreconf autoreconf-dickey -- -f -i
|
||||
touch $@
|
||||
|
||||
$(objdir)/config.status: config.guess-stamp
|
||||
test -d $(objdir) || mkdir $(objdir)
|
||||
cd $(objdir) && $(relsrcdir)/configure \
|
||||
$(CONFARGS)
|
||||
|
||||
$(objdir-static)/config.status: config.guess-stamp
|
||||
test -d $(objdir-static) || mkdir $(objdir-static)
|
||||
cd $(objdir-static) && $(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--without-shared \
|
||||
--without-gpm
|
||||
|
||||
$(objdir-32)/config.status: config.guess-stamp
|
||||
test -d $(objdir-32) || mkdir $(objdir-32)
|
||||
|
||||
cf_cv_type_of_bool='unsigned char'; export cf_cv_type_of_bool; \
|
||||
cf_cv_working_poll=yes; export cf_cv_working_poll; \
|
||||
cd $(objdir-32) && CC="$(HOST_CC) -m32" \
|
||||
BUILD_CC="gcc" CXX="$(HOST_CXX) -m32" \
|
||||
$(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--host=$(build_32_target) \
|
||||
--without-gpm \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
$(objdir-64)/config.status: config.guess-stamp
|
||||
test -d $(objdir-64) || mkdir $(objdir-64)
|
||||
|
||||
cf_cv_type_of_bool='unsigned char'; export cf_cv_type_of_bool; \
|
||||
cf_cv_working_poll=yes; export cf_cv_working_poll; \
|
||||
cd $(objdir-64) && CC="$(HOST_CC) -m64" \
|
||||
BUILD_CC="gcc" CXX="$(HOST_CXX) -m64" \
|
||||
$(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--host=$(build_64_target) \
|
||||
--without-gpm \
|
||||
--libdir=/usr/lib64
|
||||
|
||||
$(wobjdir)/config.status: config.guess-stamp
|
||||
test -d $(wobjdir) || mkdir $(wobjdir)
|
||||
cd $(wobjdir) && $(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--with-progs \
|
||||
--enable-widec
|
||||
|
||||
$(wobjdir-static)/config.status: config.guess-stamp
|
||||
test -d $(wobjdir-static) || mkdir $(wobjdir-static)
|
||||
cd $(wobjdir-static) && $(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--without-shared \
|
||||
--without-gpm \
|
||||
--enable-widec
|
||||
|
||||
$(wobjdir-32)/config.status: config.guess-stamp
|
||||
test -d $(wobjdir-32) || mkdir $(wobjdir-32)
|
||||
|
||||
cf_cv_type_of_bool='unsigned char'; export cf_cv_type_of_bool; \
|
||||
cf_cv_working_poll=yes; export cf_cv_working_poll; \
|
||||
cd $(wobjdir-32) && CC="$(HOST_CC) -m32" \
|
||||
BUILD_CC="gcc" CXX="$(HOST_CXX) -m32" \
|
||||
$(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--host=$(build_32_target) \
|
||||
--without-gpm \
|
||||
--enable-widec \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
$(wobjdir-64)/config.status: config.guess-stamp
|
||||
test -d $(wobjdir-64) || mkdir $(wobjdir-64)
|
||||
|
||||
cf_cv_type_of_bool='unsigned char'; export cf_cv_type_of_bool; \
|
||||
cf_cv_working_poll=yes; export cf_cv_working_poll; \
|
||||
cd $(wobjdir-64) && CC="$(HOST_CC) -m64" \
|
||||
BUILD_CC="gcc" CXX="$(HOST_CXX) -m64" \
|
||||
$(relsrcdir)/configure \
|
||||
$(CONFARGS) \
|
||||
--host=$(build_64_target) \
|
||||
--without-gpm \
|
||||
--enable-widec \
|
||||
--libdir=/usr/lib64
|
||||
|
||||
$(objdir-legacy)/config.status: config.guess-stamp
|
||||
test -d $(objdir-legacy) || mkdir $(objdir-legacy)
|
||||
cd $(objdir-legacy) && $(relsrcdir)/configure \
|
||||
$(CONFARGS-LEGACY)
|
||||
|
||||
$(wobjdir-legacy)/config.status: config.guess-stamp
|
||||
test -d $(wobjdir-legacy) || mkdir $(wobjdir-legacy)
|
||||
cd $(wobjdir-legacy) && $(relsrcdir)/configure \
|
||||
$(CONFARGS-LEGACY) \
|
||||
--enable-widec
|
||||
|
||||
$(objdir-test)/config.status: build-wide config.guess-stamp
|
||||
test -d $(objdir-test) || mkdir $(objdir-test)
|
||||
export LD_LIBRARY_PATH=$${LD_LIBRARY_PATH}:$(wobjdir)/lib && \
|
||||
cd $(objdir-test) && \
|
||||
PKG_CONFIG_LIBDIR=$(wobjdir)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
|
||||
$(relsrcdir)/test/configure $(CONFARGS-TEST)
|
||||
|
||||
build-indep: build-normal build-wide
|
||||
touch $@
|
||||
|
||||
build-arch build: build-indep build-static build-wide-static $(build_examples) \
|
||||
$(build_legacy) $(build_64) $(build_32)
|
||||
touch build-arch build
|
||||
|
||||
build-normal: $(objdir)/config.status
|
||||
cd $(objdir) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
build-static: $(objdir-static)/config.status
|
||||
cd $(objdir-static) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
build-32: $(objdir-32)/config.status
|
||||
cd $(objdir-32) && $(MAKE) CC="$(HOST_CC) -m32" CXX="$(HOST_CXX) -m32"
|
||||
touch $@
|
||||
|
||||
build-64: $(objdir-64)/config.status
|
||||
cd $(objdir-64) && $(MAKE) CC="$(HOST_CC) -m64" CXX="$(HOST_CXX) -m64"
|
||||
touch $@
|
||||
|
||||
build-wide: $(wobjdir)/config.status
|
||||
cd $(wobjdir) && $(MAKE)
|
||||
# needed for building the examples
|
||||
$(MAKE) -C $(wobjdir) DESTDIR=$(wobjdir) install.libs
|
||||
touch $@
|
||||
|
||||
build-wide-static: $(wobjdir-static)/config.status
|
||||
cd $(wobjdir-static) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
build-wide-32: $(wobjdir-32)/config.status
|
||||
cd $(wobjdir-32) && $(MAKE) CC="$(HOST_CC) -m32" CXX="$(HOST_CXX) -m32"
|
||||
touch $@
|
||||
|
||||
build-wide-64: $(wobjdir-64)/config.status
|
||||
cd $(wobjdir-64) && $(MAKE) CC="$(HOST_CC) -m64" CXX="$(HOST_CXX) -m64"
|
||||
touch $@
|
||||
|
||||
build-legacy: $(objdir-legacy)/config.status
|
||||
cd $(objdir-legacy) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
build-wide-legacy: $(wobjdir-legacy)/config.status
|
||||
cd $(wobjdir-legacy) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
build-test: $(objdir-test)/config.status
|
||||
cd $(objdir-test) && $(MAKE)
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
rm -f build build-arch build-indep
|
||||
rm -f build-normal build-static build-wide \
|
||||
build-wide-static build-legacy build-wide-legacy build-test $(build_32) $(build_64)
|
||||
rm -rf $(objdir)
|
||||
rm -rf $(objdir-static)
|
||||
rm -rf $(objdir-32)
|
||||
rm -rf $(objdir-64)
|
||||
rm -rf $(wobjdir)
|
||||
rm -rf $(wobjdir-static)
|
||||
rm -rf $(wobjdir-32)
|
||||
rm -rf $(wobjdir-64)
|
||||
rm -rf $(objdir-legacy)
|
||||
rm -rf $(wobjdir-legacy)
|
||||
rm -rf $(objdir-test)
|
||||
rm -f $(autogen-files)
|
||||
dh_autoreconf_clean
|
||||
dh_clean
|
||||
|
||||
install-indep: build-indep
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_prep
|
||||
|
||||
# We need the tinfo and tic libraries from the wide build, so install the
|
||||
# non-wide libraries first and overwrite their tinfo tic libraries later.
|
||||
$(MAKE) -C $(objdir) install.libs
|
||||
rm -f $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libtinfo.so*
|
||||
rm -f $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libtic.so*
|
||||
$(MAKE) -C $(wobjdir) install
|
||||
|
||||
# Move terminfo files to the right place.
|
||||
mv $(tempdir)/etc/terminfo $(tempdir)/usr/share/terminfo
|
||||
|
||||
# Remove blacklisted terminal types and other stuff we don't install
|
||||
cd $(tempdir)/usr/share/terminfo && rm -f $(badterminfo)
|
||||
rm -f $(tempdir)/usr/lib/terminfo \
|
||||
$(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libcurses.so \
|
||||
$(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libtinfo.so
|
||||
|
||||
# Provide header file symlinks under usr/include/ncursesw
|
||||
install -d $(fulltempdir)/usr/include/ncursesw
|
||||
set -e; \
|
||||
for file in $(tempdir)/usr/include/*.h; do \
|
||||
ln -s ../$${file##*/} $(tempdir)/usr/include/ncursesw; \
|
||||
done
|
||||
|
||||
# Compile Debian-specific terminfo entries before copying files
|
||||
# into their packages. Hurd uses gsbom/grbom, so pass -x to tic.
|
||||
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
set -e; \
|
||||
for ti in xterm hurd rxvt rxvt-unicode; do \
|
||||
LD_LIBRARY_PATH=$${LD_LIBRARY_PATH}:$(fulltempdir)/usr/lib/$(DEB_HOST_MULTIARCH):$(fulltempdir)/lib/$(DEB_HOST_MULTIARCH) \
|
||||
TERMINFO=$(fulltempdir)/usr/share/terminfo \
|
||||
$(tempdir)/usr/bin/tic -x debian/$$ti.ti; \
|
||||
done
|
||||
else
|
||||
set -e; \
|
||||
for ti in xterm hurd rxvt rxvt-unicode; do \
|
||||
TERMINFO=$(fulltempdir)/usr/share/terminfo \
|
||||
tic -x debian/$$ti.ti; \
|
||||
done
|
||||
|
||||
endif
|
||||
|
||||
# Move ncurses-base terminfo entries to /lib/terminfo.
|
||||
set -e; \
|
||||
for f in $(libterminfofiles); do \
|
||||
dir=$(tempdir)/lib/terminfo/$$(dirname $$f); \
|
||||
mkdir -p $$dir; \
|
||||
mv $(tempdir)/usr/share/terminfo/$$f $$dir; \
|
||||
done
|
||||
|
||||
# Create an empty /etc/terminfo for the sysadmin.
|
||||
mkdir -p $(tempdir)/etc/terminfo
|
||||
install --mode 644 debian/README.etc $(tempdir)/etc/terminfo/README
|
||||
|
||||
install-arch: build-arch install-indep
|
||||
install -m 644 -t $(fulltempdir)/usr/lib/$(DEB_HOST_MULTIARCH) $(objdir-static)/lib/*.a
|
||||
install -m 644 -t $(fulltempdir)/usr/lib/$(DEB_HOST_MULTIARCH) $(wobjdir-static)/lib/*.a
|
||||
|
||||
# Always add -ltinfo when linking with -lncurses or -lnursesw
|
||||
rm -f $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libncurses.so
|
||||
echo "INPUT(libncurses.so.6 -ltinfo)" > $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libncurses.so
|
||||
rm -f $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libncursesw.so
|
||||
echo "INPUT(libncursesw.so.6 -ltinfo)" > $(tempdir)/usr/lib/$(DEB_HOST_MULTIARCH)/libncursesw.so
|
||||
ifneq (,$(build_32))
|
||||
mkdir -p $(tempdir)/usr/lib32
|
||||
rm -f $(tempdir)/usr/lib32/libncurses.so
|
||||
echo "INPUT(libncurses.so.6 -ltinfo)" > $(tempdir)/usr/lib32/libncurses.so
|
||||
rm -f $(tempdir)/usr/lib32/libncursesw.so
|
||||
echo "INPUT(libncursesw.so.6 -ltinfo)" > $(tempdir)/usr/lib32/libncursesw.so
|
||||
endif
|
||||
ifneq (,$(build_64))
|
||||
mkdir -p $(tempdir)/usr/lib64
|
||||
rm -f $(tempdir)/usr/lib64/libncurses.so
|
||||
echo "INPUT(libncurses.so.6 -ltinfo)" > $(tempdir)/usr/lib64/libncurses.so
|
||||
rm -f $(tempdir)/usr/lib64/libncursesw.so
|
||||
echo "INPUT(libncursesw.so.6 -ltinfo)" > $(tempdir)/usr/lib64/libncursesw.so
|
||||
endif
|
||||
|
||||
ifneq ($(build_examples),)
|
||||
# Install the test programs, sparing the detour to debian/tmp.
|
||||
$(MAKE) -C $(objdir-test) DESTDIR=$(workdir)/debian/$(package-examples) install
|
||||
sed -i -e 's%^#!/usr/bin/env perl%#!/usr/bin/perl%' \
|
||||
$(workdir)/debian/$(package-examples)/usr/lib/ncurses/examples/tracemunch
|
||||
endif
|
||||
|
||||
debian/%: debian/%.in
|
||||
sed -e 's/$${DEB_HOST_MULTIARCH}/$(DEB_HOST_MULTIARCH)/g' $< > $@
|
||||
|
||||
binary: binary-arch binary-indep
|
||||
|
||||
binary-arch: build-arch install-arch $(autogen-files)
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_install -p$(package-bin) -Xncurses6-config -Xncursesw6-config
|
||||
dh_install -a -N$(package-bin)
|
||||
dh_installman -a
|
||||
dh_installdocs -p$(package-ti) -p$(package-bin) -p$(package-examples) debian/FAQ
|
||||
dh_installdocs -a -N$(package-bin) -N$(package-ti) -N$(package-examples) \
|
||||
-N$(package-ti-legacy) -N$(package-lib-legacy) -N$(package-libw-legacy) \
|
||||
-N$(package-lib-32) -N$(package-libw-32) -N$(package-dev-32) -N$(package-ti-32) \
|
||||
-N$(package-lib-64) -N$(package-libw-64) -N$(package-dev-64) -N$(package-ti-64) \
|
||||
--link-doc=$(package-ti)
|
||||
dh_installdocs -p$(package-ti-legacy)
|
||||
dh_installdocs -p$(package-lib-legacy) -p$(package-libw-legacy) \
|
||||
--link-doc=$(package-ti-legacy)
|
||||
ifneq ($(build_32),)
|
||||
dh_installdocs -p$(package-ti-32)
|
||||
dh_installdocs -p$(package-lib-32) -p$(package-libw-32) -p$(package-dev-32) \
|
||||
--link-doc=$(package-ti-32)
|
||||
endif
|
||||
ifneq ($(build_64),)
|
||||
dh_installdocs -p$(package-ti-64)
|
||||
dh_installdocs -p$(package-lib-64) -p$(package-libw-64) -p$(package-dev-64) \
|
||||
--link-doc=$(package-ti-64)
|
||||
endif
|
||||
dh_installchangelogs -a NEWS
|
||||
dh_installdirs -a
|
||||
|
||||
# Strip the packages, shipping detached debugging symbols.
|
||||
dh_dwz -a
|
||||
dh_strip -a
|
||||
dh_lintian -a
|
||||
dh_link -a
|
||||
dh_compress -p$(package-examples) usr/lib/ncurses/examples/README
|
||||
dh_compress -a -N$(package-examples)
|
||||
dh_fixperms -a
|
||||
dh_missing -a --fail-missing
|
||||
dh_makeshlibs -p$(package-ti) -V "$(package-ti) $(sodepver)" --add-udeb=$(package-ti)-udeb -- -c4
|
||||
dh_makeshlibs -p$(package-lib) -V "$(package-lib) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-libw) -V "$(package-libw) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-ti-legacy) -V "$(package-ti-legacy) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-lib-legacy) -V "$(package-lib-legacy) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-libw-legacy) -V "$(package-libw-legacy) $(sodepver)" -- -c4
|
||||
ifneq ($(build_32),)
|
||||
dh_makeshlibs -p$(package-ti-32) -V "$(package-ti-32) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-lib-32) -V "$(package-lib-32) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-libw-32) -V "$(package-libw-32) $(sodepver)" -- -c4
|
||||
endif
|
||||
ifneq ($(build_64),)
|
||||
dh_makeshlibs -p$(package-ti-64) -V "$(package-ti-64) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-lib-64) -V "$(package-lib-64) $(sodepver)" -- -c4
|
||||
dh_makeshlibs -p$(package-libw-64) -V "$(package-libw-64) $(sodepver)" -- -c4
|
||||
endif
|
||||
dh_shlibdeps -a
|
||||
dh_gencontrol -a
|
||||
dh_installdeb -a
|
||||
# We don't install the tic library in the libtinfo6 udeb, adjust the shlibs file
|
||||
sed -i '/^udeb: libtic /d' debian/$(package-ti)/DEBIAN/shlibs
|
||||
dh_md5sums -a
|
||||
dh_builddeb -a
|
||||
|
||||
binary-indep: build-indep install-indep $(autogen-files)
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
|
||||
dh_installdocs -i -Xhtml/Ada95.html -Xhtml/ada/
|
||||
dh_installchangelogs -i NEWS
|
||||
dh_install -i
|
||||
dh_installdirs -i
|
||||
dh_lintian -i
|
||||
dh_link -i
|
||||
dh_compress -i
|
||||
dh_fixperms -i
|
||||
dh_missing -i --fail-missing
|
||||
dh_gencontrol -i
|
||||
dh_installdeb -i
|
||||
dh_md5sums -i
|
||||
dh_builddeb -i
|
||||
|
||||
.PHONY: binary binary-arch binary-indep clean install-indep install-arch
|
|
@ -0,0 +1,192 @@
|
|||
# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
|
||||
# Updated: Özgür Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
|
||||
# Updated: Marc Lehmann <schmorp@schmorp.de>, 17 Feb 2005
|
||||
# Updated: Marc Lehmann <schmorp@schmorp.de>, 04 Nov 2008: change init/reset sequences
|
||||
# Updated: Marc Lehmann <schmorp@schmorp.de>, 24 Nov 2014: implement cvvis as blinking cursor
|
||||
# Updated: Marc Lehmann <schmorp@schmorp.de>, 13 Dec 2014: removed superfluous 0 from sgr
|
||||
rxvt-unicode|rxvt-unicode terminal (X Window System),
|
||||
am,
|
||||
bce,
|
||||
eo,
|
||||
km,
|
||||
msgr,
|
||||
xenl,
|
||||
hs,
|
||||
cols#80,
|
||||
it#8,
|
||||
lines#24,
|
||||
acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~-A.B+C\,D0EhFiG,
|
||||
bel=^G,
|
||||
blink=\E[5m,
|
||||
bold=\E[1m,
|
||||
clear=\E[H\E[2J,
|
||||
civis=\E[?25l,
|
||||
cnorm=\E[?12l\E[?25h,
|
||||
cvvis=\E[?12;25h,
|
||||
cr=^M,
|
||||
csr=\E[%i%p1%d;%p2%dr,
|
||||
cub=\E[%p1%dD,
|
||||
cub1=^H,
|
||||
cud=\E[%p1%dB,
|
||||
cud1=^J,
|
||||
cuf=\E[%p1%dC,
|
||||
cuf1=\E[C,
|
||||
cup=\E[%i%p1%d;%p2%dH,
|
||||
cuu=\E[%p1%dA,
|
||||
cuu1=\E[A,
|
||||
dch=\E[%p1%dP,
|
||||
dch1=\E[P,
|
||||
dl=\E[%p1%dM,
|
||||
dl1=\E[M,
|
||||
ed=\E[J,
|
||||
el=\E[K,
|
||||
el1=\E[1K,
|
||||
flash=\E[?5h$<20/>\E[?5l,
|
||||
home=\E[H,
|
||||
hpa=\E[%i%p1%dG,
|
||||
ht=^I,
|
||||
hts=\EH,
|
||||
ich=\E[%p1%d@,
|
||||
ich1=\E[@,
|
||||
il=\E[%p1%dL,
|
||||
il1=\E[L,
|
||||
ind=^J,
|
||||
is1=\E[\041p,
|
||||
is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
|
||||
kDC=\E[3$,
|
||||
kDC5=\E[3\^,
|
||||
kDC6=\E[3@,
|
||||
kDN=\E[b,
|
||||
kDN5=\EOb,
|
||||
kIC=\E[2$,
|
||||
kIC5=\E[2\^,
|
||||
kIC6=\E[2@,
|
||||
kEND=\E[8$,
|
||||
kEND5=\E[8\^,
|
||||
kEND6=\E[8@,
|
||||
kFND=\E[1$,
|
||||
kFND5=\E[1\^,
|
||||
kFND6=\E[1@,
|
||||
kHOM=\E[7$,
|
||||
kHOM5=\E[7\^,
|
||||
kHOM6=\E[7@,
|
||||
kLFT=\E[d,
|
||||
kLFT5=\EOd,
|
||||
kNXT=\E[6$,
|
||||
kNXT5=\E[6\^,
|
||||
kNXT6=\E[6@,
|
||||
kPRV=\E[5$,
|
||||
kPRV5=\E[5\^,
|
||||
kPRV6=\E[5@,
|
||||
kRIT=\E[c,
|
||||
kRIT5=\EOc,
|
||||
kUP=\E[a,
|
||||
kUP5=\EOa,
|
||||
kbs=\177,
|
||||
ka1=\EOw,
|
||||
ka3=\EOy,
|
||||
kb2=\EOu,
|
||||
kc1=\EOq,
|
||||
kc3=\EOs,
|
||||
kcbt=\E[Z,
|
||||
kcub1=\E[D,
|
||||
kcud1=\E[B,
|
||||
kcuf1=\E[C,
|
||||
kcuu1=\E[A,
|
||||
kdch1=\E[3~,
|
||||
kel=\E[8\^,
|
||||
kend=\E[8~,
|
||||
kent=\EOM,
|
||||
kf1=\E[11~,
|
||||
kf10=\E[21~,
|
||||
kf11=\E[23~,
|
||||
kf12=\E[24~,
|
||||
kf13=\E[25~,
|
||||
kf14=\E[26~,
|
||||
kf15=\E[28~,
|
||||
kf16=\E[29~,
|
||||
kf17=\E[31~,
|
||||
kf18=\E[32~,
|
||||
kf19=\E[33~,
|
||||
kf2=\E[12~,
|
||||
kf20=\E[34~,
|
||||
kf3=\E[13~,
|
||||
kf4=\E[14~,
|
||||
kf5=\E[15~,
|
||||
kf6=\E[17~,
|
||||
kf7=\E[18~,
|
||||
kf8=\E[19~,
|
||||
kf9=\E[20~,
|
||||
kfnd=\E[1~,
|
||||
khome=\E[7~,
|
||||
kich1=\E[2~,
|
||||
kmous=\E[M,
|
||||
knp=\E[6~,
|
||||
kpp=\E[5~,
|
||||
kslt=\E[4~,
|
||||
rc=\E8,
|
||||
rev=\E[7m,
|
||||
ri=\EM,
|
||||
rmso=\E[27m,
|
||||
rmul=\E[24m,
|
||||
rs1=\Ec,
|
||||
rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
|
||||
sgr0=\E[m\E(B,
|
||||
enacs=,
|
||||
smacs=\E(0,
|
||||
rmacs=\E(B,
|
||||
smso=\E[7m,
|
||||
smul=\E[4m,
|
||||
tbc=\E[3g,
|
||||
vpa=\E[%i%p1%dd,
|
||||
colors#88,
|
||||
pairs#7744,
|
||||
btns#5,
|
||||
lm#0,
|
||||
ccc,
|
||||
npc,
|
||||
mc5i,
|
||||
ncv#0,
|
||||
mir,
|
||||
xon,
|
||||
bw,
|
||||
ech=\E[%p1%dX,
|
||||
mc0=\E[i,
|
||||
mc4=\E[4i,
|
||||
mc5=\E[5i,
|
||||
sitm=\E[3m,
|
||||
ritm=\E[23m,
|
||||
smam=\E[?7h,
|
||||
rmam=\E[?7l,
|
||||
smir=\E[4h,
|
||||
rmir=\E[4l,
|
||||
smcup=\E[?1049h,
|
||||
rmcup=\E[r\E[?1049l,
|
||||
smkx=\E=,
|
||||
rmkx=\E>,
|
||||
indn=\E[%p1%dS,
|
||||
rin=\E[%p1%dT,
|
||||
sgr=\E[%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
|
||||
op=\E[39;49m,
|
||||
setaf=\E[38;5;%p1%dm,
|
||||
setab=\E[48;5;%p1%dm,
|
||||
setf=%?%p1%{7}%>%t\E[38;5;%p1%dm%e\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
|
||||
setb=%?%p1%{7}%>%t\E[48;5;%p1%dm%e\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
|
||||
initc=\E]4;%p1%d;rgb\:%p2%{65535}%*%{1000}%/%4.4X/%p3%{65535}%*%{1000}%/%4.4X/%p4%{65535}%*%{1000}%/%4.4X\E\\,
|
||||
sc=\E7,
|
||||
s0ds=\E(B,
|
||||
s1ds=\E(0,
|
||||
s2ds=\E*B,
|
||||
s3ds=\E+B,
|
||||
u6=\E[%i%d;%dR,
|
||||
u7=\E[6n,
|
||||
u8=\E[?1;2c,
|
||||
u9=\E[c,
|
||||
tsl=\E]2;,
|
||||
fsl=\007,
|
||||
dsl=\E]2;\007,
|
||||
|
||||
rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
|
||||
colors#256,
|
||||
pairs#32767,
|
||||
use=rxvt-unicode,
|
|
@ -0,0 +1,170 @@
|
|||
# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
|
||||
# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
|
||||
# Notes:
|
||||
# rxvt 2.21b uses
|
||||
# smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
|
||||
# but some applications don't work with that.
|
||||
# It also has an AIX extension
|
||||
# box2=lqkxjmwuvtn,
|
||||
# and
|
||||
# ech=\E[%p1%dX,
|
||||
# but the latter does not work correctly.
|
||||
#
|
||||
# The distributed terminfo says it implements hpa and vpa, but they are not
|
||||
# implemented correctly, using relative rather than absolute positioning.
|
||||
#
|
||||
# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
|
||||
# Since rxvt is not really compatible with xterm, it should be configured as
|
||||
# "rxvt" (monochrome) and "rxvt-color".
|
||||
#
|
||||
# removed dch/dch1 because they are inconsistent with bce/ech -TD
|
||||
#
|
||||
# Debian's changes:
|
||||
# Debian uses two termcap/terminfo entries:
|
||||
# rxvt for color displays
|
||||
# rxvt-m for monochrome displays
|
||||
# Debian also prefers ^? for kbs (backspace).
|
||||
#
|
||||
# These additional changes were added for the ncurses package:
|
||||
# Remove kf0 (wtf has F0 anyhow?) due to conflict with kf10.
|
||||
# Move hpa and vpa back to rxvt-basic, since they were fixed
|
||||
# to use absolute positioning long ago.
|
||||
# Use vt220+keypad after rxvt+pcfkeys, since rxvt uses \E[11~ for
|
||||
# F1 (\EOP is for KP_F1).
|
||||
# Use smkx instead of rmkx in rs2.
|
||||
rxvt-basic|rxvt-m|rxvt terminal base (X Window System),
|
||||
OTbs, am, bce, eo, km, mir, msgr, xenl, xon,
|
||||
cols#80, it#8, lines#24,
|
||||
acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
|
||||
bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,
|
||||
clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M,
|
||||
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
|
||||
cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
|
||||
cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
|
||||
dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
|
||||
enacs=\E(B\E)0, flash=\E[?5h\E[?5l, home=\E[H, ht=^I,
|
||||
hpa=\E[%i%p1%dG,
|
||||
hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L,
|
||||
ind=^J, is1=\E[?47l\E=\E[?1l,
|
||||
is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^?,
|
||||
kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
|
||||
rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
|
||||
rmul=\E[24m,
|
||||
rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
|
||||
rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E=\E[?1000l\E[?25h,
|
||||
s0ds=\E(B, s1ds=\E(0, sc=\E7,
|
||||
sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;,
|
||||
sgr0=\E[0m\017, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h,
|
||||
smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
|
||||
vpa=\E[%i%p1%dd,
|
||||
use=rxvt+pcfkeys, use=vt220+keypad,
|
||||
# Key Codes from rxvt reference:
|
||||
#
|
||||
# Note: Shift + F1-F10 generates F11-F20
|
||||
#
|
||||
# For the keypad, use Shift to temporarily override Application-Keypad
|
||||
# setting use Num_Lock to toggle Application-Keypad setting if Num_Lock
|
||||
# is off, escape sequences toggle Application-Keypad setting.
|
||||
# Also note that values of Home, End, Delete may have been compiled
|
||||
# differently on your system.
|
||||
#
|
||||
# Normal Shift Control Ctrl+Shift
|
||||
# Tab ^I ESC [ Z ^I ESC [ Z
|
||||
# BackSpace ^H ^? ^? ^?
|
||||
# Find ESC [ 1 ~ ESC [ 1 $ ESC [ 1 ^ ESC [ 1 @
|
||||
# Insert ESC [ 2 ~ paste ESC [ 2 ^ ESC [ 2 @
|
||||
# Execute ESC [ 3 ~ ESC [ 3 $ ESC [ 3 ^ ESC [ 3 @
|
||||
# Select ESC [ 4 ~ ESC [ 4 $ ESC [ 4 ^ ESC [ 4 @
|
||||
# Prior ESC [ 5 ~ scroll-up ESC [ 5 ^ ESC [ 5 @
|
||||
# Next ESC [ 6 ~ scroll-down ESC [ 6 ^ ESC [ 6 @
|
||||
# Home ESC [ 7 ~ ESC [ 7 $ ESC [ 7 ^ ESC [ 7 @
|
||||
# End ESC [ 8 ~ ESC [ 8 $ ESC [ 8 ^ ESC [ 8 @
|
||||
# Delete ESC [ 3 ~ ESC [ 3 $ ESC [ 3 ^ ESC [ 3 @
|
||||
# F1 ESC [ 11 ~ ESC [ 23 ~ ESC [ 11 ^ ESC [ 23 ^
|
||||
# F2 ESC [ 12 ~ ESC [ 24 ~ ESC [ 12 ^ ESC [ 24 ^
|
||||
# F3 ESC [ 13 ~ ESC [ 25 ~ ESC [ 13 ^ ESC [ 25 ^
|
||||
# F4 ESC [ 14 ~ ESC [ 26 ~ ESC [ 14 ^ ESC [ 26 ^
|
||||
# F5 ESC [ 15 ~ ESC [ 28 ~ ESC [ 15 ^ ESC [ 28 ^
|
||||
# F6 ESC [ 17 ~ ESC [ 29 ~ ESC [ 17 ^ ESC [ 29 ^
|
||||
# F7 ESC [ 18 ~ ESC [ 31 ~ ESC [ 18 ^ ESC [ 31 ^
|
||||
# F8 ESC [ 19 ~ ESC [ 32 ~ ESC [ 19 ^ ESC [ 32 ^
|
||||
# F9 ESC [ 20 ~ ESC [ 33 ~ ESC [ 20 ^ ESC [ 33 ^
|
||||
# F10 ESC [ 21 ~ ESC [ 34 ~ ESC [ 21 ^ ESC [ 34 ^
|
||||
# F11 ESC [ 23 ~ ESC [ 23 $ ESC [ 23 ^ ESC [ 23 @
|
||||
# F12 ESC [ 24 ~ ESC [ 24 $ ESC [ 24 ^ ESC [ 24 @
|
||||
# F13 ESC [ 25 ~ ESC [ 25 $ ESC [ 25 ^ ESC [ 25 @
|
||||
# F14 ESC [ 26 ~ ESC [ 26 $ ESC [ 26 ^ ESC [ 26 @
|
||||
# F15 (Help) ESC [ 28 ~ ESC [ 28 $ ESC [ 28 ^ ESC [ 28 @
|
||||
# F16 (Menu) ESC [ 29 ~ ESC [ 29 $ ESC [ 29 ^ ESC [ 29 @
|
||||
# F17 ESC [ 31 ~ ESC [ 31 $ ESC [ 31 ^ ESC [ 31 @
|
||||
# F18 ESC [ 32 ~ ESC [ 32 $ ESC [ 32 ^ ESC [ 32 @
|
||||
# F19 ESC [ 33 ~ ESC [ 33 $ ESC [ 33 ^ ESC [ 33 @
|
||||
# F20 ESC [ 34 ~ ESC [ 34 $ ESC [ 34 ^ ESC [ 34 @
|
||||
# Application
|
||||
# Up ESC [ A ESC [ a ESC O a ESC O A
|
||||
# Down ESC [ B ESC [ b ESC O b ESC O B
|
||||
# Right ESC [ C ESC [ c ESC O c ESC O C
|
||||
# Left ESC [ D ESC [ d ESC O d ESC O D
|
||||
# KP_Enter ^M ESC O M
|
||||
# KP_F1 ESC O P ESC O P
|
||||
# KP_F2 ESC O Q ESC O Q
|
||||
# KP_F3 ESC O R ESC O R
|
||||
# KP_F4 ESC O S ESC O S
|
||||
# XK_KP_Multiply * ESC O j
|
||||
# XK_KP_Add + ESC O k
|
||||
# XK_KP_Separator , ESC O l
|
||||
# XK_KP_Subtract - ESC O m
|
||||
# XK_KP_Decimal . ESC O n
|
||||
# XK_KP_Divide / ESC O o
|
||||
# XK_KP_0 0 ESC O p
|
||||
# XK_KP_1 1 ESC O q
|
||||
# XK_KP_2 2 ESC O r
|
||||
# XK_KP_3 3 ESC O s
|
||||
# XK_KP_4 4 ESC O t
|
||||
# XK_KP_5 5 ESC O u
|
||||
# XK_KP_6 6 ESC O v
|
||||
# XK_KP_7 7 ESC O w
|
||||
# XK_KP_8 8 ESC O x
|
||||
# XK_KP_9 9 ESC O y
|
||||
rxvt+pcfkeys|fragment for PC-style fkeys,
|
||||
kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$,
|
||||
kPRV=\E[5$, kRIT=\E[c, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
|
||||
kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, kend=\E[8~,
|
||||
kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
|
||||
kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~,
|
||||
kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[12~,
|
||||
kf20=\E[34~, kf21=\E[23$, kf22=\E[24$, kf23=\E[11\^,
|
||||
kf24=\E[12\^, kf25=\E[13\^, kf26=\E[14\^, kf27=\E[15\^,
|
||||
kf28=\E[17\^, kf29=\E[18\^, kf3=\E[13~, kf30=\E[19\^,
|
||||
kf31=\E[20\^, kf32=\E[21\^, kf33=\E[23\^, kf34=\E[24\^,
|
||||
kf35=\E[25\^, kf36=\E[26\^, kf37=\E[28\^, kf38=\E[29\^,
|
||||
kf39=\E[31\^, kf4=\E[14~, kf40=\E[32\^, kf41=\E[33\^,
|
||||
kf42=\E[34\^, kf43=\E[23@, kf44=\E[24@, kf5=\E[15~,
|
||||
kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~,
|
||||
khome=\E[7~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~,
|
||||
kDN=\E[b, kDN5=\EOb, kDN6=\EOB, kLFT5=\EOd, kLFT6=\EOD,
|
||||
kRIT5=\EOc, kRIT6=\EOC, kUP=\E[a, kUP5=\EOa, kUP6=\EOA,
|
||||
rxvt|rxvt terminal emulator (X Window System),
|
||||
ncv@,
|
||||
sgr0=\E[m\017,
|
||||
use=rxvt-basic, use=ecma+color,
|
||||
rxvt-color|rxvt terminal emulator (X Window System),
|
||||
use=rxvt,
|
||||
rxvt-256color|rxvt 2.7.9 with xterm 256-colors,
|
||||
use=xterm+256color, use=rxvt,
|
||||
rxvt-88color|rxvt 2.7.9 with xterm 88-colors,
|
||||
use=xterm+88color, use=rxvt,
|
||||
rxvt-xpm|rxvt terminal emulator (X Window System),
|
||||
use=rxvt,
|
||||
rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin,
|
||||
acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
|
||||
use=rxvt,
|
||||
rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin,
|
||||
acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330~\376,
|
||||
use=rxvt-cygwin,
|
||||
|
||||
# This variant is supposed to work with rxvt 2.7.7 when compiled with
|
||||
# NO_BRIGHTCOLOR defined. rxvt needs more work...
|
||||
rxvt-16color|xterm with 16 colors like aixterm,
|
||||
ncv#32, use=ibm+16color, use=rxvt,
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
|||
# Those are all transitional packages pulling in the same binary
|
||||
# package, no point in describing them differently.
|
||||
ncurses source: duplicate-short-description libtinfo-dev libncurses5-dev libncursesw5-dev
|
||||
ncurses source: duplicate-long-description libtinfo-dev libncurses5-dev libncursesw5-dev
|
|
@ -0,0 +1,24 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v1
|
||||
|
||||
mQGiBD/4r7IRBADFuacEqf9fye+NQSm7xjNP705aq75VrUd2hJyPmSiFUIyQEfc4
|
||||
4GQXGdFg+/Apq4iq/50/8pR8YXOKwP5OE69emEp7IxjST41orGUk5ZwcnlSkaruN
|
||||
WLTe/lN3e0oOIVbYig1lUbU5IxZu03KfNg2DZ9JiZdNBlzlqx1+oFlWFLwCg3awg
|
||||
EfOUfbe4kVxNrsnxaCJYJ38EAMRVyUOfhkm9l0YuiC4ebOHrdmn9jFVW+XZPZDeb
|
||||
8DcyTBNrgvVTnEmrNzVJgOyZIW+uraBVitak+No1kwXvC/i0kZEzYqfG87EdJSfe
|
||||
OV7axIRisiTrcbZdRJ3CBDtGvLqJ9OuGFHPQmntnZfhiwJTR79hepndEQYyV5eQb
|
||||
oQ+aA/0bI+/odyRDefc9HF1EhOcz8E76QP+VlvUfIDUJrmwv/3gLZ968HACOe0DE
|
||||
+bcUockLJxoNwQFwCQPjm5S2+Ba2uY4hRhOA+MResZWlPouoosay2ADfiU7pdBCx
|
||||
nbcLAuezgnZg4jcXvLl1QiAihxaEI2jqgZBnnierWzqRzRZM4LQrVGhvbWFzIERp
|
||||
Y2tleSA8ZGlja2V5QGludmlzaWJsZS1pc2xhbmQubmV0PoheBBMRAgAeBQI/+K+y
|
||||
AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHAjU+D35I7bejEAnRYLqlswwk+F
|
||||
+pWcppXLnsskhTfSAKCrg23hTwzaaW9mlbmDavid+QQu3bkBDQQ/+K+0EAQAjTl1
|
||||
EeUt5EUq8tiGBq+KtFo3TxIdJKBtVFQ4btETdF23dkZ1o1642GmF7JJgn6PKUcJD
|
||||
UlHhUO4IEcpHABAiU4HweoWh8yT/yaA9AXqRKcJpMQ5bEGoooHBIg0Uh8ahG6Q1c
|
||||
HzgsGOaOK9YzFSvSIRXryMlrh1oITzvwEkXRfOcAAwcD/iRaNtGYaS05FwaaVvm0
|
||||
Eexhhw2JzSaRP6PY3r/BGmgPVG9Uk9huk+Yk/pdW9Pa3KRj37ANK2svfwHx9A077
|
||||
Ma9GoupZ/rjP01WO0ur8tzC7KsqCep9m33K9kdAeJZ0Ud+AwsnAEy/Q1XZin/jUU
|
||||
5L1lzko010LXY9CqdrmCXhaqiEkEGBECAAkFAj/4r7QCGwwACgkQcCNT4Pfkjtuu
|
||||
ngCg2es41JEYaarCcT+gFpyM0WCqAU8An3L0pkO4wtZ8SejpHa7WSR9M54xd
|
||||
=VWbi
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -0,0 +1,7 @@
|
|||
version=4
|
||||
|
||||
# By default we check for releases only. If you want to
|
||||
# check/download weekly snapshots, use the watch.patchlevel file.
|
||||
|
||||
opts=pgpsigurlmangle=s/$/.asc/ \
|
||||
https://invisible-mirror.net/archives/ncurses/ncurses-(.*)\.tar\.gz
|
|
@ -0,0 +1,7 @@
|
|||
version=4
|
||||
|
||||
# Use this file for downloading weekly snapshots with uscan
|
||||
# i.e. "uscan --watchfile debian/watch.patchlevel"
|
||||
|
||||
opts=uversionmangle=s/-/+/,pgpsigurlmangle=s/$/.asc/ \
|
||||
https://invisible-mirror.net/archives/ncurses/current/ncurses-(.*)\.tgz
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue