summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:20:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:20:05 +0000
commitb9339887e0ab1e199040bd18422e13f95114b931 (patch)
tree41733390165cab97af920b0ceddb7b7c59b3f0af
parentReleasing debian version 1.3.1+dfsg-4. (diff)
downloadcvprac-b9339887e0ab1e199040bd18422e13f95114b931.tar.xz
cvprac-b9339887e0ab1e199040bd18422e13f95114b931.zip
Manually removing some files that pybuild doesn't clean up during build (Closes: #1044183).
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 e686a8e..1366d1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ export PYBUILD_NAME=cvprac
%:
dh ${@} --buildsystem=pybuild
+execute_after_dh_auto_clean:
+ # help pybuild
+ rm -rf *.egg-info
+
override_dh_auto_test:
# disabled