r14420 - in /packages/unstable/libgda3/debian: changelog rules

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Sat Feb 2 17:53:37 UTC 2008


Author: grm-guest
Date: Sat Feb  2 17:53:37 2008
New Revision: 14420

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14420
Log:
Explictly disable plugins which aren't packaged

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

Modified: packages/unstable/libgda3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/changelog?rev=14420&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/changelog (original)
+++ packages/unstable/libgda3/debian/changelog Sat Feb  2 17:53:37 2008
@@ -1,12 +1,13 @@
 libgda3 (3.0.1-2) UNRELEASED; urgency=low
 
-  * debian/rules: Add uitls.mk cdbs rules to make list-missing target work
+  * debian/rules: 
+    - Add uitls.mk cdbs rules to make list-missing target work
+    - Explictly disable plugins which aren't packaged
   * Fix FTBFS if building twice in a row (closes: #442634)
     - debian/control.in: Build-depend on flex
-    - debian/rules: Remove files generated by flex and bison on clean
-
-
- -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sun, 20 Jan 2008 17:13:25 -0200
+    - debian/rules: Remove files generated by flex and bison on clean 
+
+ -- Gustavo R. Montesino <grmontesino at ig.com.br>  Mon, 28 Jan 2008 18:31:21 -0200
 
 libgda3 (3.0.1-1) unstable; urgency=low
 

Modified: packages/unstable/libgda3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/rules?rev=14420&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/rules (original)
+++ packages/unstable/libgda3/debian/rules Sat Feb  2 17:53:37 2008
@@ -17,7 +17,7 @@
 
 SONAME := 3
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --with-postgres=$(shell pg_config --includedir)
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --with-postgres=$(shell pg_config --includedir) --without-bdb --without-mSQL --without-ibmdb2 --without-sybase --without-oracle --without-firebird --without-xbase --without-mdb --without-ldap
 DEB_DH_STRIP_ARGS += --dbg-package=libgda3-$(SONAME)
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-3.0/providers
 




More information about the pkg-gnome-commits mailing list