Andreas Tille pushed to branch master at Debian Med / srst2
Commits: 04587759 by Andreas Tille at 2024-01-18T21:08:49+01:00 Add support for loong64 for autopkgtest - - - - - b960a82c by Andreas Tille at 2024-01-18T21:09:39+01:00 routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ - - - - - 6cf8924f by Andreas Tille at 2024-01-18T21:12:03+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +srst2 (0.2.0-11) unstable; urgency=medium + + [ Alexandre Detiste ] + * remove dependency on python3-mock + + [ Andreas Tille ] + * Add support for loong64 for autopkgtest + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille <[email protected]> Thu, 18 Jan 2024 21:10:58 +0100 + srst2 (0.2.0-10) unstable; urgency=medium * d/clean: relax glob to clean *README*.html (Closes: #1046135) ===================================== 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, markdown, ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ include /usr/share/dpkg/default.mk %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_build: dh_auto_build ===================================== debian/tests/control ===================================== @@ -2,4 +2,4 @@ Tests: run-unit-test Depends: @, python3-mock Restrictions: allow-stderr # Restrict test architectures to those where bowtie2 is available -Architecture: amd64 arm64 mips64el ppc64el riscv64 sh4 \ No newline at end of file +Architecture: amd64 arm64 loong64 mips64el ppc64el riscv64 sh4 \ No newline at end of file View it on GitLab: https://salsa.debian.org/med-team/srst2/-/compare/f5ce539956acde49fc10b57f4d358560d1f3c4a5...6cf8924fcf2cd108e65e8c2d5e4cabd7e0fc795a -- View it on GitLab: https://salsa.debian.org/med-team/srst2/-/compare/f5ce539956acde49fc10b57f4d358560d1f3c4a5...6cf8924fcf2cd108e65e8c2d5e4cabd7e0fc795a 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
