From: Andreas Tille Date: Wed, 8 Nov 2023 08:36:00 +0000 (+0100) Subject: routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ X-Git-Tag: archive/raspbian/0.23.0+ds-1+rpi1~1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ebf7c7c940aa8a901da9d21de7c419284db062c;p=python-pysam.git routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ --- 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