r17176 - in /desktop/unstable/libbonoboui/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Sep 29 10:18:39 UTC 2008


Author: lool
Date: Mon Sep 29 10:18:38 2008
New Revision: 17176

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17176
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/unstable/libbonoboui/debian/changelog
    desktop/unstable/libbonoboui/debian/rules

Modified: desktop/unstable/libbonoboui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libbonoboui/debian/changelog?rev=17176&op=diff
==============================================================================
--- desktop/unstable/libbonoboui/debian/changelog (original)
+++ desktop/unstable/libbonoboui/debian/changelog Mon Sep 29 10:18:38 2008
@@ -1,3 +1,10 @@
+libbonoboui (2.22.0-2) UNRELEASED; urgency=low
+
+  * Pass -s -noreset to xvfb-run as otherwise Xvfb will reset when the first
+    client (test) disconnects and xvfb-run will fail killing Xvfb.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 29 Sep 2008 12:18:24 +0200
+
 libbonoboui (2.22.0-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/libbonoboui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libbonoboui/debian/rules?rev=17176&op=diff
==============================================================================
--- desktop/unstable/libbonoboui/debian/rules (original)
+++ desktop/unstable/libbonoboui/debian/rules Mon Sep 29 10:18:38 2008
@@ -13,7 +13,7 @@
 common-build-arch common-build-indep:: debian/stamp-makefile-check
 debian/stamp-makefile-check: debian/stamp-makefile-build
 	# ignore failure of testsuite
-	-xvfb-run $(MAKE) check
+	-xvfb-run -s -noreset $(MAKE) check
 	touch $@
 
 makefile-clean::




More information about the pkg-gnome-commits mailing list