diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 08:20:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 08:20:05 +0000 |
commit | b9339887e0ab1e199040bd18422e13f95114b931 (patch) | |
tree | 41733390165cab97af920b0ceddb7b7c59b3f0af | |
parent | Releasing debian version 1.3.1+dfsg-4. (diff) | |
download | cvprac-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-x | debian/rules | 4 |
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 |