1
0
Fork 0
ptpython/debian/rules
Daniel Baumann 31d25a6704
Removing unused python2 executables.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:33:31 +01:00

15 lines
287 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=ptpython
%:
dh ${@} --buildsystem=pybuild
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