Force update of GResource files so the changes to the CSS files are
actually applied.
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
gtk+3.0 (3.22.9-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Force update of GResource files so the changes to the CSS files are
|
||||||
|
actually applied.
|
||||||
|
|
||||||
|
-- Michael Biebl <biebl@debian.org> Tue, 14 Mar 2017 01:35:03 +0100
|
||||||
|
|
||||||
gtk+3.0 (3.22.9-3) unstable; urgency=medium
|
gtk+3.0 (3.22.9-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Revert move of .flat from frame > border to frame as it broke existing
|
* Revert move of .flat from frame > border to frame as it broke existing
|
||||||
|
|||||||
4
debian/rules
vendored
4
debian/rules
vendored
@ -162,6 +162,10 @@ clean:: debian/control
|
|||||||
rm -f $(call dh_subst_files,$(DEB_ALL_PACKAGES))
|
rm -f $(call dh_subst_files,$(DEB_ALL_PACKAGES))
|
||||||
rm -f testsuite/reftests/*.ui.known_fail
|
rm -f testsuite/reftests/*.ui.known_fail
|
||||||
rm -rf debian/build debian/install
|
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::
|
pre-build::
|
||||||
# Mark reftests with known failures as non-fatal
|
# Mark reftests with known failures as non-fatal
|
||||||
|
|||||||
Reference in New Issue
Block a user