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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 20 18:56:52 UTC 2009


Author: lool
Date: Fri Nov 20 18:56:51 2009
New Revision: 22405

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22405
Log:
Pass "-screen 0 1280x1024x24" to xvfb-run to override default 8 bpp depth
as it might cause surprize issues -- 8bpp hasn't been supported upstream
in the last months.

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=22405&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Fri Nov 20 18:56:51 2009
@@ -12,6 +12,9 @@
   * Don't make check when nocheck is in DEB_BUILD_OPTIONS; thanks
     Daniel Schepler.
   * Set PYTHON= properly during make check.
+  * Pass "-screen 0 1280x1024x24" to xvfb-run to override default 8 bpp depth
+    as it might cause surprize issues -- 8bpp hasn't been supported upstream
+    in the last months.
 
  -- Josselin Mouette <joss at debian.org>  Mon, 19 Oct 2009 09:43:58 +0200
 

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