diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 06:48:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-08 17:49:10 +0000 |
commit | ebc12d8c81556c852c91c3faa4622c0b25bde186 (patch) | |
tree | ce0f378ab3de82f0faa4b10b17c34bd1190a69ad | |
parent | Merging upstream version 2.11.0. (diff) | |
download | pre-commit-ebc12d8c81556c852c91c3faa4622c0b25bde186.tar.xz pre-commit-ebc12d8c81556c852c91c3faa4622c0b25bde186.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 0b32598..e4192bf 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-all, python3-setuptools, Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index 9d2590c..cfe26c0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild |