r43756 - in /desktop/unstable/mutter/debian: changelog control control.in

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Oct 24 18:52:54 UTC 2014


Author: ah
Date: Fri Oct 24 18:52:54 2014
New Revision: 43756

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43756
Log:
gir1.2-mutter-3.0: tighten dependency on libmutter0e by making
it versioned to = ${binary:Version} (Closes: #766359)

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=43756&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Fri Oct 24 18:52:54 2014
@@ -1,3 +1,10 @@
+mutter (3.14.1-2) UNRELEASED; urgency=medium
+
+  * gir1.2-mutter-3.0: tighten dependency on libmutter0e by making
+    it versioned to = ${binary:Version} (Closes: #766359)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Fri, 24 Oct 2014 20:44:23 +0200
+
 mutter (3.14.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control?rev=43756&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control	[utf-8] (original)
+++ desktop/unstable/mutter/debian/control	[utf-8] Fri Oct 24 18:52:54 2014
@@ -6,7 +6,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
@@ -160,7 +160,8 @@
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libmutter0e (= ${binary:Version})
 Breaks: gnome-shell (<< 3.13.92~)
 Description: GObject introspection data for Mutter
  Mutter is a small window manager, using GTK+ and Clutter to do

Modified: desktop/unstable/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control.in?rev=43756&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control.in	[utf-8] (original)
+++ desktop/unstable/mutter/debian/control.in	[utf-8] Fri Oct 24 18:52:54 2014
@@ -156,7 +156,8 @@
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libmutter0e (= ${binary:Version})
 Breaks: gnome-shell (<< 3.13.92~)
 Description: GObject introspection data for Mutter
  Mutter is a small window manager, using GTK+ and Clutter to do




More information about the pkg-gnome-commits mailing list