r30160 - in /packages/experimental/nautilus-sendto/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 11:45:42 UTC 2011


Author: biebl
Date: Tue Oct 11 11:45:42 2011
New Revision: 30160

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30160
Log:
* debian/control.in:
  - Add Breaks against nautilus-sendto-empathy (<< 3.0) and
    gnome-bluetooth (<< 3.0) as the plugin path has not changed with the
    switch to GTK 3 and loading both GTK 2 and GTK 3 in the same process is
    not allowed. (Closes: #644980)

Modified:
    packages/experimental/nautilus-sendto/debian/changelog
    packages/experimental/nautilus-sendto/debian/control
    packages/experimental/nautilus-sendto/debian/control.in

Modified: packages/experimental/nautilus-sendto/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/nautilus-sendto/debian/changelog?rev=30160&op=diff
==============================================================================
--- packages/experimental/nautilus-sendto/debian/changelog [utf-8] (original)
+++ packages/experimental/nautilus-sendto/debian/changelog [utf-8] Tue Oct 11 11:45:42 2011
@@ -10,6 +10,11 @@
   * debian/watch:
     - Switch to .xz.
   * New upstream release.
+  * debian/control.in:
+    - Add Breaks against nautilus-sendto-empathy (<< 3.0) and
+      gnome-bluetooth (<< 3.0) as the plugin path has not changed with the
+      switch to GTK 3 and loading both GTK 2 and GTK 3 in the same process is
+      not allowed. (Closes: #644980)
 
  -- Michael Biebl <biebl at debian.org>  Tue, 11 Oct 2011 13:40:04 +0200
 

Modified: packages/experimental/nautilus-sendto/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/nautilus-sendto/debian/control?rev=30160&op=diff
==============================================================================
--- packages/experimental/nautilus-sendto/debian/control [utf-8] (original)
+++ packages/experimental/nautilus-sendto/debian/control [utf-8] Tue Oct 11 11:45:42 2011
@@ -33,6 +33,8 @@
 Suggests: evolution (>= 2.28) | icedove | claws-mail,
           pidgin (>= 2.0.0) | gajim,
           python-dbus
+Breaks: nautilus-sendto-empathy (<< 3.0),
+        gnome-bluetooth (<< 3.0)
 Description: integrates Evolution and Pidgin into the Nautilus file manager
  The Nautilus Send To plugin provides the Nautilus file manager with a context
  menu component for quickly sending files to accounts in an Evolution email

Modified: packages/experimental/nautilus-sendto/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/nautilus-sendto/debian/control.in?rev=30160&op=diff
==============================================================================
--- packages/experimental/nautilus-sendto/debian/control.in [utf-8] (original)
+++ packages/experimental/nautilus-sendto/debian/control.in [utf-8] Tue Oct 11 11:45:42 2011
@@ -28,6 +28,8 @@
 Suggests: evolution (>= 2.28) | icedove | claws-mail,
           pidgin (>= 2.0.0) | gajim,
           python-dbus
+Breaks: nautilus-sendto-empathy (<< 3.0),
+        gnome-bluetooth (<< 3.0)
 Description: integrates Evolution and Pidgin into the Nautilus file manager
  The Nautilus Send To plugin provides the Nautilus file manager with a context
  menu component for quickly sending files to accounts in an Evolution email




More information about the pkg-gnome-commits mailing list