summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-06 06:48:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:34:57 +0000
commit436ee58bf92505847830d7faa3adabad13464c05 (patch)
tree5fdb22f1257c5e9a3fa1e5b5e3b876f8eb58ff2e
parentMerging upstream version 1.9.4. (diff)
downloadiredis-436ee58bf92505847830d7faa3adabad13464c05.tar.xz
iredis-436ee58bf92505847830d7faa3adabad13464c05.zip
Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a1269b4..8ddf1e9 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-setuptools,
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index eefdb7f..b9f8430 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export PYBUILD_NAME=iredis
%:
- dh ${@} --buildsystem=pybuild --with python3
+ dh ${@} --buildsystem=pybuild
execute_before_dh_auto_clean:
cp debian/local/setup.py setup.py