=== modified file 'debian/changelog' --- debian/changelog 2010-12-11 15:12:39 +0000 +++ debian/changelog 2010-12-15 15:14:35 +0000 @@ -1,3 +1,14 @@ +libgda4 (4.2.2-1ubuntu1) natty; urgency=low + + * debian/rules: Disable introspection as libgda fails + to build against recent versions of gobject- + introspection. See GNOME bug 629779 (LP: #690688) + * debian/control: Temporarily drop introspection related + build dependancies and don't build gir1.0-gda-4.0; it + doesn't have any reverse depends. + + -- Andrew Starr-Bochicchio Wed, 15 Dec 2010 10:11:00 -0500 + libgda4 (4.2.2-1) experimental; urgency=low [ Piotr Pokora ] === modified file 'debian/control' --- debian/control 2010-12-11 15:12:39 +0000 +++ debian/control 2010-12-15 15:17:28 +0000 @@ -23,11 +23,7 @@ libpopt-dev, libsoup2.4-dev, zlib1g-dev, - scrollkeeper, - gobject-introspection (>= 0.6.5), - libgirepository1.0-dev (>= 0.6.5), - gir1.0-freedesktop, - gir1.0-glib-2.0 + scrollkeeper Build-Depends-Indep: gtk-doc-tools, sgmltools-lite Standards-Version: 3.9.1 @@ -168,19 +164,3 @@ . This package contains the provider needed to access PostgreSQL databases through libgda. - -Package: gir1.0-gda-4.0 -Section: libs -Architecture: any -Depends: libgda-4.0-4 (= ${binary:Version}), - ${shlibs:Depends}, - ${misc:Depends}, - ${gir:Depends} -Description: data abstraction library based on GLib -- GObject Introspection - libgda is a (relatively small) database abstraction/access library - integrated on the GLib object model. It can be used as a metadata - extractor, to get information about all database objects in a common - way, and as an ODBC-like wrapper to access data in different engines - through an easier API. - . - This package contains introspection data for libgda. === modified file 'debian/control.in' --- debian/control.in 2010-12-11 15:12:39 +0000 +++ debian/control.in 2010-12-15 15:19:00 +0000 @@ -1,7 +1,8 @@ Source: libgda4 Section: libs Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@, Piotr Pokora Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libgda4/ Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/libgda4/ @@ -168,19 +169,3 @@ . This package contains the provider needed to access PostgreSQL databases through libgda. - -Package: gir1.0-gda-4.0 -Section: libs -Architecture: any -Depends: libgda-4.0-@SONAME@ (= ${binary:Version}), - ${shlibs:Depends}, - ${misc:Depends}, - ${gir:Depends} -Description: data abstraction library based on GLib -- GObject Introspection - libgda is a (relatively small) database abstraction/access library - integrated on the GLib object model. It can be used as a metadata - extractor, to get information about all database objects in a common - way, and as an ODBC-like wrapper to access data in different engines - through an easier API. - . - This package contains introspection data for libgda. === removed file 'debian/gir1.0-gda-4.0.install' --- debian/gir1.0-gda-4.0.install 2010-07-16 23:37:27 +0000 +++ debian/gir1.0-gda-4.0.install 1970-01-01 00:00:00 +0000 @@ -1,2 +0,0 @@ -usr/share/gir-1.0/Gda-4.0.gir -usr/lib/girepository-1.0/Gda-4.0.typelib === modified file 'debian/rules' --- debian/rules 2010-12-11 15:12:39 +0000 +++ debian/rules 2010-12-15 15:15:41 +0000 @@ -24,7 +24,8 @@ --without-mdb \ --without-java \ --enable-system-sqlite \ - --disable-crypto + --disable-crypto \ + --disable-introspection # 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) @@ -56,7 +57,4 @@ dh_link -p$$i usr/share/doc/libgda-4.0-$(SONAME) usr/share/doc/$$i; \ done -binary-predeb/gir1.0-gda-4.0:: - dh_girepository -p$(cdbs_curpkg) - .PHONY: clean common-binary-post-install-arch