r25631 - in /packages/unstable/libgda4/debian: changelog rules
piotrpokora-guest at users.alioth.debian.org
piotrpokora-guest at users.alioth.debian.org
Sun Nov 21 16:27:25 UTC 2010
Author: piotrpokora-guest
Date: Sun Nov 21 16:27:24 2010
New Revision: 25631
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25631
Log:
New upstream release. Enchanced configure options. Package version bump (4.2.1-1).
(Not to be packaged yet, due to 4.2.1 build issues).
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=25631&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda4/debian/changelog [utf-8] Sun Nov 21 16:27:24 2010
@@ -1,3 +1,13 @@
+libgda4 (4.2.1-1) UNRELEASED; urgency=low
+
+ [ Piotr Pokora ]
+ * New upstream release
+ * Disabled SQLCipher provider
+ * Removed unrecognized configure options
+ * Build postgresql provider using boolean configure option
+
+ -- Piotr Pokora <piotrek.pokora at gmail.com> Wed, 10 Nov 2010 14:04:18 +0100
+
libgda4 (4.0.12-1) unstable; urgency=low
* New upstream release.
Modified: packages/unstable/libgda4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/rules?rev=25631&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/rules [utf-8] (original)
+++ packages/unstable/libgda4/debian/rules [utf-8] Sun Nov 21 16:27:24 2010
@@ -17,19 +17,14 @@
DEB_MAKE_CHECK_TARGET = check || true
-DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=$(shell pg_config --includedir) \
+DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=yes \
--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
+ --enable-system-sqlite \
+ --disable-crypto
# 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