diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-17 10:45:36 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-17 10:45:36 +0000 |
commit | bd91ea25efb37df36a602d4a82fbb64be18089ac (patch) | |
tree | 96bda905db82932436b5c869aac662c153921157 | |
parent | Releasing debian version 3.0.23-2. (diff) | |
download | ptpython-bd91ea25efb37df36a602d4a82fbb64be18089ac.tar.xz ptpython-bd91ea25efb37df36a602d4a82fbb64be18089ac.zip |
Manually removing some files that pybuild doesn't clean up during build (Closes: #1045757).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8eeaff8..3435912 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,7 @@ export PYBUILD_NAME=ptpython %: dh ${@} --buildsystem=pybuild + +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info |