Sergio Durigan Junior pushed to branch master at Debian Med / plip
Commits: 57ec8c67 by Sergio Durigan Junior at 2025-04-19T00:57:24-04:00 d/rules: Revert manual shebang rewrite. The workaround is not needed anymore because setuptools 78.1.0-1.2 fixes the underlying problem. - - - - - 405c7450 by Sergio Durigan Junior at 2025-04-19T00:57:35-04:00 Update changelog for 2.4.0+dfsg-4 release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +plip (2.4.0+dfsg-4) unstable; urgency=medium + + * Team upload. + * d/rules: Revert manual shebang rewrite. + The workaround is not needed anymore because setuptools 78.1.0-1.2 + fixes the underlying problem. + + -- Sergio Durigan Junior <[email protected]> Sat, 19 Apr 2025 00:57:35 -0400 + plip (2.4.0+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -13,16 +13,6 @@ PYTHON_DEFAULT_VERSION := $(shell py3versions -d) override_dh_auto_install: dh_auto_install - -# Unfortunately, dh_python3's --shebang option doesn't work in this -# case. We have to rewrite the shebang ourselves. -# -# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103150 for -# more information. - find $(CURDIR)/debian/$(PYBUILD_NAME)/usr/bin \ - -executable -type f \ - -exec sed -i 's,^#!python$$,#!/usr/bin/python3,' '{}' ';' - rm -rvf $(CURDIR)/debian/$(PYBUILD_NAME)/usr/bin/plip mv $(CURDIR)/debian/$(PYBUILD_NAME)/usr/bin/plipcmd.py \ $(CURDIR)/debian/$(PYBUILD_NAME)/usr/bin/plipcmd View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/3195f931d57dcec353f790e9d03f4f73ed1ec850...405c7450e4b4ab8e56aa8625283418e17c009217 -- View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/3195f931d57dcec353f790e9d03f4f73ed1ec850...405c7450e4b4ab8e56aa8625283418e17c009217 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
