[Pkg-corba-commits] r166 - in /trunk/python-omniorb/debian: changelog compat control python-omniorb-doc.doc-base python-omniorb-doc.docs python-omniorb-doc.examples python-omniorb.examples rules

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Mon May 12 22:27:17 UTC 2008


Author: flub-guest
Date: Mon May 12 22:27:16 2008
New Revision: 166

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=166
Log:
* Add python-omniorb-doc package.
* Use debhelper in compat mode 6.

Added:
    trunk/python-omniorb/debian/python-omniorb-doc.doc-base
    trunk/python-omniorb/debian/python-omniorb-doc.docs
    trunk/python-omniorb/debian/python-omniorb-doc.examples
      - copied unchanged from r160, trunk/python-omniorb/debian/python-omniorb.examples
Removed:
    trunk/python-omniorb/debian/python-omniorb.examples
Modified:
    trunk/python-omniorb/debian/changelog
    trunk/python-omniorb/debian/compat
    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=166&op=diff
==============================================================================
--- trunk/python-omniorb/debian/changelog (original)
+++ trunk/python-omniorb/debian/changelog Mon May 12 22:27:16 2008
@@ -4,8 +4,11 @@
     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
+  * Add python-omniorb-doc to include HTML, PDF and PS documentation,
+    move examples into this package.
+  * Bump debhelper compat level to 6, no changes.
+
+ -- Floris Bruynooghe <floris.bruynooghe at gmail.com>  Mon, 12 May 2008 21:06:44 +0100
 
 python-omniorb (3.2-1) unstable; urgency=low
 

Modified: trunk/python-omniorb/debian/compat
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/compat?rev=166&op=diff
==============================================================================
--- trunk/python-omniorb/debian/compat (original)
+++ trunk/python-omniorb/debian/compat Mon May 12 22:27:16 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/python-omniorb/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/control?rev=166&op=diff
==============================================================================
--- trunk/python-omniorb/debian/control (original)
+++ trunk/python-omniorb/debian/control Mon May 12 22:27:16 2008
@@ -3,7 +3,7 @@
 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), omniorb-idl (>= 4.1.2-2), omniidl (>= 4.1.2-2), autotools-dev, python-central (>= 0.6.0)
+Build-Depends: debhelper (>= 6.0.0), 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
@@ -29,6 +29,20 @@
  This is the Debian package of omniORBpy, the Python bindings to the
  omniORB libraries.
 
+Package: python-omniorb-doc
+Architecture: all
+Section: doc
+Description: omniORBpy documentation
+ omniORB4 is a freely available Common Object Request Broker
+ Architecture (CORBA) 2.6 compliant object request broker (ORB)
+ implementation. It is based on the IIOP communications
+ protocol and should be interoperable with any other
+ CORBA 2.6 compliant ORB.
+ .
+ This package contains the documentation of omniORBpy, the Python
+ bindings to omniORB.  The bindings themselves can be found in the
+ python-omniorb package.
+ 
 Package: python-omniorb-omg
 Architecture: all
 Depends: python-omniorb (>= ${binary:Version})

Added: trunk/python-omniorb/debian/python-omniorb-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/python-omniorb-doc.doc-base?rev=166&op=file
==============================================================================
--- trunk/python-omniorb/debian/python-omniorb-doc.doc-base (added)
+++ trunk/python-omniorb/debian/python-omniorb-doc.doc-base Mon May 12 22:27:16 2008
@@ -1,0 +1,20 @@
+Document: omniorbpy-user-guide
+Title: The omniORBpy version 3 User's Guide
+Author: Duncan Grisby
+Abstract: omniORBpy is an Object Request Broker (ORB) that implements
+ the CORBA 2.6 Python mapping.  It works in conjunction with omniORB
+ for C++, version 4.1.
+ .
+ This manual contains all you need to know about omniORB in order to
+ use omniORBpy.  Some sections are repeated from the omniORB manual.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-omniorb-doc/omniORBpy/index.html
+Files: /usr/share/doc/python-omniorb-doc/omniORBpy/*
+
+Format: PDF
+Files: /usr/share/doc/python-omniorb-doc/omniORBpy.pdf
+
+Format: PostScript
+Files: /usr/share/doc/python-omniorb-doc/omniORBpy.ps.gz

Added: trunk/python-omniorb/debian/python-omniorb-doc.docs
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/python-omniorb-doc.docs?rev=166&op=file
==============================================================================
--- trunk/python-omniorb/debian/python-omniorb-doc.docs (added)
+++ trunk/python-omniorb/debian/python-omniorb-doc.docs Mon May 12 22:27:16 2008
@@ -1,0 +1,3 @@
+doc/omniORBpy/
+doc/omniORBpy.pdf
+doc/omniORBpy.ps

Modified: trunk/python-omniorb/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/rules?rev=166&op=diff
==============================================================================
--- trunk/python-omniorb/debian/rules (original)
+++ trunk/python-omniorb/debian/rules Mon May 12 22:27:16 2008
@@ -77,10 +77,11 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
+	dh_installexamples -i
 	dh_installchangelogs update.log -i
 	dh_pycentral -i
 	dh_link -i
-	dh_compress -i
+	dh_compress -i -X.pdf
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i
@@ -92,7 +93,6 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installdocs -a
-	dh_installexamples -a
 	dh_installchangelogs update.log -a
 	dh_pycentral -a
 	dh_strip -a




More information about the Pkg-corba-commits mailing list