r23771 - in /desktop/unstable/pygtk/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 13 18:02:01 UTC 2010


Author: joss
Date: Tue Apr 13 18:01:55 2010
New Revision: 23771

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23771
Log:
Pass G_HOME=/ for the test suite. Fixes FTBFS.

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

Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=23771&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Tue Apr 13 18:01:55 2010
@@ -1,3 +1,9 @@
+pygtk (2.17.0-2) unstable; urgency=low
+
+  * Pass G_HOME=/ for the test suite. Fixes FTBFS.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 13 Apr 2010 20:01:05 +0200
+
 pygtk (2.17.0-1) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=23771&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtk/debian/rules [utf-8] Tue Apr 13 18:01:55 2010
@@ -80,12 +80,12 @@
 
 build-%/check-stamp: build-%/build-stamp
 	dh_testdir
-	PYTHON=/usr/bin/python$* xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C build-$* check
+	G_HOME=/ PYTHON=/usr/bin/python$* xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C build-$* check
 	touch $@
 
 dbg-build-%/check-stamp: dbg-build-%/build-stamp
 	dh_testdir
-	PYTHON=/usr/bin/python$*-dbg xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C dbg-build-$* check
+	G_HOME=/ PYTHON=/usr/bin/python$*-dbg xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(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