[Pkg-ace-devel] r490 - in /trunk/debian: changelog rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Thu Mar 15 22:50:13 CET 2007


Author: tgg
Date: Thu Mar 15 21:50:13 2007
New Revision: 490

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=490
Log:
disable ipv6; it does not seem to work in TAO programs

Modified:
    trunk/debian/changelog
    trunk/debian/rules

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/changelog?rev=490&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Thu Mar 15 21:50:13 2007
@@ -2,9 +2,10 @@
 
   Thomas Girard:
     * New upstream release. Closes: #381647.
-    * Switch to the autotools method.  Since CIAO cannot yet be compiled this
-      way, CIAO packages are dropped for now. Likewise static libraries are
-      removed.
+    * Switch to the autotools method. Consequences:
+       o CIAO packages are dropped for now
+       o static libraries are removed as well
+       o IPv6 is disabled again
     * Drop obsolete patches and scripts.
     * We no longer ship TAO_ORB_Options.1 in libtao-orbsvcs.
     * debian/patches/01-change-tao-sonames.dpatch: enable TAO_VERSION_NAME
@@ -21,7 +22,7 @@
   Konstantinos Margaritis:
     * changed URL in copyright to new one.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 15 Mar 2007 19:25:04 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 15 Mar 2007 22:12:29 +0000
 
 ace (5.4.7-11) unstable; urgency=low
 

Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/rules?rev=490&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Thu Mar 15 21:50:13 2007
@@ -236,7 +236,7 @@
 
 configure-stamp: patch-stamp pl-stamp
 	mkdir -p objdir
-	cd objdir && ../ACE_wrappers/configure $(confflags) --prefix=/usr --disable-tao-examples --disable-tao-tests --disable-ace-examples --disable-ace-tests --enable-fl-reactor --enable-qt-reactor --enable-tk-reactor  --enable-xt-reactor --enable-symbol-visibility --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) --enable-ipv6 --enable-ipv4-ipv6 --enable-inline --enable-probe
+	cd objdir && ../ACE_wrappers/configure $(confflags) --prefix=/usr --disable-tao-examples --disable-tao-tests --disable-ace-examples --disable-ace-tests --enable-fl-reactor --enable-qt-reactor --enable-tk-reactor  --enable-xt-reactor --enable-symbol-visibility --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) --disable-ipv6 --enable-inline --enable-probe
 	echo '#define ACE_GPERF "gperf-ace"' >> objdir/ace/config.h
 	echo '#define TAO_IDL_INCLUDE_DIR "/usr/include/tao"' >> objdir/ace/config.h
 	touch $@




More information about the Pkg-ace-devel mailing list