r42353 - in /desktop/unstable/gnome-panel/debian: changelog control control.in

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Fri Aug 29 09:51:05 UTC 2014


Author: mitya57-guest
Date: Fri Aug 29 09:51:05 2014
New Revision: 42353

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42353
Log:
Depend on evolution-common, the clock applet crashes when it
cannot find the org.gnome.evolution.calendar gsettings schema.

Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/control
    desktop/unstable/gnome-panel/debian/control.in

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=42353&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog	[utf-8] Fri Aug 29 09:51:05 2014
@@ -1,3 +1,10 @@
+gnome-panel (3.8.1-2) UNRELEASED; urgency=medium
+
+  * Depend on evolution-common, the clock applet crashes when it
+    cannot find the org.gnome.evolution.calendar gsettings schema.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 29 Aug 2014 13:48:55 +0400
+
 gnome-panel (3.8.1-1) unstable; urgency=medium
 
   * Team upload.

Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=42353&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control	[utf-8] Fri Aug 29 09:51:05 2014
@@ -60,7 +60,8 @@
 
 Package: gnome-panel
 Architecture: any
-Depends: gnome-icon-theme-symbolic (>= 3.0.0),
+Depends: evolution-common (>= 3.4.3),
+         gnome-icon-theme-symbolic (>= 3.0.0),
          gnome-menus (>= 3.1.4),
          gnome-panel-data (= ${source:Version}),
          ${misc:Depends},

Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=42353&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control.in	[utf-8] Fri Aug 29 09:51:05 2014
@@ -55,7 +55,8 @@
 
 Package: gnome-panel
 Architecture: any
-Depends: gnome-icon-theme-symbolic (>= 3.0.0),
+Depends: evolution-common (>= 3.4.3),
+         gnome-icon-theme-symbolic (>= 3.0.0),
          gnome-menus (>= 3.1.4),
          gnome-panel-data (= ${source:Version}),
          ${misc:Depends},




More information about the pkg-gnome-commits mailing list