r37703 - in /desktop/unstable/pygobject/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sat May 11 15:03:29 UTC 2013
Author: pochu
Date: Sat May 11 15:03:28 2013
New Revision: 37703
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37703
Log:
Stop running the test suite on kfreebsd as it currently hangs
(see #707733).
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=37703&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Sat May 11 15:03:28 2013
@@ -8,6 +8,8 @@
building only once for python3, but now that we build for 3.2
and 3.3, let's not remove the python3.2 bits when we install
the 3.3 stuff. This fixes pygobject on python3.2. Closes: #707318.
+ + Stop running the test suite on kfreebsd as it currently hangs
+ (see #707733).
-- Emilio Pozuelo Monfort <pochu at debian.org> Fri, 10 May 2013 20:22:24 +0200
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=37703&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Sat May 11 15:03:28 2013
@@ -33,6 +33,7 @@
dh_auto_build --builddirectory=build-$$x; \
done
+ifeq ($(findstring $(DEB_BUILD_ARCH), kfreebsd-amd64 kfreebsd-i386),)
# don't run the tests under fakeroot, otherwise they will try to connect to
# root's session D-BUS
override_dh_auto_test:
@@ -41,6 +42,7 @@
xvfb-run dh_auto_test --builddirectory=build-$$x || $(TESTSUITE_FAIL_CMD); \
while [ -e /tmp/.X99-lock ]; do echo "Waiting for xvfb to finish..."; sleep 0.5; done; \
done; \
+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