diff -Nru glom-1.22.4/debian/changelog glom-1.22.4/debian/changelog --- glom-1.22.4/debian/changelog 2013-12-16 06:34:05.000000000 +0000 +++ glom-1.22.4/debian/changelog 2014-01-08 09:23:40.000000000 +0000 @@ -1,3 +1,22 @@ +glom (1.22.4-0ubuntu5) trusty; urgency=medium + + * Revert previous change. libtool is necessary after all, and libtool has + been fixed to actually provide libtool again. + + -- Martin Pitt Wed, 08 Jan 2014 10:23:17 +0100 + +glom (1.22.4-0ubuntu4) trusty; urgency=medium + + * Drop libtool build dependency and unnecessary DEB_AUTO_UPDATE_LIBTOOL. + + -- Martin Pitt Wed, 08 Jan 2014 09:57:11 +0100 + +glom (1.22.4-0ubuntu3) trusty; urgency=medium + + * Move to postgresql-9.3. (LP: #1260718) + + -- Martin Pitt Wed, 08 Jan 2014 08:42:12 +0100 + glom (1.22.4-0ubuntu2) trusty; urgency=medium * Add missing libgettextpo-dev build dep to fix FTBFS. diff -Nru glom-1.22.4/debian/control glom-1.22.4/debian/control --- glom-1.22.4/debian/control 2013-12-16 06:33:52.000000000 +0000 +++ glom-1.22.4/debian/control 2014-01-08 09:23:15.000000000 +0000 @@ -24,7 +24,7 @@ libxml-parser-perl, libxslt1-dev (>= 1.1.10), libevince-dev, - postgresql-9.1, + postgresql-9.3, python-all-dev (>= 2.6.6-3~), python-gobject-dev, python-sphinx, @@ -85,7 +85,7 @@ Depends: iso-codes, libgda-5.0-postgres, libglom-1.22-0 (= ${binary:Version}), - postgresql-9.1, + postgresql-9.3, gir1.2-gda-5.0, ${misc:Depends}, ${python:Depends}, @@ -121,7 +121,7 @@ Architecture: any Depends: libglom-1.22-0 (= ${binary:Version}), libgda-5.0-postgres, - postgresql-9.1, + postgresql-9.3, gir1.2-gda-5.0, ${misc:Depends}, ${python:Depends}, diff -Nru glom-1.22.4/debian/rules glom-1.22.4/debian/rules --- glom-1.22.4/debian/rules 2013-04-21 05:04:38.000000000 +0000 +++ glom-1.22.4/debian/rules 2014-01-08 09:23:15.000000000 +0000 @@ -14,7 +14,7 @@ DEB_INSTALL_MANPAGES_glom := debian/glom.1 DEB_SHLIBDEPS_INCLUDE := debian/libglom-1.22-0/usr/lib -DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mime-database --with-postgres-utils=/usr/lib/postgresql/9.1/bin \ +DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mime-database --with-postgres-utils=/usr/lib/postgresql/9.3/bin \ PYTHON_CPPFLAGS="$(PYTHON_CPPFLAGS_PKGCONFIG)" \ PYTHON_LIBS="-L/usr/lib/$(DEB_HOST_MULTIARCH) $(PYTHON_LIB_PKGCONFIG)"