debian: wrap-and-sort -sbt pass

pull/369/head v1.2.1
nick black 5 years ago
parent 88c49df1b1
commit e55044e76a

110
debian/control vendored

@ -1,21 +1,22 @@
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:
debhelper-compat (= 12), cmake,
dh-python (>= 4.20191017), debhelper-compat (= 12),
dh-sequence-python3, dh-python (>= 4.20191017),
doctest-dev, dh-sequence-python3,
graphviz (>= 2.42.2), doctest-dev,
libavformat-dev (>= 7:4.2.1), graphviz (>= 2.42.2),
libavutil-dev (>= 7:4.2.1), libavformat-dev (>= 7:4.2.1),
libncurses-dev, libavutil-dev (>= 7:4.2.1),
libswscale-dev (>= 7:4.2.1), libncurses-dev,
pandoc (>= 1.19.2.4), libswscale-dev (>= 7:4.2.1),
pkg-config, pandoc (>= 1.19.2.4),
python3-cffi (>= 1.13.2), pkg-config,
python3-dev, python3-cffi (>= 1.13.2),
python3-setuptools (>= 44.0.0) python3-dev,
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,27 +26,42 @@ 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: libnotcurses1 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 Architecture: any
Multi-Arch: same Multi-Arch: same
Recommends: ncurses-term Recommends: ncurses-term
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Character graphics and TUI library Description: Character graphics and TUI library (C++ wrappers)
notcurses facilitates the creation of modern TUI programs, making notcurses facilitates the creation of modern TUI programs,
full use of Unicode and 24-bit direct color. Its API is similar making full use of Unicode and 24-bit direct color. It presents
to that of NCURSES, but extends that with z-buffering, rendering an API similar to that of Curses, and rides atop libtinfo.
of images and video using ffmpeg, alpha blending, widgets, palette .
fades, resize awareness, and multithreading support. These files underlie the C++ wrappers for notcurses.
Package: libnotcurses-dev Package: libnotcurses-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libavformat-dev, Depends:
libncurses-dev, libavformat-dev,
libnotcurses1 (= ${binary:Version}), libncurses-dev,
${misc:Depends} libnotcurses1 (= ${binary:Version}),
${misc:Depends},
Description: Character graphics and TUI library (development) Description: Character graphics and TUI library (development)
notcurses facilitates the creation of modern TUI programs, making notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit direct color. Its API is similar full use of Unicode and 24-bit direct color. Its API is similar
@ -55,41 +71,29 @@ Description: Character graphics and TUI library (development)
. .
These files are necessary for C development using notcurses. These files are necessary for C development using notcurses.
Package: libnotcurses++1 Package: libnotcurses1
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Recommends: ncurses-term Recommends: ncurses-term
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Character graphics and TUI library (C++ wrappers) Description: Character graphics and TUI library
notcurses facilitates the creation of modern TUI programs, notcurses facilitates the creation of modern TUI programs, making
making full use of Unicode and 24-bit direct color. It presents full use of Unicode and 24-bit direct color. Its API is similar
an API similar to that of Curses, and rides atop libtinfo. to that of NCURSES, but extends that with z-buffering, rendering
. of images and video using ffmpeg, alpha blending, widgets, palette
These files underlie the C++ wrappers for notcurses. fades, resize awareness, and multithreading support.
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:
notcurses-data (= ${source:Version}), ncurses-term,
${misc:Depends}, notcurses-data (= ${source:Version}),
${python3:Depends}, python3,
${shlibs:Depends} ${misc: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…
Cancel
Save