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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 29 02:02:17 UTC 2015


Author: biebl
Date: Thu Oct 29 02:02:17 2015
New Revision: 46827

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46827
Log:
Run test-suite on all architectures again.

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=46827&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Thu Oct 29 02:02:17 2015
@@ -1,6 +1,7 @@
 pygobject (3.18.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Run test-suite on all architectures again.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 29 Oct 2015 02:45:24 +0100
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=46827&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Thu Oct 29 02:02:17 2015
@@ -35,7 +35,6 @@
 	    dh_auto_build --builddirectory=build-$$x; \
 	done
 
-ifneq ($(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:
@@ -44,7 +43,6 @@
 	        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