summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>2024-04-28 20:59:59 +0900
committerYOKOTA Hiroshi <yokota.hgml@gmail.com>2024-04-28 20:59:59 +0900
commit2707c8a57b781141d15961c29947f38a222e8e17 (patch)
treef28a54de761d77e044ba62501333d4ce61097999
parentd0765b5e54a43fb3610d8dac369e20a97fde21c0 (diff)
Upgrade to new style for debhelper build sequencer
-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 445ec7c..bd332ed 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
diff --git a/debian/rules b/debian/rules
index 14396de..5efa1a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=inflate64
%:
- dh $@ --with=python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild