mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
debian: wrap-and-sort -sbt pass
This commit is contained in:
parent
88c49df1b1
commit
e55044e76a
100
debian/control
vendored
100
debian/control
vendored
@ -1,7 +1,8 @@
|
|||||||
Source: notcurses
|
Source: notcurses
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Nick Black <dankamongmen@gmail.com>
|
Maintainer: Nick Black <dankamongmen@gmail.com>
|
||||||
Build-Depends: cmake,
|
Build-Depends:
|
||||||
|
cmake,
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 12),
|
||||||
dh-python (>= 4.20191017),
|
dh-python (>= 4.20191017),
|
||||||
dh-sequence-python3,
|
dh-sequence-python3,
|
||||||
@ -15,7 +16,7 @@ Build-Depends: cmake,
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
python3-cffi (>= 1.13.2),
|
python3-cffi (>= 1.13.2),
|
||||||
python3-dev,
|
python3-dev,
|
||||||
python3-setuptools (>= 44.0.0)
|
python3-setuptools (>= 44.0.0),
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Section: libs
|
Section: libs
|
||||||
X-Python3-Version: >= 3.7
|
X-Python3-Version: >= 3.7
|
||||||
@ -25,6 +26,51 @@ Homepage: https://nick-black.com/dankwiki/index.php/notcurses
|
|||||||
Vcs-Browser: https://github.com/dankamongmen/notcurses
|
Vcs-Browser: https://github.com/dankamongmen/notcurses
|
||||||
Vcs-Git: https://github.com/dankamongmen/notcurses.git
|
Vcs-Git: https://github.com/dankamongmen/notcurses.git
|
||||||
|
|
||||||
|
Package: libnotcurses++-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
libnotcurses++1 (= ${binary:Version}),
|
||||||
|
libnotcurses-dev (>= ${binary:Version}),
|
||||||
|
${misc:Depends},
|
||||||
|
Description: Character graphics and TUI library (C++ development)
|
||||||
|
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 files are necessary for C++ development using notcurses.
|
||||||
|
|
||||||
|
Package: libnotcurses++1
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Recommends: ncurses-term
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: Character graphics and TUI library (C++ wrappers)
|
||||||
|
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 files underlie the C++ wrappers for notcurses.
|
||||||
|
|
||||||
|
Package: libnotcurses-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
libavformat-dev,
|
||||||
|
libncurses-dev,
|
||||||
|
libnotcurses1 (= ${binary:Version}),
|
||||||
|
${misc:Depends},
|
||||||
|
Description: Character graphics and TUI library (development)
|
||||||
|
notcurses facilitates the creation of modern TUI programs, making
|
||||||
|
full use of Unicode and 24-bit direct color. Its API is similar
|
||||||
|
to that of NCURSES, but extends that with z-buffering, rendering
|
||||||
|
of images and video using ffmpeg, alpha blending, widgets, palette
|
||||||
|
fades, resize awareness, and multithreading support.
|
||||||
|
.
|
||||||
|
These files are necessary for C development using notcurses.
|
||||||
|
|
||||||
Package: libnotcurses1
|
Package: libnotcurses1
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
@ -38,58 +84,16 @@ Description: Character graphics and TUI library
|
|||||||
of images and video using ffmpeg, alpha blending, widgets, palette
|
of images and video using ffmpeg, alpha blending, widgets, palette
|
||||||
fades, resize awareness, and multithreading support.
|
fades, resize awareness, and multithreading support.
|
||||||
|
|
||||||
Package: libnotcurses-dev
|
|
||||||
Section: libdevel
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Depends: libavformat-dev,
|
|
||||||
libncurses-dev,
|
|
||||||
libnotcurses1 (= ${binary:Version}),
|
|
||||||
${misc:Depends}
|
|
||||||
Description: Character graphics and TUI library (development)
|
|
||||||
notcurses facilitates the creation of modern TUI programs, making
|
|
||||||
full use of Unicode and 24-bit direct color. Its API is similar
|
|
||||||
to that of NCURSES, but extends that with z-buffering, rendering
|
|
||||||
of images and video using ffmpeg, alpha blending, widgets, palette
|
|
||||||
fades, resize awareness, and multithreading support.
|
|
||||||
.
|
|
||||||
These files are necessary for C development using notcurses.
|
|
||||||
|
|
||||||
Package: libnotcurses++1
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Recommends: ncurses-term
|
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
||||||
Description: Character graphics and TUI library (C++ wrappers)
|
|
||||||
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 files underlie the C++ wrappers for notcurses.
|
|
||||||
|
|
||||||
Package: libnotcurses++-dev
|
|
||||||
Section: libdevel
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Depends: libnotcurses++1 (= ${binary:Version}),
|
|
||||||
libnotcurses-dev (>= ${binary:Version}),
|
|
||||||
${misc:Depends}
|
|
||||||
Description: Character graphics and TUI library (C++ development)
|
|
||||||
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 files are necessary for C++ development using notcurses.
|
|
||||||
|
|
||||||
Package: notcurses-bin
|
Package: notcurses-bin
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: graphics
|
Section: graphics
|
||||||
Depends: ncurses-term,
|
Depends:
|
||||||
|
ncurses-term,
|
||||||
notcurses-data (= ${source:Version}),
|
notcurses-data (= ${source:Version}),
|
||||||
|
python3,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends},
|
${shlibs:Depends},
|
||||||
${shlibs:Depends}
|
|
||||||
Description: Character graphics and TUI library demos
|
Description: Character graphics and TUI library demos
|
||||||
notcurses facilitates the creation of modern TUI programs,
|
notcurses facilitates the creation of modern TUI programs,
|
||||||
making full use of Unicode and 24-bit direct color. It presents
|
making full use of Unicode and 24-bit direct color. It presents
|
||||||
|
Loading…
Reference in New Issue
Block a user