Bug#922882: at-spi2-atk FTCBFS: fails running tests despite DEB_BUILD_OPTIONS=nocheck

Helmut Grohne helmut at subdivi.de
Thu Feb 21 18:23:40 GMT 2019


Source: at-spi2-atk
Version: 2.30.0-1
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

at-spi2-atk fails to cross build from source, because it fails running
tests despite DEB_BUILD_OPTIONS=nocheck. The attached patch fixes that
and makes at-spi2-atk cross buildable. Please consider applying it.

Helmut
-------------- next part --------------
diff --minimal -Nru at-spi2-atk-2.30.0/debian/changelog at-spi2-atk-2.30.0/debian/changelog
--- at-spi2-atk-2.30.0/debian/changelog	2019-02-09 16:15:06.000000000 +0100
+++ at-spi2-atk-2.30.0/debian/changelog	2019-02-21 19:20:41.000000000 +0100
@@ -1,3 +1,10 @@
+at-spi2-atk (2.30.0-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 21 Feb 2019 19:20:41 +0100
+
 at-spi2-atk (2.30.0-4) unstable; urgency=medium
 
   * Move 90atk-adaptor.conf to /etc to allow administrators to disable it if
diff --minimal -Nru at-spi2-atk-2.30.0/debian/rules at-spi2-atk-2.30.0/debian/rules
--- at-spi2-atk-2.30.0/debian/rules	2019-01-02 20:33:30.000000000 +0100
+++ at-spi2-atk-2.30.0/debian/rules	2019-02-21 19:20:41.000000000 +0100
@@ -7,7 +7,9 @@
 	dh $@
 
 override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	dbus-run-session -- xvfb-run dh_auto_test
+endif
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibatk-bridge2.0-0 --add-udeb=libatk-bridge-2.0-0-udeb -V -- -c4


More information about the Pkg-a11y-devel mailing list