2025-02-09 18:23:23 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
export PYBUILD_NAME=ptpython
|
|
|
|
|
|
|
|
%:
|
2025-02-09 18:26:05 +01:00
|
|
|
dh ${@} --buildsystem=pybuild
|
2025-02-09 18:31:11 +01:00
|
|
|
|
|
|
|
execute_after_dh_auto_clean:
|
|
|
|
# help pybuild
|
|
|
|
rm -rf *.egg-info
|
2025-02-09 18:33:31 +01:00
|
|
|
|
|
|
|
execute_after_dh_auto_install:
|
|
|
|
# removing unused files
|
|
|
|
rm -f debian/ptpython/usr/bin/ptpython
|
|
|
|
rm -f debian/ptpython/usr/bin/ptipython
|