From 2ebf7c7c940aa8a901da9d21de7c419284db062c Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Wed, 8 Nov 2023 09:36:00 +0100 Subject: [PATCH] routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a4dc16..ff1551d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-pysam (0.22.0+ds-1) UNRELEASED; urgency=medium * New upstream version + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) -- Andreas Tille Wed, 08 Nov 2023 09:35:50 +0100 diff --git a/debian/control b/debian/control index e5e006f..3630b6e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-exec, - dh-python, + dh-sequence-python3, libhts-dev (>= 1.14~), zlib1g-dev, python3-all-dev, diff --git a/debian/rules b/debian/rules index 68fc49c..4ab44a1 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ export HTSLIB_INCLUDE_DIR=/usr/include clean: clean-tests %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_install: clean-tests dh_install -Xtest.gtf.gz -- 2.30.2