Étienne Mollier pushed to branch master at Debian Med / mapdamage
Commits: d8e3b56b by Étienne Mollier at 2025-12-06T12:07:51+01:00 d/rules: fix mishap with directory handling. Closes: #1122039 - - - - - 551192c8 by Étienne Mollier at 2025-12-06T12:10:10+01:00 d/changelog: ready for upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mapdamage (2.2.3+dfsg-2) unstable; urgency=medium + + * d/rules: fix mishap with directory handling. (Closes: #1122039) + + -- Étienne Mollier <[email protected]> Sat, 06 Dec 2025 12:09:59 +0100 + mapdamage (2.2.3+dfsg-1) unstable; urgency=medium * New upstream version 2.2.3+dfsg ===================================== debian/rules ===================================== @@ -18,6 +18,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ; PATH=$(PATH):$(CURDIR)/.pybuild/cpython3_$${py3}/scripts \ PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ python3 mp_test.py \ + ; cd - \ ; done endif View it on GitLab: https://salsa.debian.org/med-team/mapdamage/-/compare/83ddba465a70056fb9c460a8aa3ebfcd4d5811fa...551192c8b784912b88c3d99bd9ee62668895e99e -- View it on GitLab: https://salsa.debian.org/med-team/mapdamage/-/compare/83ddba465a70056fb9c460a8aa3ebfcd4d5811fa...551192c8b784912b88c3d99bd9ee62668895e99e 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
