mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
run wrap-and-sort -sbt per @edmonds
This commit is contained in:
parent
87296a9f1c
commit
ecf921c135
68
debian/control
vendored
68
debian/control
vendored
@ -1,11 +1,21 @@
|
|||||||
Source: notcurses
|
Source: notcurses
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Nick Black <dankamongmen@gmail.com>
|
Maintainer: Nick Black <dankamongmen@gmail.com>
|
||||||
Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config (>= 0.29),
|
Build-Depends:
|
||||||
libncurses-dev (>= 6.1), libavformat-dev (>= 57.0), libswscale-dev (>= 5.0),
|
cmake (>= 3.13),
|
||||||
libavutil-dev (>= 56.0), pandoc (>= 1.19.2.4), python3-all-dev (>= 3.2),
|
debhelper-compat (= 12),
|
||||||
python3-cffi (>= 1.13.2), g++ (>= 4:7.0.0-0), python3-setuptools (>= 44.0.0),
|
dh-python (>= 4.20191017),
|
||||||
dh-python (>= 4.20191017), dh-sequence-python3
|
dh-sequence-python3,
|
||||||
|
g++ (>= 4:7.0.0-0),
|
||||||
|
libavformat-dev (>= 57.0),
|
||||||
|
libavutil-dev (>= 56.0),
|
||||||
|
libncurses-dev (>= 6.1),
|
||||||
|
libswscale-dev (>= 5.0),
|
||||||
|
pandoc (>= 1.19.2.4),
|
||||||
|
pkg-config (>= 0.29),
|
||||||
|
python3-all-dev (>= 3.2),
|
||||||
|
python3-cffi (>= 1.13.2),
|
||||||
|
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
|
||||||
@ -14,12 +24,34 @@ 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 (>= 1.0.0-1),
|
||||||
|
${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
|
||||||
|
Recommends: ncurses-term (>= 6.1)
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: Shared libraries for notcurses++
|
||||||
|
notcurses++ is a C++ binding for the notcurses TUI library
|
||||||
|
|
||||||
Package: libnotcurses-dev
|
Package: libnotcurses-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libnotcurses1 (= ${binary:Version}), ${misc:Depends}, libavformat-dev,
|
Depends:
|
||||||
libncurses-dev
|
libavformat-dev,
|
||||||
|
libncurses-dev,
|
||||||
|
libnotcurses1 (= ${binary:Version}),
|
||||||
|
${misc:Depends},
|
||||||
Description: Development files for notcurses
|
Description: Development files for notcurses
|
||||||
Files necessary for developing programs using notcurses.
|
Files necessary for developing programs using notcurses.
|
||||||
|
|
||||||
@ -28,32 +60,16 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Recommends: ncurses-term (>= 6.1)
|
Recommends: ncurses-term (>= 6.1)
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: Shared libraries for notcurses TUI
|
Description: Shared libraries for notcurses TUI
|
||||||
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
|
||||||
an API similar to that of Curses, and rides atop libtinfo.
|
an API similar to that of Curses, and rides atop libtinfo.
|
||||||
|
|
||||||
Package: libnotcurses++-dev
|
|
||||||
Section: libdevel
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Depends: libnotcurses-dev (>= 1.0.0-1), libnotcurses++1 (= ${binary:Version}), ${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
|
|
||||||
Recommends: ncurses-term (>= 6.1)
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
||||||
Description: Shared libraries for notcurses++
|
|
||||||
notcurses++ is a C++ binding for the notcurses TUI library
|
|
||||||
|
|
||||||
Package: notcurses-bin
|
Package: notcurses-bin
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ncurses-term (>= 6.1)
|
Depends: ncurses-term (>= 6.1), ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: Binaries from libnotcurses
|
Description: Binaries from libnotcurses
|
||||||
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
|
||||||
@ -64,7 +80,7 @@ Description: Binaries from libnotcurses
|
|||||||
|
|
||||||
Package: python3-notcurses
|
Package: python3-notcurses
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
|
||||||
Description: Python wrappers for notcurses (Python 3)
|
Description: Python wrappers for notcurses (Python 3)
|
||||||
Python wrappers for the notcurses TUI library.
|
Python wrappers for the notcurses TUI library.
|
||||||
.
|
.
|
||||||
|
2
debian/libnotcurses++-dev.install
vendored
2
debian/libnotcurses++-dev.install
vendored
@ -1,4 +1,4 @@
|
|||||||
usr/include/ncpp
|
usr/include/ncpp
|
||||||
usr/lib/*/libnotcurses++.so
|
|
||||||
usr/lib/*/libnotcurses++.a
|
usr/lib/*/libnotcurses++.a
|
||||||
|
usr/lib/*/libnotcurses++.so
|
||||||
usr/lib/*/pkgconfig/notcurses++.pc
|
usr/lib/*/pkgconfig/notcurses++.pc
|
||||||
|
2
debian/libnotcurses-dev.install
vendored
2
debian/libnotcurses-dev.install
vendored
@ -1,5 +1,5 @@
|
|||||||
usr/include/notcurses.h
|
usr/include/notcurses.h
|
||||||
|
usr/lib/*/cmake/*
|
||||||
usr/lib/*/libnotcurses.so
|
usr/lib/*/libnotcurses.so
|
||||||
usr/lib/*/pkgconfig/notcurses.pc
|
usr/lib/*/pkgconfig/notcurses.pc
|
||||||
usr/lib/*/cmake/*
|
|
||||||
usr/share/man/man3/*
|
usr/share/man/man3/*
|
||||||
|
2
debian/notcurses-bin.install
vendored
2
debian/notcurses-bin.install
vendored
@ -1,3 +1,3 @@
|
|||||||
usr/bin/*
|
usr/bin/*
|
||||||
usr/share/notcurses/*
|
|
||||||
usr/share/man/man1/*
|
usr/share/man/man1/*
|
||||||
|
usr/share/notcurses/*
|
||||||
|
Loading…
Reference in New Issue
Block a user