r9907 - in /desktop/unstable/pyorbit/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 14 09:29:36 UTC 2007


Author: lool
Date: Sat Apr 14 09:29:36 2007
New Revision: 9907

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

Modified:
    desktop/unstable/pyorbit/debian/changelog
    desktop/unstable/pyorbit/debian/control
    desktop/unstable/pyorbit/debian/control.in

Modified: desktop/unstable/pyorbit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pyorbit/debian/changelog?rev=9907&op=diff
==============================================================================
--- desktop/unstable/pyorbit/debian/changelog (original)
+++ desktop/unstable/pyorbit/debian/changelog Sat Apr 14 09:29:36 2007
@@ -3,8 +3,9 @@
   * Honor CFLAGS we set in rules, doh!
   * Upload to unstable; drop check-dist include.
   * Bump up Debhelper compatibility level to 5.
+  * Wrap build-deps and deps.
 
- -- Loic Minier <lool at dooz.org>  Sat, 14 Apr 2007 11:14:38 +0200
+ -- Loic Minier <lool at dooz.org>  Sat, 14 Apr 2007 11:29:20 +0200
 
 pyorbit (2.14.2-1) experimental; urgency=high
 

Modified: desktop/unstable/pyorbit/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pyorbit/debian/control?rev=9907&op=diff
==============================================================================
--- desktop/unstable/pyorbit/debian/control (original)
+++ desktop/unstable/pyorbit/debian/control Sat Apr 14 09:29:36 2007
@@ -3,15 +3,24 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), gnome-pkg-tools (>= 0.10), python-all-dev (>= 2.3.5-11), liborbit2-dev (>= 1:2.12), autotools-dev
+Build-Depends: debhelper (>= 5.0.37.2),
+               python-support (>= 0.3),
+               gnome-pkg-tools (>= 0.10),
+               python-all-dev (>= 2.3.5-11),
+               liborbit2-dev (>= 1:2.12),
+               autotools-dev
 Standards-Version: 3.7.2
 
 Package: python-pyorbit
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
-Conflicts: python2.3-pyorbit, python2.4-pyorbit
-Replaces: python2.3-pyorbit, python2.4-pyorbit
+Conflicts: python2.3-pyorbit,
+           python2.4-pyorbit
+Replaces: python2.3-pyorbit,
+          python2.4-pyorbit
 Description: A Python language binding for the ORBit2 CORBA implementation
  It aims to take advantage of new features found in ORBit2 to make
  language bindings more efficient.  This includes:
@@ -26,7 +35,8 @@
 
 Package: python-pyorbit-dev
 Architecture: all
-Depends: python-pyorbit (>= ${Source-Version}), liborbit2-dev (>= 1:2.8.0)
+Depends: python-pyorbit (>= ${Source-Version}),
+         liborbit2-dev (>= 1:2.8.0)
 Description: PyORBit: development files
  It aims to take advantage of new features found in ORBit2 to make
  language bindings more efficient.  This includes:
@@ -44,10 +54,19 @@
 
 Package: python-pyorbit-omg
 Architecture: all
-Depends: python-pyorbit (>= ${Source-Version}), ${python:Depends}
+Depends: python-pyorbit (>= ${Source-Version}),
+         ${python:Depends}
 Provides: ${python:Provides}
-Conflicts: python2.3-omniorb2-omg, python2.4-omniorb2-omg, python-omniorb2-omg, python2.3-pyorbit-omg, python2.4-pyorbit-omg
-Replaces: python2.3-omniorb2-omg, python2.4-omniorb2-omg, python-omniorb2-omg, python2.3-pyorbit-omg, python2.4-pyorbit-omg
+Conflicts: python2.3-omniorb2-omg,
+           python2.4-omniorb2-omg,
+           python-omniorb2-omg,
+           python2.3-pyorbit-omg,
+           python2.4-pyorbit-omg
+Replaces: python2.3-omniorb2-omg,
+          python2.4-omniorb2-omg,
+          python-omniorb2-omg,
+          python2.3-pyorbit-omg,
+          python2.4-pyorbit-omg
 Description: PyORBit - python CORBA OMG standard files
  This package includes the python files that are necessary to
  fulfill the OMG standard 02-09-07.

Modified: desktop/unstable/pyorbit/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pyorbit/debian/control.in?rev=9907&op=diff
==============================================================================
--- desktop/unstable/pyorbit/debian/control.in (original)
+++ desktop/unstable/pyorbit/debian/control.in Sat Apr 14 09:29:36 2007
@@ -3,15 +3,24 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), gnome-pkg-tools (>= 0.10), python-all-dev (>= 2.3.5-11), liborbit2-dev (>= 1:2.12), autotools-dev
+Build-Depends: debhelper (>= 5.0.37.2),
+               python-support (>= 0.3),
+               gnome-pkg-tools (>= 0.10),
+               python-all-dev (>= 2.3.5-11),
+               liborbit2-dev (>= 1:2.12),
+               autotools-dev
 Standards-Version: 3.7.2
 
 Package: python-pyorbit
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
-Conflicts: python2.3-pyorbit, python2.4-pyorbit
-Replaces: python2.3-pyorbit, python2.4-pyorbit
+Conflicts: python2.3-pyorbit,
+           python2.4-pyorbit
+Replaces: python2.3-pyorbit,
+          python2.4-pyorbit
 Description: A Python language binding for the ORBit2 CORBA implementation
  It aims to take advantage of new features found in ORBit2 to make
  language bindings more efficient.  This includes:
@@ -26,7 +35,8 @@
 
 Package: python-pyorbit-dev
 Architecture: all
-Depends: python-pyorbit (>= ${Source-Version}), liborbit2-dev (>= 1:2.8.0)
+Depends: python-pyorbit (>= ${Source-Version}),
+         liborbit2-dev (>= 1:2.8.0)
 Description: PyORBit: development files
  It aims to take advantage of new features found in ORBit2 to make
  language bindings more efficient.  This includes:
@@ -44,10 +54,19 @@
 
 Package: python-pyorbit-omg
 Architecture: all
-Depends: python-pyorbit (>= ${Source-Version}), ${python:Depends}
+Depends: python-pyorbit (>= ${Source-Version}),
+         ${python:Depends}
 Provides: ${python:Provides}
-Conflicts: python2.3-omniorb2-omg, python2.4-omniorb2-omg, python-omniorb2-omg, python2.3-pyorbit-omg, python2.4-pyorbit-omg
-Replaces: python2.3-omniorb2-omg, python2.4-omniorb2-omg, python-omniorb2-omg, python2.3-pyorbit-omg, python2.4-pyorbit-omg
+Conflicts: python2.3-omniorb2-omg,
+           python2.4-omniorb2-omg,
+           python-omniorb2-omg,
+           python2.3-pyorbit-omg,
+           python2.4-pyorbit-omg
+Replaces: python2.3-omniorb2-omg,
+          python2.4-omniorb2-omg,
+          python-omniorb2-omg,
+          python2.3-pyorbit-omg,
+          python2.4-pyorbit-omg
 Description: PyORBit - python CORBA OMG standard files
  This package includes the python files that are necessary to
  fulfill the OMG standard 02-09-07.




More information about the pkg-gnome-commits mailing list