Alexandre Detiste pushed to branch master at Debian Med / qcat
Commits: 1702a52b by Alexandre Detiste at 2024-12-04T08:57:48+01:00 release - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +qcat (1.1.0-7) unstable; urgency=medium + + * Team Upload. + * Remove usage of python3-six + * Use dh-sequence-python3 + * Bump Standards-Version to 4.7.0 + + -- Alexandre Detiste <[email protected]> Wed, 04 Dec 2024 08:55:51 +0100 + qcat (1.1.0-6) unstable; urgency=medium * Fix watch file ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-setuptools, python3-pytest-runner <!nocheck>, @@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13), python3-biopython <!nocheck>, python3-parasail <!nocheck>, python3-yaml <!nocheck> -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/qcat Vcs-Git: https://salsa.debian.org/med-team/qcat.git Homepage: https://github.com/nanoporetech/qcat ===================================== debian/rules ===================================== @@ -8,10 +8,9 @@ include /usr/share/dpkg/default.mk export PYBUILD_BEFORE_TEST=cp -r {dir}/$(DEB_SOURCE)/test {build_dir}/$(DEB_SOURCE) ; %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild -override_dh_install: - dh_install +execute_after_dh_install: find debian -name .coverage -delete mkdir -p debian/$(DEB_SOURCE)-examples/usr/share/doc/$(DEB_SOURCE)/examples/$(DEB_SOURCE) mv debian/$(DEB_SOURCE)/usr/lib/python3*/dist-packages/$(DEB_SOURCE)/test debian/$(DEB_SOURCE)-examples/usr/share/doc/$(DEB_SOURCE)/examples/$(DEB_SOURCE) View it on GitLab: https://salsa.debian.org/med-team/qcat/-/commit/1702a52bcf10a0624a703f34317afa4796e1c209 -- View it on GitLab: https://salsa.debian.org/med-team/qcat/-/commit/1702a52bcf10a0624a703f34317afa4796e1c209 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
