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

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Fri Jun 24 17:23:04 UTC 2016


Author: smcv
Date: Fri Jun 24 17:23:03 2016
New Revision: 49159

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49159
Log:
d/rules: reset XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME so that
they are based on the temporary HOME

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=49159&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Fri Jun 24 17:23:03 2016
@@ -1,7 +1,12 @@
 gtk+3.0 (3.20.6-2) UNRELEASED; urgency=medium
 
+  [ Laurent Bigonville ]
   * Drop patches/015_default-fallback-icon-theme.patch: The default icon theme
     is already defined as Adwaita, not need to also define the fallback theme.
+
+  [ Simon McVittie ]
+  * d/rules: reset XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME so that
+    they are based on the temporary HOME
 
  -- Laurent Bigonville <bigon at debian.org>  Sun, 05 Jun 2016 02:29:49 +0200
 

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=49159&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Fri Jun 24 17:23:03 2016
@@ -108,6 +108,12 @@
 export XDG_RUNTIME_DIR=$(HOME)
 # So that gsettings can find the (uninstalled) gtk schemas
 export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build
+# Put these back to their defaults if we are not running with a clean
+# environment, so that they are based on the temporary $HOME above
+unexport XDG_CACHE_HOME
+unexport XDG_CONFIG_DIRS
+unexport XDG_CONFIG_HOME
+unexport XDG_DATA_HOME
 # Get failing tests' stdout/err so we have some information when a build fails
 export VERBOSE=1
 




More information about the pkg-gnome-commits mailing list