r31078 - in /desktop/experimental/pygobject/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Oct 27 05:09:48 UTC 2011


Author: mpitt
Date: Thu Oct 27 05:09:47 2011
New Revision: 31078

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31078
Log:
debian/rules: Have test failures fail the build. This should finally work
now, and will prevent unnoticed architecture specific regressions.

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

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=31078&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Oct 27 05:09:47 2011
@@ -4,6 +4,8 @@
     suite's localedef command can succeed.
   * debian/control.in: Bump g-i build deps to >= 1.31.0, as our test suite
     needs methods from that version.
+  * debian/rules: Have test failures fail the build. This should finally work
+    now, and will prevent unnoticed architecture specific regressions.
 
  -- Martin Pitt <mpitt at debian.org>  Thu, 27 Oct 2011 07:01:57 +0200
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=31078&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Thu Oct 27 05:09:47 2011
@@ -83,14 +83,14 @@
 	find gi -name '*.py' -exec cp '$(CURDIR)/{}' build-$*/'{}' \;
 	# don't run the tests under fakeroot, otherwise they will try to
 	# connect to root's session D-BUS
-	-PYTHON=/usr/bin/python$* LD_PRELOAD= xvfb-run $(MAKE) -C build-$* check
+	PYTHON=/usr/bin/python$* LD_PRELOAD= xvfb-run $(MAKE) -C build-$* check
 	touch $@
 
 dbg-build-%/check-stamp: dbg-build-%/build-stamp
 	find gi -name '*.py' -exec cp '$(CURDIR)/{}' dbg-build-$*/'{}' \;
 	# don't run the tests under fakeroot, otherwise they will try to
 	# connect to root's session D-BUS
-	-PYTHON=/usr/bin/python$*-dbg LD_PRELOAD= xvfb-run $(MAKE) -C dbg-build-$* check
+	PYTHON=/usr/bin/python$*-dbg LD_PRELOAD= xvfb-run $(MAKE) -C dbg-build-$* check
 	touch $@
 
 check: $(PYVERS:%=build-%/check-stamp) $(PYVERS:%=dbg-build-%/check-stamp)




More information about the pkg-gnome-commits mailing list