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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 24 15:14:12 UTC 2011


Author: joss
Date: Thu Nov 24 15:14:12 2011
New Revision: 31818

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31818
Log:
Add transitional python-gobject/python-gobject-dev packages that 
depend on both python-gi* and python-gobject-2*.

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=31818&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Thu Nov 24 15:14:12 2011
@@ -18,6 +18,8 @@
   * Add appropriate Breaks/Replaces/Conflicts/Provides.
   * Add a missing python-gi-cairo → python-gi dependency.
   * 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*.
 
  -- Sjoerd Simons <sjoerd at debian.org>  Sun, 20 Nov 2011 15:55:20 +0000
 

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=31818&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control [utf-8] Thu Nov 24 15:14:12 2011
@@ -47,8 +47,8 @@
          gir1.2-glib-2.0 (>= 1.31.0)
 Provides: ${python:Provides}
 Suggests: python-gi-cairo
-Breaks: python-gobject (<< 1:2.28)
-Replaces: python-gobject (<< 1:2.28)
+Breaks: python-gobject (<< 3.0.2-4)
+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
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -102,8 +102,8 @@
          ${shlibs:Depends},
          ${misc:Depends},
          python-gi (= ${binary:Version})
-Breaks: python-gobject-dbg (<< 1:2.28)
-Replaces: python-gobject-dbg (<< 1:2.28)
+Breaks: python-gobject-dbg (<< 3.0.2-4)
+Replaces: python-gobject-dbg (<< 3.0.2-4)
 Description: Python bindings for the GObject library (debug extension)
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -144,8 +144,8 @@
          python-gobject (<= ${source:Version}.1~),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
-Breaks: python-gobject-dev (<< 1:2.28)
-Replaces: python-gobject-dev (<< 1:2.28)
+Breaks: python-gobject-dev (<< 3.0.2-4)
+Replaces: python-gobject-dev (<< 3.0.2-4)
 Description: development headers for GObject Python bindings
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -153,3 +153,25 @@
  .
  This package contains the development headers needed to build C extensions
  which use pygobject.
+
+Package: python-gobject
+Architecture: all
+Depends: ${misc:Depends},
+         python-gi (>= ${source:Version}),
+         python-gobject-2
+Description: Python 2.x bindings for GObject - transitional package 
+ This package will bring the two versions of GObject Python modules: the 
+ deprecated gobject module, and the new gobject-introspection system. It 
+ is here for upgrade purposes only. You can remove it safely when 
+ nothing else depends on it.
+
+Package: python-gobject-dev
+Architecture: all
+Depends: ${misc:Depends},
+         python-gi-dev (= ${source:Version}),
+         python-gobject-2-dev
+Description: Python 2.x development headers for GObject - transitional package 
+ This package will bring development headers for the two versions of 
+ GObject Python modules: the deprecated gobject module, and the new 
+ gobject-introspection system. It is here for upgrade purposes only. You 
+ can remove it safely when nothing else depends on it. 

Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=31818&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Thu Nov 24 15:14:12 2011
@@ -42,8 +42,8 @@
          gir1.2-glib-2.0 (>= 1.31.0)
 Provides: ${python:Provides}
 Suggests: python-gi-cairo
-Breaks: python-gobject (<< 1:2.28)
-Replaces: python-gobject (<< 1:2.28)
+Breaks: python-gobject (<< 3.0.2-4)
+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
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -97,8 +97,8 @@
          ${shlibs:Depends},
          ${misc:Depends},
          python-gi (= ${binary:Version})
-Breaks: python-gobject-dbg (<< 1:2.28)
-Replaces: python-gobject-dbg (<< 1:2.28)
+Breaks: python-gobject-dbg (<< 3.0.2-4)
+Replaces: python-gobject-dbg (<< 3.0.2-4)
 Description: Python bindings for the GObject library (debug extension)
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -139,8 +139,8 @@
          python-gobject (<= ${source:Version}.1~),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
-Breaks: python-gobject-dev (<< 1:2.28)
-Replaces: python-gobject-dev (<< 1:2.28)
+Breaks: python-gobject-dev (<< 3.0.2-4)
+Replaces: python-gobject-dev (<< 3.0.2-4)
 Description: development headers for GObject Python bindings
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -148,3 +148,25 @@
  .
  This package contains the development headers needed to build C extensions
  which use pygobject.
+
+Package: python-gobject
+Architecture: all
+Depends: ${misc:Depends},
+         python-gi (>= ${source:Version}),
+         python-gobject-2
+Description: Python 2.x bindings for GObject - transitional package 
+ This package will bring the two versions of GObject Python modules: the 
+ deprecated gobject module, and the new gobject-introspection system. It 
+ is here for upgrade purposes only. You can remove it safely when 
+ nothing else depends on it.
+
+Package: python-gobject-dev
+Architecture: all
+Depends: ${misc:Depends},
+         python-gi-dev (= ${source:Version}),
+         python-gobject-2-dev
+Description: Python 2.x development headers for GObject - transitional package 
+ This package will bring development headers for the two versions of 
+ GObject Python modules: the deprecated gobject module, and the new 
+ gobject-introspection system. It is here for upgrade purposes only. You 
+ can remove it safely when nothing else depends on it. 




More information about the pkg-gnome-commits mailing list