Skip to content
Snippets Groups Projects
Commit d283ffbf authored by Gunnar Hjalmarsson's avatar Gunnar Hjalmarsson
Browse files

Clean up to allow one to build twice

Closes: #1049135
parent 3c7cace2
No related branches found
No related tags found
No related merge requests found
m17n-db (1.8.3-2) UNRELEASED; urgency=medium
[ Gunnar Hjalmarsson ]
* debian/rules:
- Clean up to allow one to build twice (closes: #1049135)
-- Gunnar Hjalmarsson <gunnarhj@debian.org> Sun, 27 Aug 2023 13:13:01 +0200
m17n-db (1.8.3-1) unstable; urgency=medium m17n-db (1.8.3-1) unstable; urgency=medium
* Team upload * Team upload
......
...@@ -23,3 +23,11 @@ include /usr/share/dpkg/default.mk ...@@ -23,3 +23,11 @@ include /usr/share/dpkg/default.mk
override_dh_missing: override_dh_missing:
dh_missing --fail-missing dh_missing --fail-missing
execute_after_dh_clean:
for F in *.map *tab; do \
if [ "$$F" = 'BLOCK.tab' ]; then \
continue; \
fi; \
rm -f "$$F"; \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment