[Pkg-corba-commits] r232 - in /trunk/omniorb/debian: changelog patches/useless_linking

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Tue Mar 15 23:42:20 UTC 2011


Author: flub-guest
Date: Tue Mar 15 23:42:20 2011
New Revision: 232

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=232
Log:
No longer try to fix the useless linking

Explain why this is harmless in the (now broken) patch and leave the
patch around so that this is documented.

Modified:
    trunk/omniorb/debian/changelog
    trunk/omniorb/debian/patches/useless_linking

Modified: trunk/omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/changelog?rev=232&op=diff
==============================================================================
--- trunk/omniorb/debian/changelog (original)
+++ trunk/omniorb/debian/changelog Tue Mar 15 23:42:20 2011
@@ -7,8 +7,6 @@
   * Drop transitional packages, there has been a release now.
   * Add $remote_fs to Required-{Start|Stop} in nameserver initscript.
   * debian/omniorb-doc.doc-base: add PDF documentation.
-  * Fix useless linking of shared libs with the utils reported
-    by dpkg-shlibs (thanks Matej Kenda).
   * Use bzip2 instead of gzip for .orig tarball.
 
  -- Floris Bruynooghe <floris.bruynooghe at gmail.com>  Wed, 16 Feb 2011 22:47:36 +0000

Modified: trunk/omniorb/debian/patches/useless_linking
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/useless_linking?rev=232&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/useless_linking (original)
+++ trunk/omniorb/debian/patches/useless_linking Tue Mar 15 23:42:20 2011
@@ -1,8 +1,16 @@
 Description: Avoid useles linking of shared libraries for the tools
  This patch avoids the useless linking of shared libraries reported by
  dpkg-shlibs.
+ .
+ This patch is no longer applies and updating it is not the most
+ trivial.  The only useless linking is the binaries which link against
+ both libpthread as well as libomnithread, whereas they only use
+ libomnithread.  This is pretty harmless however since the libpthread
+ dependency gets pulled in via libomnithread anyway so no extra
+ dependencies are created.
 Forwarded: http://www.omniorb-support.com/pipermail/omniorb-list/2010-November/030834.html
 Author: Matej Kenda <matejken at gmail.com>
+Last-Update: 2011-03-15
 
 --- a/src/appl/utils/catior/dir.mk
 +++ b/src/appl/utils/catior/dir.mk




More information about the Pkg-corba-commits mailing list