[Pkg-corba-commits] r217 - in /trunk/omniorb/debian/patches: buildsys configfile cos_stubs missing_cos_linking revert_abi_breakage string_exceptions

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Sun Aug 8 14:36:50 UTC 2010


Author: flub-guest
Date: Sun Aug  8 14:36:48 2010
New Revision: 217

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=217
Log:
Attempt to document all the patches in a DEP-3 compliant manner

Modified:
    trunk/omniorb/debian/patches/buildsys
    trunk/omniorb/debian/patches/configfile
    trunk/omniorb/debian/patches/cos_stubs
    trunk/omniorb/debian/patches/missing_cos_linking
    trunk/omniorb/debian/patches/revert_abi_breakage
    trunk/omniorb/debian/patches/string_exceptions

Modified: trunk/omniorb/debian/patches/buildsys
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/buildsys?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/buildsys (original)
+++ trunk/omniorb/debian/patches/buildsys Sun Aug  8 14:36:48 2010
@@ -1,3 +1,11 @@
+Description: Avoid forked code in the build system
+ This replaces omkdirhier and omkdepend which are source-level copies
+ of other projects.  They are only used during the build system and
+ can be easily replicated using standard OS and compiler programs.
+Forwarded: http://www.omniorb-support.com/pipermail/omniorb-list/2002-October/022062.html
+Author: Bastian Blank <waldi at debian.org>
+Last-Update: 2010-08-08
+
 --- a/mk/beforeauto.mk.in
 +++ b/mk/beforeauto.mk.in
 @@ -675,17 +675,16 @@

Modified: trunk/omniorb/debian/patches/configfile
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/configfile?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/configfile (original)
+++ trunk/omniorb/debian/patches/configfile Sun Aug  8 14:36:48 2010
@@ -1,3 +1,10 @@
+Description: Use empty corbaloc URI for DefaultInitRef
+ This works nicely together with how the omniNames nameserver is
+ shipped in Debian.
+Forwarded: not-needed
+Author: Bastian Blank <waldi at debian.org>
+Last-Update: 2010-08-08
+
 --- a/sample.cfg
 +++ b/sample.cfg
 @@ -367,7 +367,7 @@

Modified: trunk/omniorb/debian/patches/cos_stubs
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/cos_stubs?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/cos_stubs (original)
+++ trunk/omniorb/debian/patches/cos_stubs Sun Aug  8 14:36:48 2010
@@ -1,3 +1,11 @@
+Description: Enable all COS service stubs to be built
+ Upstream does not build all COS stubs by default, our users do want
+ to have all of them available hower.
+Bug-Debian: http://bugs.debian.org/107107
+Forwarded: not-needed
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2010-08-08
+
 --- a/src/services/mklib/libdefs.mk
 +++ b/src/services/mklib/libdefs.mk
 @@ -1,9 +1,9 @@

Modified: trunk/omniorb/debian/patches/missing_cos_linking
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/missing_cos_linking?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/missing_cos_linking (original)
+++ trunk/omniorb/debian/patches/missing_cos_linking Sun Aug  8 14:36:48 2010
@@ -1,3 +1,14 @@
+Description: Link COS libs so all their symbols are resolved
+ The libCOS and libCOSDynamic libraries did not link against some
+ other omniorb libraries but used symbols from them.  This makes sure
+ they are linked anyway so that an applicationi using them does not
+ have to be repsonsible for ensuring the libraries have all required
+ symbols available.
+Bug-Debian: http://bugs.debian.org/558942
+Forwarded: http://www.omniorb-support.com/pipermail/omniorb-dev/2010-August/000298.html
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2010-08-08
+
 --- a/src/services/mklib/dir.mk
 +++ b/src/services/mklib/dir.mk
 @@ -121,13 +121,17 @@

Modified: trunk/omniorb/debian/patches/revert_abi_breakage
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/revert_abi_breakage?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/revert_abi_breakage (original)
+++ trunk/omniorb/debian/patches/revert_abi_breakage Sun Aug  8 14:36:48 2010
@@ -1,3 +1,13 @@
+Description: Ensure the ABI stays compatible
+ Upstream accidentically introduced an ABI incompatible change in
+ 4.1.2.  This patch reverts this change.
+ .
+ Upstream rejected this since the damage had already been done and
+ they didn't want to break the ABI twice.
+Forwarded: http://www.omniorb-support.com/pipermail/omniorb-list/2008-April/029347.html
+Author: Thomas Girard <thomas.g.girard at free.fr>
+Last-Update: 2010-08-08
+
 --- a/include/omniORB4/sslContext.h
 +++ b/include/omniORB4/sslContext.h
 @@ -163,7 +163,6 @@

Modified: trunk/omniorb/debian/patches/string_exceptions
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/string_exceptions?rev=217&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/string_exceptions (original)
+++ trunk/omniorb/debian/patches/string_exceptions Sun Aug  8 14:36:48 2010
@@ -1,3 +1,11 @@
+Description: Remove string exceptions, they are unsupported in Python 2.6
+ Python 2.6 accidentically removed string exceptions, and these where
+ still used by the C++ backend of omniidl.
+Bug-Debian: http://bugs.debian.org/585260
+Forwarded: http://www.omniorb-support.com/pipermail/omniorb-dev/2010-July/000296.html
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2010-08-08
+
 --- a/src/lib/omniORB/omniidl_be/cxx/ast.py
 +++ b/src/lib/omniORB/omniidl_be/cxx/ast.py
 @@ -352,8 +352,8 @@




More information about the Pkg-corba-commits mailing list