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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 25 11:48:04 UTC 2011


Author: biebl
Date: Tue Oct 25 11:48:04 2011
New Revision: 31036

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31036
Log:
Use a strict dependency between metacity and libmetacity-private.

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=31036&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog [utf-8] (original)
+++ desktop/unstable/metacity/debian/changelog [utf-8] Tue Oct 25 11:48:04 2011
@@ -1,8 +1,12 @@
 metacity (1:2.34.1-2) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Depend on gnome-icon-theme. Closes: #638141.
 
- -- Josselin Mouette <joss at debian.org>  Wed, 17 Aug 2011 10:03:10 +0200
+  [ Michael Biebl ]
+  * Use a strict dependency between metacity and libmetacity-private.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 25 Oct 2011 13:47:21 +0200
 
 metacity (1:2.34.1-1) unstable; urgency=low
 

Modified: desktop/unstable/metacity/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control?rev=31036&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control [utf-8] (original)
+++ desktop/unstable/metacity/debian/control [utf-8] Tue Oct 25 11:48:04 2011
@@ -42,6 +42,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libmetacity-private0 (= ${binary:Version}),
          metacity-common (>= ${gnome:Version}),
          metacity-common (<< ${gnome:NextVersion}),
          libgnome2-common,

Modified: desktop/unstable/metacity/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control.in?rev=31036&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control.in [utf-8] (original)
+++ desktop/unstable/metacity/debian/control.in [utf-8] Tue Oct 25 11:48:04 2011
@@ -37,6 +37,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libmetacity-private0 (= ${binary:Version}),
          metacity-common (>= ${gnome:Version}),
          metacity-common (<< ${gnome:NextVersion}),
          libgnome2-common,




More information about the pkg-gnome-commits mailing list