notcurses/debian/control

105 lines
3.1 KiB
Plaintext
Raw Normal View History

2019-11-17 10:15:40 +00:00
Source: notcurses
Priority: optional
Maintainer: Nick Black <dankamongmen@gmail.com>
2020-02-04 06:44:35 +00:00
Build-Depends:
2020-02-07 03:12:56 +00:00
cmake,
2020-02-04 06:44:35 +00:00
debhelper-compat (= 12),
dh-python (>= 4.20191017),
dh-sequence-python3,
2020-02-07 05:25:38 +00:00
libavformat-dev (>= 7:4.2.1),
libavutil-dev (>= 7:4.2.1),
libncurses-dev,
2020-02-07 05:25:38 +00:00
libswscale-dev (>= 7:4.2.1),
2020-02-04 06:44:35 +00:00
pandoc (>= 1.19.2.4),
2020-02-07 03:12:56 +00:00
pkg-config,
python3-all-dbg,
2020-02-07 03:12:56 +00:00
python3-all-dev,
2020-02-04 06:44:35 +00:00
python3-cffi (>= 1.13.2),
python3-setuptools (>= 44.0.0),
2020-01-24 06:35:44 +00:00
Standards-Version: 4.5.0
2019-11-17 10:15:40 +00:00
Section: libs
X-Python3-Version: >= 3.7
Testsuite: autopkgtest-pkg-python
2019-11-17 10:15:40 +00:00
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
Vcs-Browser: https://github.com/dankamongmen/notcurses
Vcs-Git: https://github.com/dankamongmen/notcurses.git
2020-02-04 06:44:35 +00:00
Package: libnotcurses++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libnotcurses++1 (= ${binary:Version}),
2020-02-07 05:39:24 +00:00
libnotcurses-dev (>= 1.1.6-1),
2020-02-04 06:44:35 +00:00
${misc:Depends},
Description: Development files for notcurses++
Files necessary for development using notcurses++, a C++ wrapper for notcurses
Package: libnotcurses++1
Architecture: any
Multi-Arch: same
2020-02-07 05:39:24 +00:00
Recommends: ncurses-term
2020-02-04 06:44:35 +00:00
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Shared libraries for notcurses++
notcurses++ is a C++ binding for the notcurses TUI library
2019-11-17 10:15:40 +00:00
Package: libnotcurses-dev
Section: libdevel
Architecture: any
Multi-Arch: same
2020-02-04 06:44:35 +00:00
Depends:
libavformat-dev,
libncurses-dev,
libnotcurses1 (= ${binary:Version}),
${misc:Depends},
2019-11-17 10:15:40 +00:00
Description: Development files for notcurses
Files necessary for developing programs using notcurses.
Package: libnotcurses1
2019-11-17 10:15:40 +00:00
Architecture: any
Multi-Arch: same
2020-02-07 05:39:24 +00:00
Recommends: ncurses-term
Pre-Depends: ${misc:Pre-Depends}
2020-02-04 06:44:35 +00:00
Depends: ${misc:Depends}, ${shlibs:Depends}
2019-11-17 10:15:40 +00:00
Description: Shared libraries for notcurses TUI
2019-11-27 01:07:27 +00:00
notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit direct color. It presents
an API similar to that of Curses, and rides atop libtinfo.
2019-11-27 04:07:01 +00:00
Package: notcurses-bin
Architecture: any
Multi-Arch: foreign
2020-02-07 05:39:24 +00:00
Depends:
ncurses-term,
notcurses-data (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
2019-11-27 04:07:01 +00:00
Description: Binaries from libnotcurses
notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit direct color. It presents
an API similar to that of Curses, and rides atop libtinfo.
.
These utilities from the notcurses project include notcurses-demo,
notcurses-view, notcurses-planereel, and notcurses-input. In
addition, the unit tests are bundled as notcurses-tester.
2020-02-07 05:39:24 +00:00
Package: notcurses-data
Architecture: all
Multi-Arch: foreign
Depends: ncurses-term, ${misc:Depends}
2020-02-07 05:39:24 +00:00
Description: Multimedia used by notcurses-demo
notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit direct color. It presents
an API similar to that of Curses, and rides atop libtinfo.
.
This package contains multimedia used by notcurss-demo.
Package: python3-notcurses
Section: python
2020-01-28 21:43:02 +00:00
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python wrappers for notcurses (Python 3)
Python wrappers for the notcurses TUI library.
.
This package installs the library for Python 3.