r31820 - in /desktop/unstable/pygobject/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 24 18:31:10 UTC 2011


Author: joss
Date: Thu Nov 24 18:31:09 2011
New Revision: 31820

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31820
Log:
Break python-nautilus <= the current version which is broken by 
pygobject 3.x. Closes: #649861. The only other affected package is 
totem-plugins and the issue is not severe enough to warrant blocking 
the ongoing transitions.

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/control
    desktop/unstable/pygobject/debian/control.in

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=31820&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Thu Nov 24 18:31:09 2011
@@ -20,6 +20,10 @@
   * Drop a pair of unneeded Recommends/Suggests.
   * Add transitional python-gobject/python-gobject-dev packages that 
     depend on both python-gi* and python-gobject-2*.
+  * Break python-nautilus <= the current version which is broken by 
+    pygobject 3.x. Closes: #649861. The only other affected package is 
+    totem-plugins and the issue is not severe enough to warrant blocking 
+    the ongoing transitions.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 24 Nov 2011 18:43:28 +0100
 

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=31820&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control [utf-8] Thu Nov 24 18:31:09 2011
@@ -47,7 +47,8 @@
          gir1.2-glib-2.0 (>= 1.31.0)
 Provides: ${python:Provides}
 Suggests: python-gi-cairo
-Breaks: python-gobject (<< 3.0.2-4)
+Breaks: python-gobject (<< 3.0.2-4),
+        python-nautilus (<= 1.1-1)
 Replaces: python-gobject (<< 3.0.2-4)
 Description: Python 2.x bindings for gobject-introspection libraries
  GObject is an abstraction layer that allows programming with an object

Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=31820&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Thu Nov 24 18:31:09 2011
@@ -42,7 +42,8 @@
          gir1.2-glib-2.0 (>= 1.31.0)
 Provides: ${python:Provides}
 Suggests: python-gi-cairo
-Breaks: python-gobject (<< 3.0.2-4)
+Breaks: python-gobject (<< 3.0.2-4),
+        python-nautilus (<= 1.1-1)
 Replaces: python-gobject (<< 3.0.2-4)
 Description: Python 2.x bindings for gobject-introspection libraries
  GObject is an abstraction layer that allows programming with an object




More information about the pkg-gnome-commits mailing list