Alexandre Detiste pushed to branch master at Debian Med / python-biotools
Commits: da6c859a by Alexandre Detiste at 2024-09-21T16:25:23+02:00 add dep on python3-setuptools, release - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-biotools (1.2.12-6) unstable; urgency=medium + + * Team upload. + * Add dependency on python3-setuptools (Closes: #1080909) + * Switch to DebHlper 13 + * Set +Rules-Requires-Root: no + + -- Alexandre Detiste <[email protected]> Sat, 21 Sep 2024 16:25:04 +0200 + python-biotools (1.2.12-5) unstable; urgency=medium * Really drop Python2 support ===================================== debian/control ===================================== @@ -4,9 +4,11 @@ Uploaders: Andreas Tille <[email protected]> Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 12), - dh-python, - python3-all +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + python3-setuptools, +Rules-Requires-Root: no Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/python-biotools Vcs-Git: https://salsa.debian.org/med-team/python-biotools.git @@ -35,5 +37,3 @@ Description: Python3 bioinformatics utilities for high-throughput genomic sequen reversed biotools.sequence - various tools to deal with sequences biotools.translate - translate a nucleotide using the standard genetic code - . - This package contains the Python3 module. ===================================== debian/rules ===================================== @@ -6,4 +6,4 @@ export LC_ALL=C.UTF-8 export PYBUILD_NAME=biotools %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/med-team/python-biotools/-/commit/da6c859a38703f4bb6ecdc20164e4b1f2d574aee -- View it on GitLab: https://salsa.debian.org/med-team/python-biotools/-/commit/da6c859a38703f4bb6ecdc20164e4b1f2d574aee 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
