r13694 - /desktop/unstable/pygobject/debian/control

seb128 at users.alioth.debian.org seb128 at users.alioth.debian.org
Fri Nov 30 13:43:35 UTC 2007


Author: seb128
Date: Fri Nov 30 13:43:35 2007
New Revision: 13694

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13694
Log:
update the control

Modified:
    desktop/unstable/pygobject/debian/control

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=13694&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control (original)
+++ desktop/unstable/pygobject/debian/control Fri Nov 30 13:43:35 2007
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastien Bacher <seb128 at debian.org>
 Build-Depends: debhelper (>= 5),
                python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
@@ -12,7 +12,8 @@
                libffi-dev,
                xsltproc,
                docbook-xsl,
-               autotools-dev
+               autotools-dev,
+               python-all-dbg
 Build-Conflicts: python2.3-dev (<< 2.3.5)
 XS-Python-Version: >= 2.3
 Standards-Version: 3.7.2
@@ -24,6 +25,7 @@
          ${misc:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
+Suggests: python-gobject-dbg
 Conflicts: python-gtk2 (<< 2.10)
 Description: Python bindings for the GObject library
  GObject is an abstraction layer that allows to program with an object
@@ -41,7 +43,9 @@
          python-dev,
          libglib2.0-dev (>= 2.8.0),
          libffi-dev
-Conflicts: python-gtk2-dev (<< 2.10)
+Conflicts: python-gtk2-dev (<< 2.10), python-gobject-doc
+Replaces: python-gobject-doc
+Provides: python-gobject-doc
 Recommends: docbook-xsl
 Description: Development headers for the GObject python bindings
  GObject is an abstraction layer that allows to program with an object
@@ -50,3 +54,18 @@
  .
  This package contains the development headers needed to build
  other python bindings relying on pygobject.
+
+Package: python-gobject-dbg
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${Source-Version})
+Conflicts: python-gtk2 (<< 2.10)
+Description: Python bindings for the GObject library (debug extension)
+ GObject is an abstraction layer that allows to program with an object
+ paradigm that is compatible with many languages. It is a part of
+ Glib,
+ the core library used to build GTK+ and GNOME.
+ .
+ This package contains the python bindings for GObject. It is
+ mostly
+ used by other bindings to map their GObjects to python objects.




More information about the pkg-gnome-commits mailing list