r39519 - in /desktop/experimental/gtk+3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Sep 9 18:38:38 UTC 2013


Author: pochu
Date: Mon Sep  9 18:38:35 2013
New Revision: 39519

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39519
Log:
Set XDG_RUNTIME_DIR, makes the test suite even happier.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=39519&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Mon Sep  9 18:38:35 2013
@@ -51,6 +51,7 @@
   * debian/rules:
     + Set XDG_DATA_DIRS and copy and copile the gsettings schemas so that
       gsettings can find them. Makes the test suite happy.
+    + Set XDG_RUNTIME_DIR, makes the test suite even happier.
 
  -- Sjoerd Simons <sjoerd at debian.org>  Mon, 26 Aug 2013 17:39:02 +0200
 

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=39519&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Mon Sep  9 18:38:35 2013
@@ -84,6 +84,7 @@
 
 # Avoid test failures on buildd environments
 export HOME=$(CURDIR)/debian/build
+export XDG_RUNTIME_DIR=$(HOME)
 # So that gsettings can find the (uninstalled) gtk schemas
 export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build
 




More information about the pkg-gnome-commits mailing list