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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 29 15:41:35 UTC 2012


Author: biebl
Date: Tue May 29 15:41:34 2012
New Revision: 35176

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35176
Log:
Use strict dependency between metacity/libmetacity-private0a and
metacity-common to ensure we have the correct version of metacity-common
providing the org.gnome.metacity gsettings schema.

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=35176&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog [utf-8] (original)
+++ desktop/unstable/metacity/debian/changelog [utf-8] Tue May 29 15:41:34 2012
@@ -4,9 +4,9 @@
   * Replace Suggests: gnome-themes with Recommends: gnome-themes-standard
     since Adwaita is the preferred window manager theme and we want it to be
     installed by default.
-  * Use strict dependency between metacity and metacity-common to ensure we
-    have the correct version of metacity-common providing the gsettings
-    schema.
+  * Use strict dependency between metacity/libmetacity-private0a and
+    metacity-common to ensure we have the correct version of metacity-common
+    providing the org.gnome.metacity gsettings schema.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 25 May 2012 07:27:13 +0200
 

Modified: desktop/unstable/metacity/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control?rev=35176&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control [utf-8] (original)
+++ desktop/unstable/metacity/debian/control [utf-8] Tue May 29 15:41:34 2012
@@ -66,8 +66,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         metacity-common (>= ${gnome:Version}),
-         metacity-common (<< ${gnome:NextVersion})
+         metacity-common (= ${source:Version})
 Breaks: libmetacity-private0
 Replaces: libmetacity-private0
 Description: library for the Metacity window manager

Modified: desktop/unstable/metacity/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control.in?rev=35176&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control.in [utf-8] (original)
+++ desktop/unstable/metacity/debian/control.in [utf-8] Tue May 29 15:41:34 2012
@@ -61,8 +61,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         metacity-common (>= ${gnome:Version}),
-         metacity-common (<< ${gnome:NextVersion})
+         metacity-common (= ${source:Version})
 Breaks: libmetacity-private0
 Replaces: libmetacity-private0
 Description: library for the Metacity window manager




More information about the pkg-gnome-commits mailing list