Removing generated files to fix FTBFS when build twice in a row (Closes: #1044144).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7ec565afaa
commit
4e650dd54f
3 changed files with 24 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -3,6 +3,11 @@
|
|||
%:
|
||||
dh ${@} --no-parallel
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# remove generated files
|
||||
rm -f extensions/*/*/schemas/gschemas.compiled
|
||||
rm -f extensions/middleclickclose/*/locale/*/LC_MESSAGES/*.mo
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
rm -f debian/gnome-shell-extensions-extra/usr/share/doc/*/CHANGELOG.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue