[pkg-ggz-commits] r390 - trunk/ggz-base-libs/debian

josef-guest at alioth.debian.org josef-guest at alioth.debian.org
Sun Nov 16 17:54:04 UTC 2008


Author: josef-guest
Date: 2008-11-16 17:54:04 +0000 (Sun, 16 Nov 2008)
New Revision: 390

Modified:
   trunk/ggz-base-libs/debian/control
   trunk/ggz-base-libs/debian/rules
Log:
- enforce asynchrony and hidden symbols by default



Modified: trunk/ggz-base-libs/debian/control
===================================================================
--- trunk/ggz-base-libs/debian/control	2008-10-26 07:47:41 UTC (rev 389)
+++ trunk/ggz-base-libs/debian/control	2008-11-16 17:54:04 UTC (rev 390)
@@ -4,7 +4,7 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.7.3
-Build-Depends: cdbs, debhelper (>= 5), libggz-dev (>= 0.0.14), libexpat1-dev (>= 1.95.6)
+Build-Depends: cdbs, debhelper (>= 5), libggz-dev (>= 0.0.14), libexpat1-dev (>= 1.95.6), libasyncns-dev (>= 0.3)
 Vcs-Svn: svn://svn.debian.org/pkg-ggz/trunk/ggz-base-libs/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ggz/trunk/ggz-base-libs/
 Homepage: http://www.ggzgamingzone.org/

Modified: trunk/ggz-base-libs/debian/rules
===================================================================
--- trunk/ggz-base-libs/debian/rules	2008-10-26 07:47:41 UTC (rev 389)
+++ trunk/ggz-base-libs/debian/rules	2008-11-16 17:54:04 UTC (rev 390)
@@ -4,6 +4,6 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-tls --with-gcrypt --disable-debug
+DEB_CONFIGURE_EXTRA_FLAGS = --with-tls --with-gcrypt --disable-debug --enable-visibility --enable-anl
 DEB_DH_MAKESHLIBS_ARGS_ALL = -V
 DEB_SHLIBDEPS_INCLUDE = $(DEB_DESTDIR)/usr/lib




More information about the pkg-ggz-commits mailing list