r25699 - in /packages/unstable/libgda4/debian: changelog control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Nov 28 17:18:21 UTC 2010


Author: pochu
Date: Sun Nov 28 17:18:19 2010
New Revision: 25699

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25699
Log:
revert changes to the unstable branch

Modified:
    packages/unstable/libgda4/debian/changelog
    packages/unstable/libgda4/debian/control.in
    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=25699&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda4/debian/changelog [utf-8] Sun Nov 28 17:18:19 2010
@@ -1,14 +1,3 @@
-libgda4 (4.2.2-1) UNRELEASED; urgency=low
-
-  [ Piotr Pokora ]
-  * New upstream release
-  * Disabled SQLCipher provider
-  * Removed unrecognized configure options
-  * Build postgresql provider using boolean configure option
-  * Standards-Version bump (3.9.1)  
-
- -- Piotr Pokora <piotrek.pokora at gmail.com>  Sun, 28 Nov 2010 13:17:01 +0100
-
 libgda4 (4.0.12-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/libgda4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/control.in?rev=25699&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/control.in [utf-8] (original)
+++ packages/unstable/libgda4/debian/control.in [utf-8] Sun Nov 28 17:18:19 2010
@@ -30,7 +30,7 @@
                gir1.0-glib-2.0
 Build-Depends-Indep: gtk-doc-tools,
                      sgmltools-lite
-Standards-Version: 3.9.1
+Standards-Version: 3.8.4
 Homepage: http://www.gnome-db.org/
 
 Package: libgda-4.0- at SONAME@

Modified: packages/unstable/libgda4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/rules?rev=25699&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/rules [utf-8] (original)
+++ packages/unstable/libgda4/debian/rules [utf-8] Sun Nov 28 17:18:19 2010
@@ -17,14 +17,19 @@
 
 DEB_MAKE_CHECK_TARGET = check || true
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=yes	\
+DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=$(shell pg_config --includedir)	\
 				--without-bdb		\
+				--without-mSQL		\
+				--without-ibmdb2	\
+				--without-sybase	\
+				--without-tds		\
 				--without-oracle	\
 				--without-firebird	\
+				--without-xbase		\
 				--without-mdb		\
+				--without-ldap		\
 				--without-java		\
-				--enable-system-sqlite  \
-				--disable-crypto
+				--enable-system-sqlite
 
 # Only build the docs if this file is present (e.g. when building arch.all packages)
 $(DEB_BUILDDIR)/config.status: DEB_CONFIGURE_EXTRA_FLAGS += $(shell if test -f /usr/share/pkgconfig/gtk-doc.pc; then echo "--enable-gtk-doc"; fi)




More information about the pkg-gnome-commits mailing list