1
0
Fork 0

Removing generated files to fix FTBFS when build twice in a row (Closes: #1045821).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 20:55:29 +01:00
parent 2245e1a7ad
commit a3277de6cd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 12 additions and 0 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
sqlglot (17.12.0-1) sid; urgency=medium
* Uploading to sid.
* Merging upstream version 17.12.0.
* Manually removing some files that pybuild doesn't clean up during
build (Closes: #1045821).
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 14 Aug 2023 12:12:40 +0200
sqlglot (17.11.0-1) sid; urgency=medium
* Uploading to sid.

3
debian/rules vendored
View file

@ -9,5 +9,8 @@ execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
# remove generated files
rm -f sqlglot/_version.py
override_dh_auto_test:
# disabled