r19057 - in /desktop/unstable/metacity/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Mar 15 13:56:13 UTC 2009


Author: lool
Date: Sun Mar 15 13:56:13 2009
New Revision: 19057

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19057
Log:
Let metacity suggest xdg-user-dirs as it fails creating the
.config/metacity sub-directory and logs a warning if .config isn't created
by xdg-user-dirs.

Modified:
    desktop/unstable/metacity/debian/changelog
    desktop/unstable/metacity/debian/control
    desktop/unstable/metacity/debian/control.in

Modified: desktop/unstable/metacity/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/changelog?rev=19057&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog (original)
+++ desktop/unstable/metacity/debian/changelog Sun Mar 15 13:56:13 2009
@@ -6,6 +6,9 @@
   [ Loic Minier ]
   * Let metacity suggest gnome-themes as it attempts to use the Clearlooks
     Metacity theme by default and logs a warning when it can't be used.
+  * Let metacity suggest xdg-user-dirs as it fails creating the
+    .config/metacity sub-directory and logs a warning if .config isn't created
+    by xdg-user-dirs.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 05 Mar 2009 17:51:30 +0100
 

Modified: desktop/unstable/metacity/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control?rev=19057&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control (original)
+++ desktop/unstable/metacity/debian/control Sun Mar 15 13:56:13 2009
@@ -40,7 +40,8 @@
 Provides: x-window-manager
 Recommends: gnome-session | x-session-manager
 Suggests: gnome-control-center (>= 1:2.5.4),
-          gnome-themes
+          gnome-themes,
+          xdg-user-dirs
 Description: A lightweight GTK2 based Window Manager
  Metacity is a small window manager, using gtk2 to do everything.
  .

Modified: desktop/unstable/metacity/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control.in?rev=19057&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control.in (original)
+++ desktop/unstable/metacity/debian/control.in Sun Mar 15 13:56:13 2009
@@ -40,7 +40,8 @@
 Provides: x-window-manager
 Recommends: gnome-session | x-session-manager
 Suggests: gnome-control-center (>= 1:2.5.4),
-          gnome-themes
+          gnome-themes,
+          xdg-user-dirs
 Description: A lightweight GTK2 based Window Manager
  Metacity is a small window manager, using gtk2 to do everything.
  .




More information about the pkg-gnome-commits mailing list