r54709 - in /desktop/unstable/pygobject/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Nov 3 17:16:06 UTC 2017


Author: jbicha
Date: Fri Nov  3 17:16:06 2017
New Revision: 54709

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54709
Log:
Temporarily don't run build tests on non-Linux to unblock dependency issue with those buildds

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

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=54709&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Fri Nov  3 17:16:06 2017
@@ -1,3 +1,10 @@
+pygobject (3.24.1-4) UNRELEASED; urgency=medium
+
+  * Temporarily don't run build tests on non-Linux to unblock
+    dependency issue with those buildds
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 03 Nov 2017 12:58:08 -0400
+
 pygobject (3.24.1-3) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=54709&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Fri Nov  3 17:16:06 2017
@@ -32,6 +32,8 @@
 # don't run the tests under fakeroot, otherwise they will try to connect to
 # root's session D-BUS
 override_dh_auto_test:
+ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
+ifeq ($(DEB_HOST_ARCH_OS), linux)
 	set -e; export HOME=$(CURDIR)/debian/tmp/home; mkdir -p $$HOME/.local/share; unset LD_PRELOAD; \
 	for x in $(PYVERS); do \
 	        xvfb-run dh_auto_test --builddirectory=build-$$x || $(TESTSUITE_FAIL_CMD); \
@@ -41,6 +43,8 @@
 	done;
 	# run the pep8 test but don't fail on it
 	cd build-$(shell py3versions -v -d) && $(MAKE) check.quality || $(NON_FATAL)
+endif
+endif
 
 # we remove stuff that we do not need, and rename the *.so modules to what
 # Python expects for that flavor (http://www.python.org/dev/peps/pep-3149/)




More information about the pkg-gnome-commits mailing list