r10221 - in /desktop/unstable/gnome-python/debian: changelog control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Apr 22 12:38:43 UTC 2007


Author: lool
Date: Sun Apr 22 12:38:43 2007
New Revision: 10221

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10221
Log:
* Wrap build-deps and deps.

Modified:
    desktop/unstable/gnome-python/debian/changelog
    desktop/unstable/gnome-python/debian/control.in

Modified: desktop/unstable/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/changelog?rev=10221&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/changelog (original)
+++ desktop/unstable/gnome-python/debian/changelog Sun Apr 22 12:38:43 2007
@@ -7,8 +7,9 @@
   * Honor CFLAGS we set in rules, doh!
   * Set some sane default CFLAGS and honor noopt in DEB_BUILD_OPTIONS.
   * Upload to unstable; drop check-dist include.
-
- -- Loic Minier <lool at dooz.org>  Sun, 22 Apr 2007 14:36:19 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 22 Apr 2007 14:38:35 +0200
 
 gnome-python (2.16.2-1) experimental; urgency=low
 

Modified: desktop/unstable/gnome-python/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/control.in?rev=10221&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/control.in (original)
+++ desktop/unstable/gnome-python/debian/control.in Sun Apr 22 12:38:43 2007
@@ -3,14 +3,34 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Torsten Landschoff <torsten at debian.org>, @GNOME_TEAM@
-Build-Depends: debhelper (>= 5.0.37.2), dpatch, gnome-pkg-tools (>= 0.10), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-gtk2-dev (>= 2.10.3), python-pyorbit-dev (>= 2.0.1-4), libglib2.0-dev (>= 2.6.0), libgtk2.0-dev (>= 2.6.0), libgnome2-dev (>= 2.8.0), libgnomeui-dev (>= 2.8.0), libgnomecanvas2-dev (>= 2.8.0), libgnomevfs2-dev (>= 2.9.3), libgconf2-dev (>= 2.11.1), libbonobo2-dev (>= 2.8.0), libbonoboui2-dev (>= 2.8.0)
+Build-Depends: debhelper (>= 5.0.37.2),
+               dpatch,
+               gnome-pkg-tools (>= 0.10),
+               python-all-dev (>= 2.3.5-11),
+               python-support (>= 0.3),
+               python-gtk2-dev (>= 2.10.3),
+               python-pyorbit-dev (>= 2.0.1-4),
+               libglib2.0-dev (>= 2.6.0),
+               libgtk2.0-dev (>= 2.6.0),
+               libgnome2-dev (>= 2.8.0),
+               libgnomeui-dev (>= 2.8.0),
+               libgnomecanvas2-dev (>= 2.8.0),
+               libgnomevfs2-dev (>= 2.9.3),
+               libgconf2-dev (>= 2.11.1),
+               libbonobo2-dev (>= 2.8.0),
+               libbonoboui2-dev (>= 2.8.0)
 Standards-Version: 3.7.2
 
 Package: python-gnome2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10.3), python-pyorbit (>= 2.0.1-4)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-gtk2 (>= 2.10.3),
+         python-pyorbit (>= 2.0.1-4)
 Provides: ${python:Provides}
-Conflicts: python2.3-gnome2, python2.4-gnome2
+Conflicts: python2.3-gnome2,
+           python2.4-gnome2
 Description: Python bindings for the GNOME desktop environment
  This archive contains modules that allow you to write GNOME programs
  in Python. This package contains the bindings for the new version 2.0
@@ -20,10 +40,16 @@
 
 Package: python-gnome2-dev
 Architecture: all
-Depends: ${python:Depends}, python-gnome2 (>= ${Source-Version}), python-gtk2-dev (>= 2.10.3), python-pyorbit-dev (>= 2.0.1-4)
+Depends: ${python:Depends},
+         python-gnome2 (>= ${Source-Version}),
+         python-gtk2-dev (>= 2.10.3),
+         python-pyorbit-dev (>= 2.0.1-4)
 Recommends: python-gnome2-extras-dev
-Replaces: python2.2-gnome2 (<< 1.99.16-7), python2.3-gnome2 (<< 2.12.1-3), python2.4-gnome2 (<< 2.12.1-3)
-Conflicts: python2.2-gnome2 (<< 1.99.16-7), python2.3-gnome2 (<< 2.12.1-3)
+Replaces: python2.2-gnome2 (<< 1.99.16-7),
+          python2.3-gnome2 (<< 2.12.1-3),
+          python2.4-gnome2 (<< 2.12.1-3)
+Conflicts: python2.2-gnome2 (<< 1.99.16-7),
+           python2.3-gnome2 (<< 2.12.1-3)
 Description: Python bindings for the GNOME desktop environment
  This archive contains files that allow you to build wrappers for addon
  that interoperate gnome-python.




More information about the pkg-gnome-commits mailing list