diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:16:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:16:53 +0000 |
commit | 0d010a1ba4bbdf770a79fc515185f61bb628be26 (patch) | |
tree | 7f1a2170574d116083396cc3bc36b613cb9926dd | |
parent | Releasing debian version 0.8.1-2. (diff) | |
download | eos-downloader-0d010a1ba4bbdf770a79fc515185f61bb628be26.tar.xz eos-downloader-0d010a1ba4bbdf770a79fc515185f61bb628be26.zip |
Manually removing some files that pybuild doesn't clean up during build.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 1ab5f57..bdd12c7 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,9 @@ export PYBUILD_NAME=eos-downloader %: dh ${@} --buildsystem=pybuild +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info + override_dh_auto_test: # disabled: requires network |