[Pkg-ace-devel] r453 - /trunk/debian/patches/

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Sat Feb 3 15:00:11 CET 2007


Author: tgg-guest
Date: Sat Feb  3 15:00:11 2007
New Revision: 453

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=453
Log:
Drop old patches. 01-change_tao_sonames.diff passes `-release' to TAO libtool.

Added:
    trunk/debian/patches/01-change_tao_sonames.diff
Removed:
    trunk/debian/patches/16-g++4-visibility-tweaks.dpatch
    trunk/debian/patches/22-PortableGroup-compilation-fix.dpatch
    trunk/debian/patches/23-PortableGroup-exceptions-propagation.dpatch
    trunk/debian/patches/24-collocated-oneway+SYNC_WITH_SERVER-fix.dpatch
    trunk/debian/patches/25-TypeCode-equivalent-fix.dpatch
    trunk/debian/patches/26-union-_default-fix.dpatch
    trunk/debian/patches/27-bug2225-fix.dpatch
    trunk/debian/patches/28-bug2222-fix.dpatch
    trunk/debian/patches/29-bug2262-fix.dpatch
    trunk/debian/patches/30-Env_Value-template-specialization-fix.dpatch
    trunk/debian/patches/31-gcc-4.1-fix.dpatch
    trunk/debian/patches/32-bug1770-fix.dpatch
    trunk/debian/patches/33-bug1805-fix.dpatch
    trunk/debian/patches/83-skip-orbsvcs-examples-and-tests.dpatch

Added: trunk/debian/patches/01-change_tao_sonames.diff
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/patches/01-change_tao_sonames.diff?rev=453&op=file
==============================================================================
--- trunk/debian/patches/01-change_tao_sonames.diff (added)
+++ trunk/debian/patches/01-change_tao_sonames.diff Sat Feb  3 15:00:11 2007
@@ -1,0 +1,26 @@
+--- TAO/configure.ac-	2007-02-03 14:03:18.000000000 +0000
++++ TAO/configure.ac	2007-02-03 14:04:27.000000000 +0000
+@@ -149,10 +149,12 @@
+ TAO_MAJOR=$2
+ TAO_MINOR=$3
+ TAO_BETA=$4
++TAO_VERSION_NAME=TAO_VERSION
+ 
+ AC_SUBST([TAO_MAJOR])
+ AC_SUBST([TAO_MINOR])
+ AC_SUBST([TAO_BETA])
++AC_SUBST([TAO_VERSION_NAME])
+ 
+ dnl We should have --with/--enable flags for these options.
+ dnl Until we do, set them to reasonable defaults.
+--- TAO/MPC/config/taodefaults.mpb-	2007-02-03 13:57:02.000000000 +0000
++++ TAO/MPC/config/taodefaults.mpb	2007-02-03 14:05:19.000000000 +0000
+@@ -7,7 +7,7 @@
+   libpaths    += $(ACE_ROOT)/lib
+ 
+   specific(automake) {
+-    am_version = @TAO_MAJOR@:@TAO_MINOR@:@TAO_BETA@
++    am_release = @TAO_VERSION_NAME@
+     includes += $(TAO_BUILDDIR)
+     libpaths -= $(ACE_ROOT)/lib
+   }




More information about the Pkg-ace-devel mailing list