diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 06:48:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 07:07:42 +0000 |
commit | 9a7ff625b97342173d4e57fa92be97db3c69a853 (patch) | |
tree | 4d4c9b08ea24a67e8be93df4a6d7516096e2eb88 | |
parent | Adding debian version 3.0.16-1. (diff) | |
download | ptpython-9a7ff625b97342173d4e57fa92be97db3c69a853.tar.xz ptpython-9a7ff625b97342173d4e57fa92be97db3c69a853.zip |
Updating python debhelper sequence, thanks to Andrej Shadura <andrewsh@debian.org>.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1c0389c..9268778 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-prompt-toolkit (>= 3.0.16), python3-pygments, diff --git a/debian/rules b/debian/rules index c89e472..8eeaff8 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_NAME=ptpython %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild |