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

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


Author: mpitt
Date: Thu Oct 27 05:25:04 2011
New Revision: 31080

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31080
Log:
revert r31078; the python3 test suite cannot work without python3-cairo, which is not packaged in Debian yet

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=31080&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Oct 27 05:25:04 2011
@@ -4,8 +4,6 @@
     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.
   * Add 00git_marshal_gvariant_arrays.patch: Fix marshaling of arrays of
     GVariants. Thanks Mikkel Kamstrup Erlandsen! (LP: #855402)
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=31080&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Thu Oct 27 05:25:04 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