diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 06:48:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-08 06:40:49 +0000 |
commit | 435ac6c3b38e6026197abc1cf06d5ccfd7ce2abe (patch) | |
tree | ec929926415122222a7ec8c46773564a70088449 | |
parent | Merging upstream version 1.24.1. (diff) | |
download | mycli-435ac6c3b38e6026197abc1cf06d5ccfd7ce2abe.tar.xz mycli-435ac6c3b38e6026197abc1cf06d5ccfd7ce2abe.zip |
Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 fc03404..abfc062 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Lennart Weller <lhw@ring0.de>, Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-setuptools, Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index e34f247..1a5b985 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=mycli %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild execute_after_dh_auto_install: # removing useless files |