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:
parent
2245e1a7ad
commit
a3277de6cd
2 changed files with 12 additions and 0 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -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
|
sqlglot (17.11.0-1) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading to sid.
|
* Uploading to sid.
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -9,5 +9,8 @@ execute_after_dh_auto_clean:
|
||||||
# help pybuild
|
# help pybuild
|
||||||
rm -rf *.egg-info
|
rm -rf *.egg-info
|
||||||
|
|
||||||
|
# remove generated files
|
||||||
|
rm -f sqlglot/_version.py
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# disabled
|
# disabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue