[Pkg-ace-commits] [pkg-ace] r555 - in trunk/debian: . patches
tgg at alioth.debian.org
tgg at alioth.debian.org
Fri Feb 29 22:41:03 UTC 2008
Author: tgg
Date: 2008-02-29 22:41:03 +0000 (Fri, 29 Feb 2008)
New Revision: 555
Modified:
trunk/debian/changelog
trunk/debian/patches/34-bts386713.dpatch
Log:
start working on ACE 5.6.3
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-22 19:56:40 UTC (rev 554)
+++ trunk/debian/changelog 2008-02-29 22:41:03 UTC (rev 555)
@@ -1,7 +1,11 @@
-ace (5.6.2-2) unstable; urgency=low
+ace (5.6.3-1) experimental; urgency=low
- * Upload to unstable.
+ * New upstream release:
+ o fix wrong library path in TAO_PI.pc. Closes: #449498.
* Build doxygen again.
+ * XXX Fix gperf-ace copyright file. Spotted by lintian.
+ * XXX Provide ACE netsvcs library. Closes: #466137.
+ * Add a watch file.
-- Thomas Girard <thomas.g.girard at free.fr> Sat, 16 Feb 2008 21:38:25 +0100
Modified: trunk/debian/patches/34-bts386713.dpatch
===================================================================
--- trunk/debian/patches/34-bts386713.dpatch 2008-02-22 19:56:40 UTC (rev 554)
+++ trunk/debian/patches/34-bts386713.dpatch 2008-02-29 22:41:03 UTC (rev 555)
@@ -12,7 +12,7 @@
static const char pg_poa_factory_name[] = "TAO_GOA";
static const char pg_poa_factory_directive[] = ACE_DYNAMIC_SERVICE_DIRECTIVE(
- "TAO_GOA", "TAO_PortableGroup", "_make_TAO_PG_Object_Adapter_Factory", "");
-+ "TAO_GOA", "libTAO_PortableGroup-1.6.2.so", "_make_TAO_PG_Object_Adapter_Factory", "");
++ "TAO_GOA", "libTAO_PortableGroup-1.6.3.so", "_make_TAO_PG_Object_Adapter_Factory", "");
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -23,7 +23,7 @@
this->configuration ()->process_directive (
ACE_DYNAMIC_SERVICE_DIRECTIVE("PolicyFactory_Loader",
- "TAO_PI",
-+ "libTAO_PI-1.6.2.so",
++ "libTAO_PI-1.6.3.so",
"_make_TAO_PolicyFactory_Loader",
""));
loader =
@@ -32,7 +32,7 @@
config->process_directive (
ACE_DYNAMIC_SERVICE_DIRECTIVE ("ORBInitializer_Registry",
- "TAO_PI",
-+ "libTAO_PI-1.6.2.so",
++ "libTAO_PI-1.6.3.so",
"_make_ORBInitializer_Registry",
""));
this->orbinitializer_registry_ =
@@ -41,7 +41,7 @@
this->configuration ()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("TypeCodeFactory",
- "TAO_TypeCodeFactory",
-+ "libTAO_TypeCodeFactory-1.6.2.so",
++ "libTAO_TypeCodeFactory-1.6.3.so",
"_make_TAO_TypeCodeFactory_Loader",
""));
loader =
@@ -50,7 +50,7 @@
this->configuration()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("CodecFactory",
- "TAO_CodecFactory",
-+ "libTAO_CodecFactory-1.6.2.so",
++ "libTAO_CodecFactory-1.6.3.so",
"_make_TAO_CodecFactory_Loader",
""));
loader =
@@ -59,7 +59,7 @@
this->configuration()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("Compression",
- "TAO_Compression",
-+ "libTAO_Compression-1.6.2.so",
++ "libTAO_Compression-1.6.3.so",
"_make_TAO_Compression_Loader",
""));
loader =
@@ -68,7 +68,7 @@
this->configuration()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("TAO_POA_Current_Factory",
- "TAO_PortableServer",
-+ "libTAO_PortableServer-1.6.2.so",
++ "libTAO_PortableServer-1.6.3.so",
"_make_TAO_POA_Current_Factory",
""));
loader =
@@ -77,7 +77,7 @@
this->configuration ()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("PICurrent_Loader",
- "TAO_PI",
-+ "libTAO_PI-1.6.2.so",
++ "libTAO_PI-1.6.3.so",
"_make_TAO_PICurrent_Loader",
""));
loader =
@@ -86,7 +86,7 @@
this->configuration ()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("DynamicAny_Loader",
- "TAO_DynamicAny",
-+ "libTAO_DynamicAny-1.6.2.so",
++ "libTAO_DynamicAny-1.6.3.so",
"_make_TAO_DynamicAny_Loader",
""));
loader =
@@ -95,7 +95,7 @@
this->configuration()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("IORManip_Loader",
- "TAO_IORManip",
-+ "libTAO_IORManip-1.6.2.so",
++ "libTAO_IORManip-1.6.3.so",
"_make_TAO_IORManip_Loader",
""));
loader =
@@ -104,7 +104,7 @@
this->configuration ()->process_directive
(ACE_DYNAMIC_SERVICE_DIRECTIVE("TAO_IORTable",
- "TAO_IORTable",
-+ "libTAO_IORTable-1.6.2.so",
++ "libTAO_IORTable-1.6.3.so",
"_make_TAO_Table_Adapter_Factory",
""));
factory =
@@ -115,7 +115,7 @@
ACE_Service_Config::process_directive (
ACE_DYNAMIC_SERVICE_DIRECTIVE("ORBInitializer_Registry",
- "TAO_PI",
-+ "libTAO_PI-1.6.2.so",
++ "libTAO_PI-1.6.3.so",
"_make_ORBInitializer_Registry",
""));
orbinitializer_registry_ =
@@ -126,7 +126,7 @@
ACE_Service_Config::process_directive (
ACE_DYNAMIC_SERVICE_DIRECTIVE("CodecFactory",
- "TAO_CodecFactory",
-+ "libTAO_CodecFactory-1.6.2.so",
++ "libTAO_CodecFactory-1.6.3.so",
"_make_TAO_CodecFactory_Loader",
""));
loader =
@@ -137,7 +137,7 @@
ACE_Service_Config::process_directive (
ACE_DYNAMIC_SERVICE_DIRECTIVE(
- "ImR_Client_Adapter", "TAO_ImR_Client",
-+ "ImR_Client_Adapter", "libTAO_ImR_Client-1.6.2.so",
++ "ImR_Client_Adapter", "libTAO_ImR_Client-1.6.3.so",
"_make_ImR_Client_Adapter_Impl", ""));
adapter =
@@ -148,7 +148,7 @@
ACE_DYNAMIC_SERVICE_DIRECTIVE (
"TAO_Codeset",
- "TAO_Codeset",
-+ "libTAO_Codeset-1.6.2.so",
++ "libTAO_Codeset-1.6.3.so",
"_make_TAO_Codeset_Manager_Factory",
""));
@@ -159,7 +159,7 @@
ACE_DYNAMIC_SERVICE_DIRECTIVE(
"TAO_RT_Object_Adapter_Factory",
- "TAO_RTPortableServer",
-+ "libTAO_RTPortableServer-1.6.2.so",
++ "libTAO_RTPortableServer-1.6.3.so",
"_make_TAO_RT_Object_Adapter_Factory",
"");
More information about the Pkg-ace-commits
mailing list