Force update of GResource files so the changes to the CSS files are

actually applied.
This commit is contained in:
Michael Biebl
2017-03-14 00:38:16 +00:00
parent ab43a71d04
commit 07338455ae
2 changed files with 11 additions and 0 deletions

4
debian/rules vendored
View File

@ -162,6 +162,10 @@ clean:: debian/control
rm -f $(call dh_subst_files,$(DEB_ALL_PACKAGES))
rm -f testsuite/reftests/*.ui.known_fail
rm -rf debian/build debian/install
# The build system does not automatically update the GResource files
# when resources change. Force an update since we modify CSS files in
# Revert-move-of-.flat-from-frame-border-to-frame.patch.
rm -f gtk/gtkresources.c gtk/gtkresources.h
pre-build::
# Mark reftests with known failures as non-fatal