r27064 - in /desktop/experimental/pygobject/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Mar 24 12:54:17 UTC 2011


Author: bigon
Date: Thu Mar 24 12:54:16 2011
New Revision: 27064

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27064
Log:
Make python-gobject-dbg Depends against ${python:Depends}
instead of python-dbg and drop ${python:Breaks}

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

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=27064&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Mar 24 12:54:16 2011
@@ -4,8 +4,9 @@
   * New upstream release.
   * debian/control.in:
     - Bump cdbs and python-all-dev build-dependencies
-    - Add Breaks: ${python:Breaks}
     - Drop XB-Python-Version: ${python:Versions}
+    - Make python-gobject-dbg Depends against ${python:Depends}
+      instead of python-dbg
   * Drop d/p/40_revert_libpython_link.patch,
     d/p/30_[gi-overrides]-fix-exception-block-so-it-works-in-Python-2.5.patch:
     Applied upstream
@@ -19,7 +20,7 @@
     gtk-2.0 directory, to avoid instantly breaking all reverse dependencies.
     This needs to stay until they get converted to dh_python2.
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 22 Mar 2011 13:59:39 +0100
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 24 Mar 2011 13:50:08 +0100
 
 pygobject (2.28.0-2) experimental; urgency=low
 

Modified: desktop/experimental/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control?rev=27064&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control [utf-8] Thu Mar 24 12:54:16 2011
@@ -39,7 +39,6 @@
 Suggests: python-gobject-dbg
 Conflicts: python-gi
 Replaces: python-gi
-Breaks: ${python:Breaks}
 Description: Python bindings for the GObject library
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -55,7 +54,6 @@
          ${misc:Depends},
          python-cairo
 Provides: ${python:Provides}
-Breaks: ${python:Breaks}
 Description: Python Cairo bindings for the GObject library
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -85,7 +83,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${binary:Version})
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-gobject (= ${binary:Version})
 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,

Modified: desktop/experimental/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control.in?rev=27064&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control.in [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control.in [utf-8] Thu Mar 24 12:54:16 2011
@@ -34,7 +34,6 @@
 Suggests: python-gobject-dbg
 Conflicts: python-gi
 Replaces: python-gi
-Breaks: ${python:Breaks}
 Description: Python bindings for the GObject library
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -50,7 +49,6 @@
          ${misc:Depends},
          python-cairo
 Provides: ${python:Provides}
-Breaks: ${python:Breaks}
 Description: Python Cairo bindings for the GObject library
  GObject is an abstraction layer that allows programming with an object
  paradigm that is compatible with many languages. It is a part of Glib,
@@ -80,7 +78,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${binary:Version})
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-gobject (= ${binary:Version})
 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,




More information about the pkg-gnome-commits mailing list