Debian: use dh-sequence-python3

pull/315/head
nick black 4 years ago committed by Nick Black
parent 2cf3835ddd
commit f0d2c51b85

2
debian/control vendored

@ -5,7 +5,7 @@ Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config (>= 0.29),
libncurses-dev (>= 6.1), libavformat-dev (>= 57.0), libswscale-dev (>= 5.0),
libavutil-dev (>= 56.0), pandoc (>= 1.19.2.4), python3-all-dev (>= 3.2),
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
Standards-Version: 4.5.0
Section: libs
X-Python3-Version: >= 3.7

2
debian/rules vendored

@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=notcurses
%:
dh $@ --with python3 --buildsystem=cmake
dh $@ --buildsystem=cmake
# dh_auto_test -O--buildsystem=cmake -O--no-parallel
# Don't try to run ncurses tests

Loading…
Cancel
Save