r54535 - in /desktop/unstable/gtk+3.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Oct 22 10:49:59 UTC 2017


Author: biebl
Date: Sun Oct 22 10:49:58 2017
New Revision: 54535

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54535
Log:
Force update of GResource files so the changes to the CSS files from
0002-theme-Fix-Adwaita-headerbars.patch 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=54535&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Sun Oct 22 10:49:58 2017
@@ -1,8 +1,13 @@
 gtk+3.0 (3.22.24-3) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * Drop 0004_fix-gtkentry-wayland-regression.patch:
     - Reverted upstream since it caused a totem regression. Epiphany
       issue was fixed in mutter instead.
+
+  [ Michael Biebl ]
+  * Force update of GResource files so the changes to the CSS files from
+    0002-theme-Fix-Adwaita-headerbars.patch are actually applied.
 
  -- Jeremy Bicha <jbicha at debian.org>  Sat, 21 Oct 2017 20:09:27 -0400
 

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=54535&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Sun Oct 22 10:49:58 2017
@@ -140,6 +140,10 @@
 	rm -f $(call dh_subst_files,$(binaries))
 	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
+	# 0002-theme-Fix-Adwaita-headerbars.patch
+	rm -f gtk/gtkresources.c gtk/gtkresources.h
 	dh_clean
 
 # Add dependencies to generate files from the debian/*.in ones




More information about the pkg-gnome-commits mailing list