Debian: notcurses-bin deps on {python3:Depends}

This commit is contained in:
nick black 2020-02-20 22:04:59 -05:00
parent e55044e76a
commit d32d71c868
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
notcurses (1.2.2-1) UNRELEASED; urgency=medium
*
-- Nick Black <dankamongmen@gmail.com> Thu, 20 Feb 2020 22:00:56 -0500
notcurses (1.2.1-1) unstable; urgency=medium
* Update watchfile to grab DFSG source tarball

2
debian/control vendored
View File

@ -91,8 +91,8 @@ Section: graphics
Depends:
ncurses-term,
notcurses-data (= ${source:Version}),
python3,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Character graphics and TUI library demos
notcurses facilitates the creation of modern TUI programs,