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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jan 28 17:22:35 UTC 2010


Author: lool
Date: Thu Jan 28 17:22:35 2010
New Revision: 22895

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22895
Log:
Pass -screen to xvfb-run after the -s command-line flag and with -noreset.

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=22895&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Thu Jan 28 17:22:35 2010
@@ -23,6 +23,9 @@
   * debian/control.in:
     - Depend on ${misc:Depends} for python-gtk2-dev and python-gtk2-dbg.
     - Bump Standards-Version to 3.8.4, no changes needed.
+
+  [ Loïc Minier ]
+  * Pass -screen to xvfb-run after the -s command-line flag and with -noreset.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Thu, 28 Jan 2010 14:32:37 +0100
 

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=22895&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtk/debian/rules [utf-8] Thu Jan 28 17:22:35 2010
@@ -80,12 +80,12 @@
 
 build-%/check-stamp: build-%/build-stamp
 	dh_testdir
-	PYTHON=/usr/bin/python$* xvfb-run -screen 0 1280x1024x24 -s -noreset $(MAKE) -C build-$* check
+	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 -screen 0 1280x1024x24 -s -noreset $(MAKE) -C dbg-build-$* check
+	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