r53368 - in /desktop/experimental/mutter/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sat Sep 2 19:45:47 UTC 2017
Author: jbicha
Date: Sat Sep 2 19:45:47 2017
New Revision: 53368
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53368
Log:
Ignore test failures on Debian. See #874077
Modified:
desktop/experimental/mutter/debian/changelog
desktop/experimental/mutter/debian/rules
Modified: desktop/experimental/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/changelog?rev=53368&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/changelog [utf-8] (original)
+++ desktop/experimental/mutter/debian/changelog [utf-8] Sat Sep 2 19:45:47 2017
@@ -5,6 +5,8 @@
* debian/control.in:
- Bump minimum libgudev-dev to >= 232
- Drop Build-Depends on libgl1-mesa-dri
+ * debian/rules:
+ - Ignore test failures on Debian. See bug 874077.
-- Jeremy Bicha <jbicha at debian.org> Sat, 02 Sep 2017 14:58:10 -0400
Modified: desktop/experimental/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/rules?rev=53368&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/rules [utf-8] (original)
+++ desktop/experimental/mutter/debian/rules [utf-8] Sat Sep 2 19:45:47 2017
@@ -31,9 +31,13 @@
--enable-compile-warnings \
$(CONFFLAGS)
-# Don't fail the tests yet until we see which architectures fail
+# See https://bugs.debian.org/874077
override_dh_auto_test:
+ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+ xvfb-run dh_auto_test
+else
-xvfb-run dh_auto_test
+endif
override_dh_install:
dh_install --list-missing
More information about the pkg-gnome-commits
mailing list