[Pkg-corba-commits] r165 - in /trunk/python-omniorb/debian: changelog control omniidl-python.install omniidl4-python.install rules

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Sun May 11 18:23:31 UTC 2008


Author: flub-guest
Date: Sun May 11 18:23:31 2008
New Revision: 165

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=165
Log:
* Rename omniidl4-python to omniidl-python.
* Depend on python-central >= 0.6.0 and remove bug workaround.
* Change dependencies to match with omniorb4 4.1.2-2 binary packages.

Added:
    trunk/python-omniorb/debian/omniidl-python.install
      - copied unchanged from r160, trunk/python-omniorb/debian/omniidl4-python.install
Removed:
    trunk/python-omniorb/debian/omniidl4-python.install
Modified:
    trunk/python-omniorb/debian/changelog
    trunk/python-omniorb/debian/control
    trunk/python-omniorb/debian/rules

Modified: trunk/python-omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/changelog?rev=165&op=diff
==============================================================================
--- trunk/python-omniorb/debian/changelog (original)
+++ trunk/python-omniorb/debian/changelog Sun May 11 18:23:31 2008
@@ -1,3 +1,12 @@
+python-omniorb (3.2-2) unstable; urgency=low
+
+  * Rename omniidl4-python to omniidl-python in line with the omniorb4
+    binary packages, provide transitional package.
+  * Depend on python-central >= 0.6.0 and remove #452227 workaround.
+  * Depend on omniorb-idl and omniidl >= 4.1.2-2.
+
+ -- Floris Bruynooghe <floris.bruynooghe at gmail.com>  Sun, 11 May 2008 17:57:43 +0100
+
 python-omniorb (3.2-1) unstable; urgency=low
 
   [ Floris Bruynooghe ]

Modified: trunk/python-omniorb/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/control?rev=165&op=diff
==============================================================================
--- trunk/python-omniorb/debian/control (original)
+++ trunk/python-omniorb/debian/control Sun May 11 18:23:31 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian CORBA Team <pkg-corba-devel at lists.alioth.debian.org>
 Uploaders: Floris Bruynooghe <floris.bruynooghe at gmail.com>, Thomas Girard <thomas.g.girard at free.fr>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), libomniorb4-dev (>= 4.1.1-2), omniorb4-idl (>= 4.1.1), omniidl4 (>= 4.1.1), autotools-dev, python-central (>= 0.5.6)
-Build-Conflicts: omniidl4-python
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), libomniorb4-dev (>= 4.1.1-2), omniorb-idl (>= 4.1.2-2), omniidl (>= 4.1.2-2), autotools-dev, python-central (>= 0.6.0)
+Build-Conflicts: omniidl4-python, omniidl-python
 XS-Python-Version: all
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-corba/trunk/python-omniorb
@@ -45,11 +45,12 @@
  This package includes the Python files that are necessary to
  fulfil the OMG standard 02-09-07.
 
-Package: omniidl4-python
+Package: omniidl-python
 Architecture: all
 Depends: omniidl4, ${python:Depends}
+Conflicts: omniidl4-python (<< 3.2-2)
+Replaces: omniidl4-python (<< 3.2-2)
 Recommends: libomniorb4-dev
-Conflicts: omniidl-python
 XB-Python-Version: ${python:Versions}
 Description: omniidl backend to compile Python stubs from IDL files
  omniORB4 is a freely available Common Object Request Broker
@@ -76,3 +77,11 @@
  This package depends on python-omniorb-omg to handle omniORBpy transition.
  .
  It can be safely removed after installation.
+
+Package: omniidl4-python
+Architecture: all
+Depends: omniidl-python (>= 3.2-2)
+Description: Transitional package for omniidl-python
+ This package depends on omniidl-python to handle the transition
+ .
+ It can be safely removed after installation.

Modified: trunk/python-omniorb/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/rules?rev=165&op=diff
==============================================================================
--- trunk/python-omniorb/debian/rules (original)
+++ trunk/python-omniorb/debian/rules Sun May 11 18:23:31 2008
@@ -79,8 +79,6 @@
 	dh_installdocs -i
 	dh_installchangelogs update.log -i
 	dh_pycentral -i
-	# remove empty /usr/lib directories left by python-central (#452227)
-	-rmdir debian/python-omniorb-omg/usr/lib debian/omniidl4-python/usr/lib
 	dh_link -i
 	dh_compress -i
 	dh_fixperms -i




More information about the Pkg-corba-commits mailing list