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

X Strike Force X.Org X11 SVN commit: r742 - trunk/debian



Author: dnusinow
Date: 2005-10-23 16:38:06 -0500 (Sun, 23 Oct 2005)
New Revision: 742

Modified:
   trunk/debian/changelog
   trunk/debian/x11-common.preinst.in
Log:
* Inaugurate 6.8.2.dfsg.1-10 changelog
* Really fix x11-common.preinst "eq" test by using "=" instead. 
  (Closes: #334345


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-10-22 19:49:29 UTC (rev 741)
+++ trunk/debian/changelog	2005-10-23 21:38:06 UTC (rev 742)
@@ -1,3 +1,10 @@
+xorg-x11 (6.8.2.dfsg.1-9+SVN) UNRELEASED; urgency=low
+
+  * Really fix x11-common.preinst "eq" test by using "=" instead. 
+    (Closes: #334345
+
+ -- David Nusinow <dnusinow@debian.org>  Sun, 23 Oct 2005 17:33:51 -0400
+
 xorg-x11 (6.8.2.dfsg.1-9) unstable; urgency=low
 
   [ David Martínez Moreno ]

Modified: trunk/debian/x11-common.preinst.in
===================================================================
--- trunk/debian/x11-common.preinst.in	2005-10-22 19:49:29 UTC (rev 741)
+++ trunk/debian/x11-common.preinst.in	2005-10-23 21:38:06 UTC (rev 742)
@@ -47,7 +47,7 @@
   # been modified from the stable sarge version. If they have been modified, we 
   # don't do anything, but if they are untouched then we remove them to let the 
   # upgrade continue without errors
-  if [ "$2" -eq "" ]; then
+  if [ "$2" = "" ]; then
     remove_conffile_prepare /etc/X11/Xresources/xfree86-common \
        a0f3911120c49038cb87607e3c545b90
     remove_conffile_prepare /etc/X11/Xsession \



Reply to: