r23693 - in /desktop/unstable/gdm/debian: changelog gdm.config

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Apr 10 15:09:51 UTC 2010


Author: joss
Date: Sat Apr 10 15:09:48 2010
New Revision: 23693

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23693
Log:
gdm.config: add missing $ leading to a dpkg-tmp file being created 
in the wrong directory. Closes: #577216.

Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/gdm.config

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=23693&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm/debian/changelog [utf-8] Sat Apr 10 15:09:48 2010
@@ -1,3 +1,10 @@
+gdm (2.20.10-3) unstable; urgency=low
+
+  * gdm.config: add missing $ leading to a dpkg-tmp file being created 
+    in the wrong directory. Closes: #577216.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 10 Apr 2010 17:09:37 +0200
+
 gdm (2.20.10-2) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/gdm/debian/gdm.config
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/gdm.config?rev=23693&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/gdm.config [utf-8] (original)
+++ desktop/unstable/gdm/debian/gdm.config [utf-8] Sat Apr 10 15:09:48 2010
@@ -52,7 +52,7 @@
 if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
   if [ "$OLD_DEFAULT" != "$CURRENT_DEFAULT" ] ||
      [ "$OLD_DAEMON" = /usr/bin/gdm ]; then
-    mv $DEFAULT_DISPLAY_MANAGER_FILE "DEFAULT_DISPLAY_MANAGER_FILE.dpkg-tmp"
+    mv $DEFAULT_DISPLAY_MANAGER_FILE $DEFAULT_DISPLAY_MANAGER_FILE.dpkg-tmp
   fi
 fi
 




More information about the pkg-gnome-commits mailing list