Alexandre Detiste pushed to branch master at Debian Med / cycle
Commits: 4fe988d0 by Alexandre Detiste at 2024-09-22T13:57:06+02:00 use dh-sequence-python3 - - - - - 2b79ffb2 by Alexandre Detiste at 2024-09-22T13:58:37+02:00 add dependency on python3-setuptools (Closes: #1080854) - - - - - 073a38c4 by Alexandre Detiste at 2024-09-22T13:59:47+02:00 release - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +cycle (0.3.3-2) unstable; urgency=medium + + * Team upload. + * Add dependency on python3-setuptools (Closes: #1080854) + * Use dh-sequence-python3 + + -- Alexandre Detiste <[email protected]> Sun, 22 Sep 2024 13:59:23 +0200 + cycle (0.3.3-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -4,8 +4,9 @@ Uploaders: Miriam Ruiz <[email protected]> Section: utils Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, - python3 + dh-sequence-python3, + python3, + python3-setuptools, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/cycle Vcs-Git: https://salsa.debian.org/med-team/cycle.git ===================================== debian/rules ===================================== @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_build: dh_auto_build View it on GitLab: https://salsa.debian.org/med-team/cycle/-/compare/fbf9a342445be86d828e118185d26a7f294e3b9f...073a38c4f2c4abda2b6505812c26381676b2811a -- View it on GitLab: https://salsa.debian.org/med-team/cycle/-/compare/fbf9a342445be86d828e118185d26a7f294e3b9f...073a38c4f2c4abda2b6505812c26381676b2811a 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
