r24477 - in /packages/unstable/pygi/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Jun 3 20:11:42 UTC 2010


Author: bigon
Date: Thu Jun  3 20:11:38 2010
New Revision: 24477

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24477
Log:
Add missing dependency on python-gobject and python-cairo

Modified:
    packages/unstable/pygi/debian/changelog
    packages/unstable/pygi/debian/control
    packages/unstable/pygi/debian/control.in

Modified: packages/unstable/pygi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/changelog?rev=24477&op=diff
==============================================================================
--- packages/unstable/pygi/debian/changelog [utf-8] (original)
+++ packages/unstable/pygi/debian/changelog [utf-8] Thu Jun  3 20:11:38 2010
@@ -10,6 +10,7 @@
     - Add python-all-dev as build-dep to build module on all versions
     - Python-gi binary package is arch any as it ship python module
     - Relax debhelper build-dep
+    - Add missing dependency on python-gobject and python-cairo
   * debian/rules:
     - Use python-autotools.mk for building package
     - Use uploaders.mk to generate Uploaders list
@@ -17,7 +18,7 @@
   * debian/watch: Use version 3
   * Add python-gi-dbg package
 
- -- Laurent Bigonville <bigon at debian.org>  Thu, 03 Jun 2010 21:27:12 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 03 Jun 2010 22:10:00 +0200
 
 pygi (0.5.1-0ubuntu1) UNRELEASED; urgency=low
 

Modified: packages/unstable/pygi/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/control?rev=24477&op=diff
==============================================================================
--- packages/unstable/pygi/debian/control [utf-8] (original)
+++ packages/unstable/pygi/debian/control [utf-8] Thu Jun  3 20:11:38 2010
@@ -1,25 +1,51 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: pygi
 Section: python
 Priority: optional
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50~),
-               cdbs,
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>
+Build-Depends: debhelper (>= 7),
+               cdbs (>= 0.4.75~),
+               gnome-pkg-tools,
+               python-support,
                libffi-dev (>= 3.0),       
                libglib2.0-dev (>= 2.22.4),
                libgirepository1.0-dev (>= 0.6.10),
+               python-all-dev (>= 2.5),
                python-gobject-dev (>= 2.20),
                python-cairo-dev (>= 1.0.2),
                libcairo-dev
 Standards-Version: 3.8.4
 Homepage: http://live.gnome.org/PyGI
-Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pygi/ubuntu
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pygi
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pygi
+XS-Python-Version: >= 2.5
 
-Package: python-pygi
-Architecture: all
+Package: python-gi
+Architecture: any
 Depends: ${shlibs:Depends},
          ${python:Depends},
+         ${misc:Depends},
+         python-gobject (>= 2.20),
+         python-cairo (>= 1.0.2)
+XB-Python-Version: ${python:Versions}         
+Description: Python GObject Introspection modules
+ PyGI is a set of Python modules which allow for dynamic binding and
+ introspection of GObject based programs at run-time.  
+
+Package: python-gi-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-gi (= ${binary:Version}),
          ${misc:Depends}
 XB-Python-Version: ${python:Versions}         
-Description: Python GObject Introspection modules
- PyGI is a set of python modules which allow for dynamic binding and
- introspection of gobject based programs at run-time.  
+Description: Python GObject Introspection modules - debugging symbols
+ PyGI is a set of Python modules which allow for dynamic binding and
+ introspection of GObject based programs at run-time.  
+ .
+ This package contains the debug symbols for the Python bindings.

Modified: packages/unstable/pygi/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/control.in?rev=24477&op=diff
==============================================================================
--- packages/unstable/pygi/debian/control.in [utf-8] (original)
+++ packages/unstable/pygi/debian/control.in [utf-8] Thu Jun  3 20:11:38 2010
@@ -24,7 +24,9 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${python:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python-gobject (>= 2.20),
+         python-cairo (>= 1.0.2)
 XB-Python-Version: ${python:Versions}         
 Description: Python GObject Introspection modules
  PyGI is a set of Python modules which allow for dynamic binding and




More information about the pkg-gnome-commits mailing list