summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2023-11-15 11:25:11 +0100
committerAndreas Tille <tille@debian.org>2023-11-15 11:25:11 +0100
commita678abb28da908c15e6cd9f67266e1b6fdcdc547 (patch)
tree08e447ca2a4e8c9beccd459db01749a0784bb48f
parentdaa807c1618e4ea370d1c9b5e50992f12fc7b847 (diff)
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8574aa2..28c59cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-ete3 (3.1.3+dfsg-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
-- Andreas Tille <tille@debian.org> Wed, 15 Nov 2023 11:25:03 +0100
diff --git a/debian/control b/debian/control
index 89025e7..fc08203 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
python3-all,
python3-setuptools,
python3-numpy,
diff --git a/debian/rules b/debian/rules
index 49a7195..9dd4e46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=ete3
#export PYBUILD_TEST_ARGS_python3=-k-XTest_ncbiquery
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install -O--buildsystem=pybuild
rm -r debian/python3-ete3/usr/bin