[Pkg-kde-commits] rev 2127 - in branches/kde-3.4.0/packages/kdebase/debian: . patches

Christopher Martin chrsmrtn at costa.debian.org
Sat Oct 29 15:28:02 UTC 2005


Author: chrsmrtn
Date: 2005-10-29 15:28:00 +0000 (Sat, 29 Oct 2005)
New Revision: 2127

Modified:
   branches/kde-3.4.0/packages/kdebase/debian/changelog
   branches/kde-3.4.0/packages/kdebase/debian/patches/11_genkdmconf.diff
Log:
Fix another bit of non-standard zsh behaviour.


Modified: branches/kde-3.4.0/packages/kdebase/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/changelog	2005-10-26 17:15:05 UTC (rev 2126)
+++ branches/kde-3.4.0/packages/kdebase/debian/changelog	2005-10-29 15:28:00 UTC (rev 2127)
@@ -1,3 +1,12 @@
+kdebase (4:3.4.3-3) UNRELEASED; urgency=low
+
+  +++ Changes by Christopher Martin:
+
+  * Add "noextendedglob" to zsh's options when reading the X startup scripts
+    for kdm. This works around some of its quirks. (Closes: #336305)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
+
 kdebase (4:3.4.3-2) experimental; urgency=low
 
   +++ Changes by Christopher Martin:

Modified: branches/kde-3.4.0/packages/kdebase/debian/patches/11_genkdmconf.diff
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/patches/11_genkdmconf.diff	2005-10-26 17:15:05 UTC (rev 2126)
+++ branches/kde-3.4.0/packages/kdebase/debian/patches/11_genkdmconf.diff	2005-10-29 15:28:00 UTC (rev 2127)
@@ -94,7 +94,7 @@
  "    [ -f $zhome/.zprofile ] && . $zhome/.zprofile\n"
  "    [ -f $zdir/zlogin ] && . $zdir/zlogin\n"
  "    [ -f $zhome/.zlogin ] && . $zhome/.zlogin\n"
-+"    setopt shwordsplit\n"
++"    setopt shwordsplit noextendedglob\n"
  "    ;;\n"
  "  */csh|*/tcsh)\n"
  "    # [t]cshrc is always sourced automatically.\n"




More information about the pkg-kde-commits mailing list