Removing removal of previously being python2 scripts as the python3 entry-points have been renamed to the unversioned name (Closes: #1104323).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-29 03:39:48 +02:00
parent d04c4ad28a
commit af92fca827
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -8,8 +8,3 @@ export PYBUILD_NAME=ptpython
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
execute_after_dh_auto_install:
# removing unused files
rm -f debian/ptpython/usr/bin/ptpython
rm -f debian/ptpython/usr/bin/ptipython