r35177 - in /desktop/unstable/mutter/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 29 15:44:15 UTC 2012
Author: biebl
Date: Tue May 29 15:44:15 2012
New Revision: 35177
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35177
Log:
Use strict dependency between mutter/libmutter0 and mutter-common to
ensure we have the correct version of mutter-common providing the
org.gnome.mutter gsettings schema.
Modified:
desktop/unstable/mutter/debian/changelog
desktop/unstable/mutter/debian/control
desktop/unstable/mutter/debian/control.in
Modified: desktop/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/changelog?rev=35177&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog [utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog [utf-8] Tue May 29 15:44:15 2012
@@ -10,6 +10,9 @@
[ Michael Biebl ]
* Bump Suggests: gnome-control-center to (>= 1:3.4.0) as we want a recent
enough version which can handle keybindings based on GSettings.
+ * Use strict dependency between mutter/libmutter0 and mutter-common to
+ ensure we have the correct version of mutter-common providing the
+ org.gnome.mutter gsettings schema.
-- Rico Tzschichholz <ricotz at ubuntu.com> Tue, 29 May 2012 17:02:41 +0200
Modified: desktop/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control?rev=35177&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control [utf-8] (original)
+++ desktop/unstable/mutter/debian/control [utf-8] Tue May 29 15:44:15 2012
@@ -47,8 +47,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- mutter-common (>= ${gnome:Version}),
- mutter-common (<< ${gnome:NextVersion}),
+ mutter-common (= ${source:Version}),
gsettings-desktop-schemas (>= 3.3.2),
zenity
Provides: x-window-manager
@@ -92,8 +91,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gsettings-desktop-schemas (>= 3.3.2),
- mutter-common (>= ${gnome:Version}),
- mutter-common (<< ${gnome:NextVersion})
+ mutter-common (= ${source:Version})
Description: window manager library from the Mutter window manager
Mutter is a small window manager, using GTK+ and Clutter to do
everything.
Modified: desktop/unstable/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control.in?rev=35177&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control.in [utf-8] (original)
+++ desktop/unstable/mutter/debian/control.in [utf-8] Tue May 29 15:44:15 2012
@@ -42,8 +42,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- mutter-common (>= ${gnome:Version}),
- mutter-common (<< ${gnome:NextVersion}),
+ mutter-common (= ${source:Version}),
gsettings-desktop-schemas (>= 3.3.2),
zenity
Provides: x-window-manager
@@ -87,8 +86,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gsettings-desktop-schemas (>= 3.3.2),
- mutter-common (>= ${gnome:Version}),
- mutter-common (<< ${gnome:NextVersion})
+ mutter-common (= ${source:Version})
Description: window manager library from the Mutter window manager
Mutter is a small window manager, using GTK+ and Clutter to do
everything.
More information about the pkg-gnome-commits
mailing list