r23242 - in /desktop/unstable/gdm/debian: changelog patches/22_Xreset.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Mar 9 18:27:34 UTC 2010


Author: joss
Date: Tue Mar  9 18:27:33 2010
New Revision: 23242

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23242
Log:
22_Xreset.patch: patch by Petter Reinholdtsen to use Xreset in 
postinst if available. Closes: #571612.

Added:
    desktop/unstable/gdm/debian/patches/22_Xreset.patch
Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/patches/series

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=23242&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm/debian/changelog [utf-8] Tue Mar  9 18:27:33 2010
@@ -26,6 +26,10 @@
     /etc/X11/default-display-manager away instead of removing it.  Delete it
     in postinst instead, to allow rollback in postrm abort-{install,upgrade}
     (stolen from xdm).
+
+  [ Josselin Mouette ]
+  * 22_Xreset.patch: patch by Petter Reinholdtsen to use Xreset in 
+    postinst if available. Closes: #571612.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 14 Dec 2009 21:59:58 +0100
 

Added: desktop/unstable/gdm/debian/patches/22_Xreset.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/22_Xreset.patch?rev=23242&op=file
==============================================================================
--- desktop/unstable/gdm/debian/patches/22_Xreset.patch (added)
+++ desktop/unstable/gdm/debian/patches/22_Xreset.patch [utf-8] Tue Mar  9 18:27:33 2010
@@ -1,0 +1,14 @@
+Index: gdm-2.20.10/config/PostSession.in
+===================================================================
+--- gdm-2.20.10.orig/config/PostSession.in	2010-03-09 19:26:36.487337978 +0100
++++ gdm-2.20.10/config/PostSession.in	2010-03-09 19:26:54.103839711 +0100
+@@ -19,4 +19,9 @@ gdmwhich () {
+   echo "$OUTPUT"
+ }
+ 
++# Use common Xreset framework if it exist
++if [ -x /etc/X11/Xreset ] ; then
++  /etc/X11/Xreset
++fi
++
+ exit 0

Modified: desktop/unstable/gdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/series?rev=23242&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm/debian/patches/series [utf-8] Tue Mar  9 18:27:33 2010
@@ -2,6 +2,7 @@
 02_xdmcp-ipv6_bindv6only.patch
 20_xdm-stuff.patch
 21_XKeepsCrashing_bashism.patch
+22_Xreset.patch
 35_gdm.conf.patch
 37_manpage-binaries.patch
 41_config-files.patch




More information about the pkg-gnome-commits mailing list