[Pkg-ace-commits] [pkg-ace] r522 - trunk/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Wed Aug 8 21:13:35 UTC 2007


Author: tgg
Date: 2007-08-08 21:13:35 +0000 (Wed, 08 Aug 2007)
New Revision: 522

Modified:
   trunk/debian/control
   trunk/debian/rules
Log:
add and use zlib1g-dev and libzzip-dev build-dependencies


Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-08-08 20:13:21 UTC (rev 521)
+++ trunk/debian/control	2007-08-08 21:13:35 UTC (rev 522)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian ACE+TAO maintainers <pkg-ace-devel at lists.alioth.debian.org>
 Uploaders: Konstantinos Margaritis <markos at debian.org>, Brian Nelson <pyro at debian.org>, Thomas Girard <thomas.g.girard at free.fr>
-Build-Depends: debhelper (>= 5), libssl-dev (>= 0.9.7d), dpatch (>= 2.0.10), libxt-dev (>= 4.3.0), libfltk1.1-dev (>= 1.1.4), libqt4-dev, tk8.4-dev (>= 8.4.7), docbook-to-man, bzip2, autoconf, automake, libtool, autotools-dev
+Build-Depends: debhelper (>= 5), libssl-dev (>= 0.9.7d), dpatch (>= 2.0.10), libxt-dev (>= 4.3.0), libfltk1.1-dev (>= 1.1.4), libqt4-dev, tk8.4-dev (>= 8.4.7), zlib1g-dev, libzzip-dev, docbook-to-man, bzip2, autoconf, automake, libtool, autotools-dev
 Build-Depends-Indep: doxygen, graphviz
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.7.2

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-08-08 20:13:21 UTC (rev 521)
+++ trunk/debian/rules	2007-08-08 21:13:35 UTC (rev 522)
@@ -236,7 +236,16 @@
 
 configure-stamp: patch-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) --disable-ipv6 --enable-inline --enable-probe --disable-symbol-visibility --enable-ace-reactor-notification-queue
+	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-xt-reactor \
+           --enable-tk-reactor --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) \
+           --with-zlib --with-zzip \
+           --disable-ipv6 \
+           --enable-inline --enable-probe \
+           --disable-symbol-visibility \
+           --enable-ace-reactor-notification-queue
 	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-commits mailing list