Andreas Tille pushed to branch master at Debian Med / kineticstools
Commits: 83f35ce5 by Andreas Tille at 2024-10-13T17:34:29+02:00 Do not depends on deprecated module python3-pkg-resources - - - - - 96c87f44 by Andreas Tille at 2024-10-13T17:34:41+02:00 Standards-Version: 4.7.0 (routine-update) - - - - - ea5061fc by Andreas Tille at 2024-10-13T17:34:43+02:00 Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) - - - - - d094cbe1 by Andreas Tille at 2024-10-13T17:36:14+02:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +kineticstools (0.6.1+git20220223.1326a4d+dfsg-3) unstable; urgency=medium + + * Do not depends on deprecated module python3-pkg-resources + Closes: #1083454 + * Standards-Version: 4.7.0 (routine-update) + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille <[email protected]> Sun, 13 Oct 2024 17:34:50 +0200 + kineticstools (0.6.1+git20220223.1326a4d+dfsg-2) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-setuptools, python3-docutils, @@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13), python3-pytest <!nocheck>, python3-pytest-runner <!nocheck>, python3-pytest-xdist <!nocheck> -Standards-Version: 4.6.0 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/kineticstools Vcs-Git: https://salsa.debian.org/med-team/kineticstools.git Homepage: https://github.com/PacificBiosciences/kineticsTools @@ -28,8 +28,7 @@ Package: kineticstools Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - python3-kineticstools (>= ${source:Version}), - python3-pkg-resources + python3-kineticstools (>= ${source:Version}) Description: detection of DNA modifications Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ MANDIR = $(INSTDIR)/usr/share/man/ DATADIR = $(CURDIR)/debian/kineticstools-data/usr/share/kineticstools/resources %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_install: dh_auto_install View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/compare/36545a086c095c65e84292d485969db996bae4ca...d094cbe13221da1c3f019e08ed64a080c2d3c234 -- View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/compare/36545a086c095c65e84292d485969db996bae4ca...d094cbe13221da1c3f019e08ed64a080c2d3c234 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
