summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:16:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:16:53 +0000
commit0d010a1ba4bbdf770a79fc515185f61bb628be26 (patch)
tree7f1a2170574d116083396cc3bc36b613cb9926dd
parentReleasing debian version 0.8.1-2. (diff)
downloadeos-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>
-rwxr-xr-xdebian/rules4
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