[med-svn] [Git][med-team/plip][master] 2 commits: d/rules: Revert manual shebang rewrite.
Sergio Durigan Junior (@sergiodj)
gitlab at salsa.debian.org
Sat Apr 19 05:59:18 BST 2025
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 <sergiodj at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250419/a13cd100/attachment-0001.htm>
More information about the debian-med-commit
mailing list