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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 21 14:08:13 UTC 2015


Author: biebl
Date: Wed Oct 21 14:08:13 2015
New Revision: 46765

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46765
Log:
Wrap dependencies.

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=46765&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Wed Oct 21 14:08:13 2015
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Refresh debian/patches/01_Wcast-align.patch.
+  * Wrap dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Oct 2015 16:05:18 +0200
 

Modified: desktop/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control?rev=46765&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control	[utf-8] (original)
+++ desktop/unstable/mutter/debian/control	[utf-8] Wed Oct 21 14:08:13 2015
@@ -104,8 +104,13 @@
          ${misc:Depends},
          gsettings-desktop-schemas (>= 3.13.1),
          mutter-common (= ${source:Version})
-Conflicts: libmutter0, libmutter0a, libmutter0b,
-  libmutter0c, libmutter0d, libmutter0e, libmutter0f
+Conflicts: libmutter0,
+           libmutter0a,
+           libmutter0b,
+           libmutter0c,
+           libmutter0d,
+           libmutter0e,
+           libmutter0f
 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=46765&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control.in	[utf-8] (original)
+++ desktop/unstable/mutter/debian/control.in	[utf-8] Wed Oct 21 14:08:13 2015
@@ -100,8 +100,13 @@
          ${misc:Depends},
          gsettings-desktop-schemas (>= 3.13.1),
          mutter-common (= ${source:Version})
-Conflicts: libmutter0, libmutter0a, libmutter0b,
-  libmutter0c, libmutter0d, libmutter0e, libmutter0f
+Conflicts: libmutter0,
+           libmutter0a,
+           libmutter0b,
+           libmutter0c,
+           libmutter0d,
+           libmutter0e,
+           libmutter0f
 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