diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 07:31:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 07:31:17 +0000 |
commit | e886f33054aaa76aa2878f46794e827ae762726c (patch) | |
tree | c7f03c04a8d1e0c5ebfe4f9b7d4efb064b6191d0 | |
parent | Releasing debian version 3.3.1-2. (diff) | |
download | cfgv-e886f33054aaa76aa2878f46794e827ae762726c.tar.xz cfgv-e886f33054aaa76aa2878f46794e827ae762726c.zip |
Manually removing some files that pybuild doesn't clean up during build (Closes: #1043856).
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 276f941..eff1207 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,7 @@ export PYBUILD_NAME=cfgv %: dh ${@} --buildsystem=pybuild + +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info |