r17175 - in /desktop/experimental/pygtk/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Sep 29 10:17:30 UTC 2008


Author: lool
Date: Mon Sep 29 10:17:30 2008
New Revision: 17175

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17175
Log:
Pass -s -noreset to xvfb-run as otherwise Xvfb will reset when the first
client (test) disconnects and xvfb-run will fail killing Xvfb.

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

Modified: desktop/experimental/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/changelog?rev=17175&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/changelog (original)
+++ desktop/experimental/pygtk/debian/changelog Mon Sep 29 10:17:30 2008
@@ -1,5 +1,6 @@
 pygtk (2.13.0-1) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * Merge -dbg packages and running the test suite from Ubuntu,
     thanks to Sebastien Bacher:
     - debian/control.in:
@@ -70,6 +71,10 @@
   * debian/copyright:
     - Add Copyright holders.
 
+  [ Loic Minier ]
+  * Pass -s -noreset to xvfb-run as otherwise Xvfb will reset when the first
+    client (test) disconnects and xvfb-run will fail killing Xvfb.
+
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 27 Sep 2008 02:16:46 +0200
 
 pygtk (2.13.0-0ubuntu3) intrepid; urgency=low

Modified: desktop/experimental/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/rules?rev=17175&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/rules (original)
+++ desktop/experimental/pygtk/debian/rules Mon Sep 29 10:17:30 2008
@@ -32,7 +32,7 @@
 build-%/build-stamp: build-%/configure-stamp
 	dh_testdir
 	$(MAKE) -C build-$*
-	xvfb-run $(MAKE) -C build-$* check
+	xvfb-run -s -noreset $(MAKE) -C build-$* check
 	touch $@
 
 dbg-build-%/configure-stamp:




More information about the pkg-gnome-commits mailing list