[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1970 - in trunk/debian: . local



Author: branden
Date: 2004-10-25 12:29:10 -0500 (Mon, 25 Oct 2004)
New Revision: 1970

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/local/xvfb-run
Log:
Apply patch from Jason Lunz for silly thinko that caused arguments to
xvfb-run to be misparsed if they contained whitespace.  Thanks, Jason!
(Closes: #276415)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-10-25 16:57:42 UTC (rev 1969)
+++ trunk/debian/CHANGESETS	2004-10-25 17:29:10 UTC (rev 1970)
@@ -209,4 +209,9 @@
 (Closes: #263076)
     1969
 
+Apply patch from Jason Lunz for silly thinko that caused arguments to
+xvfb-run to be misparsed if they contained whitespace.  Thanks, Jason!
+(Closes: #276415)
+    1970
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-10-25 16:57:42 UTC (rev 1969)
+++ trunk/debian/changelog	2004-10-25 17:29:10 UTC (rev 1970)
@@ -107,6 +107,10 @@
     Make xserver-common conflict with python-configlet (<< 2.0) accordingly.
     (Closes: #263076)
 
+  * Apply patch from Jason Lunz for silly thinko that caused arguments to
+    xvfb-run to be misparsed if they contained whitespace.  Thanks, Jason!
+    (Closes: #276415)
+
   Changes by Denis Barbier and Fabio M. Di Nitto:
 
   * Edit xc/programs/xkbcomp/symbols/pc/Imakefile so that the new pc/us_intl
@@ -177,7 +181,7 @@
     + Set UseBios default to "no" for PROSAVAGE_DDR and PROSAVAGE_DDRK, as
       described at <URL: http://www.probo.com/timr/savage40.html >.
 
- -- Branden Robinson <branden@debian.org>  Mon, 25 Oct 2004 11:55:35 -0500
+ -- Branden Robinson <branden@debian.org>  Mon, 25 Oct 2004 12:27:54 -0500
 
 xfree86 (4.3.0.dfsg.1-8) unstable; urgency=high
 

Modified: trunk/debian/local/xvfb-run
===================================================================
--- trunk/debian/local/xvfb-run	2004-10-25 16:57:42 UTC (rev 1969)
+++ trunk/debian/local/xvfb-run	2004-10-25 17:29:10 UTC (rev 1970)
@@ -126,7 +126,7 @@
 
 # start the command and save its exit status
 set +e
-DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE $@ 2>&1
+DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1
 RETVAL=$?
 set -e
 



Reply to: