diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 06:48:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 21:20:17 +0000 |
commit | 4a64593b7a74bc599a5bcef9aed6960d8c8a7c51 (patch) | |
tree | bda037bc8d4a5659a25d031f202831236fcb4b37 | |
parent | Merging upstream version 2.1.2. (diff) | |
download | identify-4a64593b7a74bc599a5bcef9aed6960d8c8a7c51.tar.xz identify-4a64593b7a74bc599a5bcef9aed6960d8c8a7c51.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 a60d37e..4e6db3c 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, help2man, python3-all, python3-setuptools, diff --git a/debian/rules b/debian/rules index a2f1918..f9f3792 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=identify %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild execute_after_dh_auto_install: # manpage |