r54061 - in /desktop/unstable/clutter-1.0/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Wed Sep 20 19:53:00 UTC 2017
Author: jbicha
Date: Wed Sep 20 19:53:00 2017
New Revision: 54061
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54061
Log:
Don't run build tests on s390x since they hang the build on Launchpad
Modified:
desktop/unstable/clutter-1.0/debian/changelog
desktop/unstable/clutter-1.0/debian/rules
Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=54061&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog [utf-8] Wed Sep 20 19:53:00 2017
@@ -1,3 +1,10 @@
+clutter-1.0 (1.26.2+dfsg-4) UNRELEASED; urgency=medium
+
+ * Don't run the build tests on s390x since they hang the build on
+ Launchpad
+
+ -- Jeremy Bicha <jbicha at debian.org> Wed, 20 Sep 2017 15:51:05 -0400
+
clutter-1.0 (1.26.2+dfsg-3) unstable; urgency=medium
* Release to unstable
Modified: desktop/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/rules?rev=54061&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/rules [utf-8] Wed Sep 20 19:53:00 2017
@@ -44,11 +44,10 @@
override_dh_makeshlibs:
dh_makeshlibs -V -- -c4
-# See https://bugs.debian.org/874077
-# Ignore test failures on Debian and on s390x
+# Ignore test failures on Debian. See https://bugs.debian.org/874077
override_dh_auto_test:
ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x"))
- -dbus-run-session -- xvfb-run -a dh_auto_test
+ # Don't run the tests on s390x since it hangs the build on Launchpad
else ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
dbus-run-session -- xvfb-run -a dh_auto_test
else
More information about the pkg-gnome-commits
mailing list