summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-06 06:48:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-06 06:54:15 +0000
commit1ade00215c4a55a18be8da9717508fe77390a65c (patch)
tree87f082f9a2567016cc7edb5d90c3836716b600cc
parentReleasing debian version 2.1.2-2. (diff)
downloadpendulum-1ade00215c4a55a18be8da9717508fe77390a65c.tar.xz
pendulum-1ade00215c4a55a18be8da9717508fe77390a65c.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 bb9a35d..22774ac 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-dev,
python3-setuptools,
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index de010e5..3640943 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export PYBUILD_NAME=pendulum
%:
- dh ${@} --buildsystem=pybuild --with python3
+ dh ${@} --buildsystem=pybuild
execute_before_dh_auto_clean:
cp debian/local/setup.py setup.py