From f0d2c51b859a501a86d635e7c10cbbc72a20a678 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 1 Feb 2020 14:35:38 -0500 Subject: [PATCH] Debian: use dh-sequence-python3 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 985600385..bab8d4aca 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 621d4ac8f..4c96708fa 100755 --- a/debian/rules +++ b/debian/rules @@ -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