summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:12:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:12:37 +0000
commit38fe7e915d9e874802045774e05b4a330d288ae3 (patch)
tree2cd97e15961010923b9e49e147c022ccaad3f1e4
parentMerging upstream version 17.12.0. (diff)
downloadsqlglot-38fe7e915d9e874802045774e05b4a330d288ae3.tar.xz
sqlglot-38fe7e915d9e874802045774e05b4a330d288ae3.zip
Manually removing some files that pybuild doesn't clean up during build (Closes: #1045821).
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 ff1d45a..cd03edf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ export PYBUILD_NAME=sqlglot
%:
dh ${@} --buildsystem=pybuild
+execute_after_dh_auto_clean:
+ # help pybuild
+ rm -rf *.egg-info
+
override_dh_auto_test:
# disabled