From af92fca8277e14b66c5995a7cfb0f75c6364b514 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 29 Apr 2025 03:39:48 +0200 Subject: [PATCH] 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 --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index dc6ae76..3435912 100755 --- a/debian/rules +++ b/debian/rules @@ -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