r26417 - in /desktop/unstable/gdm3/debian: changelog patches/29_grep_path.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Jan 24 21:08:19 UTC 2011


Author: joss
Date: Mon Jan 24 21:08:18 2011
New Revision: 26417

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26417
Log:
29_grep_path.patch: new patch. Don’t hardcode grep to a wrong 
location. Closes: #607664.

Added:
    desktop/unstable/gdm3/debian/patches/29_grep_path.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=26417&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Mon Jan 24 21:08:18 2011
@@ -5,6 +5,8 @@
     issues. Closes: #603510.
   * gdm3.postrm: handle deluser/delgroup failures gracefully.
     Closes: #603753.
+  * 29_grep_path.patch: new patch. Don’t hardcode grep to a wrong 
+    location. Closes: #607664.
 
   [ Emilio Pozuelo Monfort ]
   * debian/gdm3.8.pod:

Added: desktop/unstable/gdm3/debian/patches/29_grep_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/29_grep_path.patch?rev=26417&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/29_grep_path.patch (added)
+++ desktop/unstable/gdm3/debian/patches/29_grep_path.patch [utf-8] Mon Jan 24 21:08:18 2011
@@ -1,0 +1,13 @@
+Index: gdm-2.30.5/data/Init.in
+===================================================================
+--- gdm-2.30.5.orig/data/Init.in	2011-01-24 22:06:47.466772856 +0100
++++ gdm-2.30.5/data/Init.in	2011-01-24 22:06:56.119270291 +0100
+@@ -48,7 +48,7 @@ if [ "x$XMODMAP" != "x" ] ; then
+   UNAME=`gdmwhich uname`
+   PROCESSOR=`$UNAME -p`
+   if [ "x$PROCESSOR" = "xsparc" ]; then
+-    if $XMODMAP | /usr/bin/grep mod4 | /usr/bin/grep Alt > /dev/null 2>/dev/null
++    if $XMODMAP | grep mod4 | grep Alt > /dev/null 2>/dev/null
+     then
+       $XMODMAP -e "clear Mod1" \
+                -e "clear Mod4" \

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=26417&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Mon Jan 24 21:08:18 2011
@@ -28,4 +28,5 @@
 26_username_escape.patch
 27_orca_braille.patch
 28_beep.patch
+29_grep_path.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list