r35172 - 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:02:44 UTC 2012
Author: biebl
Date: Tue May 29 15:02:43 2012
New Revision: 35172
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35172
Log:
Use strict dependency between metacity and metacity-common to ensure we
have the correct version of metacity-common providing the 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=35172&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog [utf-8] (original)
+++ desktop/unstable/metacity/debian/changelog [utf-8] Tue May 29 15:02:43 2012
@@ -4,6 +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.
-- 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=35172&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control [utf-8] (original)
+++ desktop/unstable/metacity/debian/control [utf-8] Tue May 29 15:02:43 2012
@@ -43,8 +43,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
libmetacity-private0a (= ${binary:Version}),
- metacity-common (>= ${gnome:Version}),
- metacity-common (<< ${gnome:NextVersion}),
+ metacity-common (= ${source:Version}),
gsettings-desktop-schemas (>= 3.3.0),
zenity,
gnome-icon-theme
Modified: desktop/unstable/metacity/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control.in?rev=35172&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control.in [utf-8] (original)
+++ desktop/unstable/metacity/debian/control.in [utf-8] Tue May 29 15:02:43 2012
@@ -38,8 +38,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
libmetacity-private0a (= ${binary:Version}),
- metacity-common (>= ${gnome:Version}),
- metacity-common (<< ${gnome:NextVersion}),
+ metacity-common (= ${source:Version}),
gsettings-desktop-schemas (>= 3.3.0),
zenity,
gnome-icon-theme
More information about the pkg-gnome-commits
mailing list