r37695 - in /desktop/unstable/libsoup2.4/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 10 11:19:05 UTC 2013


Author: biebl
Date: Fri May 10 11:19:05 2013
New Revision: 37695

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37695
Log:
Also set XDG_RUNTIME_DIR

Modified:
    desktop/unstable/libsoup2.4/debian/changelog
    desktop/unstable/libsoup2.4/debian/rules

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=37695&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog [utf-8] Fri May 10 11:19:05 2013
@@ -2,7 +2,7 @@
 
   * Don't run the test-suite via DEB_MAKE_CHECK_TARGET but use a separate make
     target. This way we can avoid having to run the complete build under xvfb
-    and we can set HOME to a writable location.
+    and we can set HOME and XDG_RUNTIME_DIR to a writable location.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 10 May 2013 12:46:27 +0200
 

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=37695&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules [utf-8] Fri May 10 11:19:05 2013
@@ -22,7 +22,7 @@
 common-build-arch common-build-indep:: debian/stamp-makefile-check
 debian/stamp-makefile-check: debian/stamp-makefile-build
 	mkdir -p $(CHECK_HOME)
-	env HOME=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check
+	env HOME=$(CHECK_HOME) XDG_RUNTIME_DIR=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check
 	touch $@
 
 makefile-clean::




More information about the pkg-gnome-commits mailing list