r42780 - in /desktop/experimental/gdm3/debian: changelog gdm3.config

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 18 19:33:33 UTC 2014


Author: ah
Date: Thu Sep 18 19:33:33 2014
New Revision: 42780

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42780
Log:
* debian/gdm3.config:
  - make sure /etc/X11 directory exists. (Closes: #757081)
  Thanks to Daniel Baumann

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

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=42780&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Thu Sep 18 19:33:33 2014
@@ -1,3 +1,11 @@
+gdm3 (3.13.91-2) UNRELEASED; urgency=medium
+
+  * debian/gdm3.config:
+    - make sure /etc/X11 directory exists. (Closes: #757081)
+    Thanks to Daniel Baumann
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 18 Sep 2014 21:31:58 +0200
+
 gdm3 (3.13.91-1) experimental; urgency=medium
 
   * New upstream development release.

Modified: desktop/experimental/gdm3/debian/gdm3.config
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/gdm3.config?rev=42780&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/gdm3.config	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/gdm3.config	[utf-8] Thu Sep 18 19:33:33 2014
@@ -35,6 +35,8 @@
 CURRENT_DEFAULT="$RET"
 # set a flag to indicate to postinst that we need to update from debconf
 if [ "$OLD_DEFAULT" != "$CURRENT_DEFAULT" ]; then
+  DEFAULT_DISPLAY_MANAGER_DIR=$(dirname $DEFAULT_DISPLAY_MANAGER_FILE)
+  test -e $DEFAULT_DISPLAY_MANAGER_DIR || mkdir -p $DEFAULT_DISPLAY_MANAGER_DIR
   touch $DEFAULT_DISPLAY_MANAGER_FILE.debconf-update
 fi
 




More information about the pkg-gnome-commits mailing list