r52768 - /desktop/unstable/gnome-settings-daemon/debian/rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Aug 7 14:32:05 UTC 2017


Author: bigon
Date: Mon Aug  7 14:32:05 2017
New Revision: 52768

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52768
Log:
Add some comment about why the tests are not fatal on non-linux archs

Modified:
    desktop/unstable/gnome-settings-daemon/debian/rules

Modified: desktop/unstable/gnome-settings-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/debian/rules?rev=52768&op=diff
==============================================================================
--- desktop/unstable/gnome-settings-daemon/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-settings-daemon/debian/rules	[utf-8] Mon Aug  7 14:32:05 2017
@@ -29,6 +29,8 @@
 	dh_install --fail-missing
 
 override_dh_auto_test:
+# The tests are not fatal on non-linux architectures
+# See: https://bugzilla.gnome.org/show_bug.cgi?id=770684#c2
 ifeq (,$(filter $(DEB_HOST_ARCH), hurd-i386 kfreebsd-i386 kfreebsd-amd64))
 	xvfb-run dh_auto_test
 else




More information about the pkg-gnome-commits mailing list