r52226 - in /desktop/unstable/gtk+3.0/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Mar 14 00:38:16 UTC 2017
Author: biebl
Date: Tue Mar 14 00:38:16 2017
New Revision: 52226
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52226
Log:
Force update of GResource files so the changes to the CSS files are
actually applied.
Modified:
desktop/unstable/gtk+3.0/debian/changelog
desktop/unstable/gtk+3.0/debian/rules
Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=52226&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Tue Mar 14 00:38:16 2017
@@ -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 at debian.org> Tue, 14 Mar 2017 01:35:03 +0100
+
gtk+3.0 (3.22.9-3) unstable; urgency=medium
* Revert move of .flat from frame > border to frame as it broke existing
Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=52226&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules [utf-8] Tue Mar 14 00:38:16 2017
@@ -162,6 +162,10 @@
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
More information about the pkg-gnome-commits
mailing list