r28961 - in /packages/unstable/libgda4/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 20 16:49:37 UTC 2011


Author: biebl
Date: Wed Jul 20 16:49:36 2011
New Revision: 28961

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28961
Log:
* debian/rules:
  - Be more specific which features we enable to get reliable builds in a
    tainted build environment. Explictly disable ldap, gnome-keyring and
    GTK+ extension and tools support.

Modified:
    packages/unstable/libgda4/debian/changelog
    packages/unstable/libgda4/debian/rules

Modified: packages/unstable/libgda4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/changelog?rev=28961&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda4/debian/changelog [utf-8] Wed Jul 20 16:49:36 2011
@@ -11,6 +11,10 @@
   * Move Gda-4.0.gir from gir1.2-gda-4.0 into libgda-4.0-dev and add the
     necessary Breaks/Replaces.
   * Install libgda-web provider and with its corresponding .pc file.
+  * debian/rules:
+    - Be more specific which features we enable to get reliable builds in a
+      tainted build environment. Explictly disable ldap, gnome-keyring and
+      GTK+ extension and tools support.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 11 Jul 2011 18:57:00 +0200
 

Modified: packages/unstable/libgda4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/rules?rev=28961&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/rules [utf-8] (original)
+++ packages/unstable/libgda4/debian/rules [utf-8] Wed Jul 20 16:49:36 2011
@@ -17,13 +17,19 @@
 
 DEB_MAKE_CHECK_TARGET = check || true
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=yes	\
+DEB_CONFIGURE_EXTRA_FLAGS +=	--with-postgres		\
+				--with-mysql		\
+				--with-libsoup		\
 				--without-bdb		\
 				--without-oracle	\
+				--without-ldap		\
 				--without-firebird	\
 				--without-mdb		\
 				--without-java		\
-				--enable-system-sqlite  \
+				--without-gnome-keyring	\
+				--without-ui		\
+				--enable-system-sqlite	\
+				--enable-introspection	\
 				--disable-crypto
 
 # Only build the docs if this file is present (e.g. when building arch.all packages)




More information about the pkg-gnome-commits mailing list