r47835 - in /desktop/unstable/gcr/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 3 22:57:53 UTC 2016


Author: biebl
Date: Sun Apr  3 22:57:52 2016
New Revision: 47835

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47835
Log:
Disable fakeroot when runnint the test suite as this confuses some of the
tests.

Modified:
    desktop/unstable/gcr/debian/changelog
    desktop/unstable/gcr/debian/rules

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=47835&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog	[utf-8] Sun Apr  3 22:57:52 2016
@@ -5,6 +5,8 @@
   * Make test suite failures fatal. Run the test-suite using dbus-run-session
     (requires Build-Depends on dbus) and disable the usage of the system bus
     in one of the tests.
+  * Disable fakeroot when runnint the test suite as this confuses some of the
+    tests.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 03 Apr 2016 22:48:49 +0200
 

Modified: desktop/unstable/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/rules?rev=47835&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/rules	[utf-8] (original)
+++ desktop/unstable/gcr/debian/rules	[utf-8] Sun Apr  3 22:57:52 2016
@@ -22,7 +22,8 @@
 		--disable-valgrind
 
 override_dh_auto_test:
-	dbus-run-session -- make check
+	# Disable fakeroot as this confuses some of the tests
+	env -u LD_PRELOAD dbus-run-session -- make check
 
 override_dh_install:
 	dh_install --list-missing




More information about the pkg-gnome-commits mailing list