r39773 - in /desktop/experimental/gdm3/debian: changelog gdm3.postrm

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Oct 12 19:16:38 UTC 2013


Author: pochu
Date: Sat Oct 12 19:16:37 2013
New Revision: 39773

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39773
Log:
merge change from the unstable branch

Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/gdm3.postrm

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=39773&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Sat Oct 12 19:16:37 2013
@@ -5,6 +5,11 @@
       of our own function as the former supports kFreeBSD. Closes: #692739.
   * debian/control.in:
     + Build depend on glib 2.36 for the above function.
+
+  [ Simon McVittie ]
+  * Apply patch from Paul Wise to avoid userdel error messages
+    from being used as input for debconf if gdm3 is purged while
+    processes are still running as Debian-gdm (Closes: #657751)
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 12 Oct 2013 19:15:18 +0200
 

Modified: desktop/experimental/gdm3/debian/gdm3.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/gdm3.postrm?rev=39773&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/gdm3.postrm	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/gdm3.postrm	[utf-8] Sat Oct 12 19:16:37 2013
@@ -1,5 +1,12 @@
 #!/bin/sh
 set -e
+
+# Need to load this before any output on stdout/stderr
+# otherwise the debconf command-stream will get
+# some invalid input and cause the failure of postrm.
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+        . /usr/share/debconf/confmodule
+fi
 
 if [ "$1" = "purge" ] ; then
         update-rc.d gdm3 remove >/dev/null




More information about the pkg-gnome-commits mailing list