Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-ciso8601
Commits: c9667ea2 by Antonio Valentino at 2024-09-29T07:13:04+00:00 Copy generate_test_timestamps.py to teh build dir - - - - - 3ef52a52 by Alexandre Detiste at 2024-10-03T06:09:14+00:00 Merge branch 'master' into 'master' Copy generate_test_timestamps.py to teh build dir See merge request python-team/packages/python-ciso8601!1 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-ciso8601 (2.3.1-3) UNRELEASED; urgency=medium + + * Team upload. + * debian/rules: + - Copy generate_test_timestamps.py to the build directory. + Closes: #1080128. + + -- Antonio Valentino <[email protected]> Sun, 29 Sep 2024 07:11:07 +0000 + python-ciso8601 (2.3.1-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -7,6 +7,7 @@ include /usr/share/dpkg/default.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME=ciso8601 +export PYBUILD_BEFORE_TEST=cp generate_test_timestamps.py {build_dir} %: dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/python-team/packages/python-ciso8601/-/compare/ac4ffde6e3673a9bea513b642eae0907028d069f...3ef52a527287e72f1312034bf7f3562cc0b5f399 -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-ciso8601/-/compare/ac4ffde6e3673a9bea513b642eae0907028d069f...3ef52a527287e72f1312034bf7f3562cc0b5f399 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
