Debian: add control stanza for python3-notcurses-dbg #326

pull/344/head
nick black 4 years ago
parent 8d7e6482dd
commit c2199d0673

15
debian/control vendored

@ -71,7 +71,7 @@ Architecture: any
Multi-Arch: foreign
Depends:
ncurses-term,
notcurses-data (= ${binary:Version}),
notcurses-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Binaries from libnotcurses
@ -102,3 +102,16 @@ Description: Python wrappers for notcurses (Python 3)
Python wrappers for the notcurses TUI library.
.
This package installs the library for Python 3.
Package: python3-notcurses-dbg
Section: debug
Architecture: any
Depends:
python3-notcurses (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Recommends: python3-dbg
Description: Python wrappers for notcurses (Python 3 debug)
Python wrappers for the notcurses TUI library.
.
This package installs the debug library for Python 3.

Loading…
Cancel
Save