summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:06:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:06:03 +0000
commit62833224e3f06dfefba7124405e348599925f52a (patch)
tree5a33fe9190546b23fc6db4b820b86365735ce490
parentReleasing debian version 2.3.0-2. (diff)
downloadcli-helpers-62833224e3f06dfefba7124405e348599925f52a.tar.xz
cli-helpers-62833224e3f06dfefba7124405e348599925f52a.zip
Manually removing some files that pybuild doesn't clean up during build (Closes: #1043975).
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 e2578f6..5ba2398 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ export PYBUILD_NAME=cli-helpers
%:
dh ${@} --buildsystem=pybuild
+execute_after_dh_auto_clean:
+ # help pybuild
+ rm -rf *.egg-info
+
override_dh_auto_test:
# disabled, doesn't work yet