libgda2 (1.2.4-1) unstable; urgency=low [ Loic Minier ] * Fix description of -dbg package. * Use DISABLE_UPDATE_UPLOADERS; build-dep on gnome-pkg-tools >= 0.11. * Cleanups. [ Sebastian Dröge ] * New upstream version (Closes: #410973): + debian/patches/001_freetds_063.patch: - Dropped, merged upstream. -- Sebastian Dröge Fri, 05 Oct 2007 14:05:30 +0200 libgda2 (1.2.3-5) unstable; urgency=low [ Gustavo R. Montesino ] * control.in: Fix depends to allow binNMU's. * libgda2-doc.install: Install the html API docs in libgda2-doc/html. - Change doc-base and links files to reflect this. * rules: Really exclude providers from shlibs. [ Loic Minier ] * Upload. -- Loic Minier Wed, 31 Jan 2007 11:05:13 +0100 libgda2 (1.2.3-4) unstable; urgency=low * Fix typo in package description; thanks A. Costa; closes: #405645. * Add a get-orig-source target to retrieve the upstream tarball. -- Loic Minier Sun, 14 Jan 2007 00:06:52 +0100 libgda2 (1.2.3-3) unstable; urgency=low * debian/patches/003_freetds_database_segfault.patch: Fix FreeTDS provider segfault when DSN contains DATABASE, thanks to Gert-jan Los (closes: #382178) * debian/patches/004_const_void_fix.patch: Remove ignored const from gpointer return, fix gcc 4 warning. (Closes: #387591) -- Gustavo R. Montesino Sat, 21 Oct 2006 07:25:48 -0300 libgda2 (1.2.3-2) unstable; urgency=low * Add missing "shell" function name in ${pg_config --includedir} expansion. [debian/rules] -- Loic Minier Sun, 4 Jun 2006 17:15:20 +0200 libgda2 (1.2.3-1) unstable; urgency=low * Acknowledge NMU (Closes: #355551). * New upstream release. * debian/patches: - 001_freetds_063.patch: Adapted, most of it was merged in upstream codebase. - 003_format_string.patch: Removed - Merged upstream. * debian/copyright: Changed the FSF address. * debian/control.in: - Changed the dependency of libgda2-common on libgda2- to recommends (Closes: #354996). - Added a new libgda2-bin package. - Change libgda2-common arch from any to all - Update to the lastest debian policy - no changes required. - Add ${misc:Depends} to all Depends: lines - Remove libgda2-dev dependency against pkg-config - Remove useless versioning from suggested packages - Make the package binNMU-safe + build-depend on dpkg-dev (>= 1.13.19) + Use ${source:Version} instead of ${Source-Version} * debian/rules: - Don't call ldconfig on maintainer scripts of plugin packages - Put the binaries and its man pages into libgda2-bin * debian/rules, *.{install,manpages,links}: - use install and install-like files to let rules cleaner * debian/changelog * -- Gustavo R. Montesino Sat, 27 May 2006 15:06:31 -0300 libgda2 (1.2.2-1.1) unstable; urgency=low * Non-maintainer upload. * Change mysql build depedency to libmysqlclient15-dev. (Closes: #355551) -- Kurt Roeckx Sun, 2 Apr 2006 15:19:35 +0200 libgda2 (1.2.2-1) unstable; urgency=high [ Gustavo R. Montesino ] * New upstream release. * Migrate to new postgresql packages (Closes: #317104): - Build-depends against libpq-dev instead of postgresql-dev. - Set the postgres include dir through pg_config. * Update mysql build-dep to libmysqlclient14. * patches: - 001_freetds063.patch: Fix compilation with freetds 0.63 (Closes: #322855, #319332, #332256). - 002_sqlite.patch: Fix compilation with sqlite 3. - 003_format_string.patch: Fix potentially exploitable format string attack in logging code [CAN-2005-2958] [ Josselin Mouette ] * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. -- Gustavo R. Montesino Wed, 12 Oct 2005 16:05:33 -0300 libgda2 (1.2.1-2) unstable; urgency=low * debian/control.in: - libgda2-common conflicts/replaces with libgda-common (<< 0.2.96-6.2) (Closes: #304024). -- Gustavo R. Montesino Sun, 10 Apr 2005 09:57:19 -0300 libgda2 (1.2.1-1) unstable; urgency=low * Gustavo R. Montesino: - New upstream release (Closes: #279587). + Compiles cleanly with gcc-3.4 (Closes: #280265). + Update soname. - debian/control.in + Set myself as maintainer. + Update libsqlite build-dep to libsqlite3-dev. + Update libmysqlclient build-dep to libmysqlclient12-dev. - debian/patches + 000_libgda2-omf.patch: Removed. + 002_revert_tds_process_result_tokens_arguments_change.patch: Removed. + 003_gcc-2.4_fix.patch: Removed. - debian/rules + Removed the needless -V argument to dh_makeshlibs. + Install files here instead of using *.install and similar files. - Moved the xml provider from libgda-common to libgda2-. - Don't remove /etc/libgda on libgda2-common purge. - Updated debian/watch. * Jordi Mallach: - debian/control.in: rename libgda2-dbg to libgda2-3-dbg. - debian/rules: generate -dbg package using dh_strip's feature. -- Jordi Mallach Fri, 8 Apr 2005 18:49:02 +0200 libgda2 (1.1.99-1) experimental; urgency=low * New upstream development release. * [debian/control.in] Switched from readline4 to readline5. * [debian/patches/003_gcc-3.4_fix.patch] Trimmed down. * [debian/copyright] Corrected authors list and encoding. (Closes: #253525) -- J.H.M. Dassen (Ray) Mon, 11 Oct 2004 11:03:13 +0200 libgda2 (1.1.6-1) experimental; urgency=low * New upstream development release. * [debian/rules] Ensure at build time that all symbols are resolvable; make the linker work a bit harder to make loading faster. -- J.H.M. Dassen (Ray) Sat, 14 Aug 2004 11:30:17 +0200 libgda2 (1.1.5-2) experimental; urgency=low * GNOME Team upload. * Added a conflict between libgda2-doc and libgda-doc (closes: #261626) -- Gustavo R. Montesino Tue, 27 Jul 2004 17:01:16 -0300 libgda2 (1.1.5-1) experimental; urgency=low * GNOME Team upload. * New upstream release. * debian/control.in: added myself as uploader. * debian/patches/000_libgda2-omf.patch: Changed to really allow yelp to show the docs. * debian/patches/003_add_mkinstalldirs.patch: Removed - fixed upstream. * debian/patches/003_gcc-3.4_fix.patch: Added to build with gcc 3.4, thanks to Andreas Jochens (closes: #260426). * debian/rules: Correctly install .devhelp and .png doc files. -- Gustavo R. Montesino Sat, 24 Jul 2004 19:02:21 -0300 libgda2 (1.1.4-1) experimental; urgency=low * Gnome Team upload. * New upstream release. + Upstream removed undefined functions from the headers. (closes: #222083) * Switched package to cdbs. * [debian/patches/001_include_for_gda_type_to_string.patch] Removed. Added upstream. * [debian/patches/003_add_mkinstalldirs.patch] New. Add mkinstalldirs script; it's missing in upstream tarball. -- Gustavo R. Montesino Sat, 10 Jul 2004 15:10:21 -0300 libgda2 (1.0.4-1) unstable; urgency=medium * Gnome Team upload. * New upstream release. * [002_revert_tds_process_result_tokens_arguments_change.patch] New. Revert the freetds provider sources to the 1.0.3 ones as the 1.0.4 ones do not build with sid's freetds-dev 0.61-5. -- J.H.M. Dassen (Ray) Tue, 8 Jun 2004 22:27:51 +0200 libgda2 (1.0.3-3) unstable; urgency=medium * Gnome Team Upload * [debian/control.in] Tightened libglib2.0-dev build dependency to >= the version used for GNOME 2.6. * [debian/rules] Configure --disable-gtk-doc as documentation generation currently fails (report filed upstream). -- J.H.M. Dassen (Ray) Mon, 7 Jun 2004 21:32:29 +0200 libgda2 (1.0.3-2) unstable; urgency=low * debian/scripts/vars: fixed to build new one. (closes: Bug#233494) * Ack to NMU. (closes: Bug#226560) -- Akira TAGOH Thu, 19 Feb 2004 00:23:45 +0900 libgda2 (1.0.3-1) unstable; urgency=low * New upstream release. * Gnome Team Upload. -- Sebastien Bacher Mon, 16 Feb 2004 23:28:02 +0100 libgda2 (1.0.2-2) unstable; urgency=high * Gnome Team Upload * [debian/patches/001_include_for_gda_type_to_string.patch] New. Include the header declaring gda_type_to_string to prevent crashes on 64-bit architectures. (Closes: #226560) -- J.H.M. Dassen (Ray) Sat, 10 Jan 2004 22:58:53 +0100 libgda2 (1.0.2-1) unstable; urgency=low * New upstream release (Closes: #224141). * Gnome Team Upload. -- Sebastien Bacher Fri, 26 Dec 2003 22:06:27 +0100 libgda2 (1.0.1-1) unstable; urgency=low * New upstream release. (closes: Bug#215439) * debian/control: - added Uploaders to maintain as team. - added gnome-pkg-tools to Build-Depends. * debian/rules: - modified to generate debian/control from gnome-pkg-tools. * debian/libgda2-common.postrm: - ensure to remove /etc/libgda on purge. (closes: Bug#217340) * debian/patches/000_libgda2-0.91.0-freetds-includepath.patch: - removed unnecessary patch. -- Akira TAGOH Mon, 27 Oct 2003 15:37:52 +0900 libgda2 (0.91.0-1) unstable; urgency=low * New upstream release. * debian/control: - bumped Standards-Version to 3.6.1.0. * debian/patches/000_libgda2-0.91.0-freetds-includepath.patch: - applied to fix the build of freetds backend. -- Akira TAGOH Mon, 8 Sep 2003 12:05:54 +0900 libgda2 (0.90.0-1) unstable; urgency=low * New upstream release. * debian/control: update Build-Depends. * debian/rules: use dh_scrollkeeper. * debian/libgda2-doc.post{inst,rm}: removed. * debian/patches/000_libgda2-omf.patch: updated. -- Akira TAGOH Sun, 6 Jul 2003 12:29:28 +0900 libgda2 (0.12.1-1) unstable; urgency=low * New upstream release. * debian/control: - use libgdbm-dev instead of libgdbmg1-dev for Build-Depends. -- Akira TAGOH Wed, 11 Jun 2003 00:50:54 +0900 libgda2 (0.12.0-1) unstable; urgency=low * New upstream release. * debian/control: - bumped Standards-Version to 3.5.10.0. - changed the sections for gda2-* to gnome, and for libgda2-dev and libgda2-dbg to libdevel. - real name is GNOME Data Access. * debian/compat: - use it instead of DH_COMPAT. * debian/patches/000_libgda2-0.11.0-postgres-passwd.patch: - removed. * debian/gda-test.1: - added. -- Akira TAGOH Sun, 1 Jun 2003 18:06:09 +0900 libgda2 (0.11.0-2) unstable; urgency=low * debian/patches/000_libgda2-0.11.0-postgres-passwd.patch: applied to fix the fails-password-authentication. (closes: Bug#185181) -- Akira TAGOH Tue, 18 Mar 2003 07:27:56 +0900 libgda2 (0.11.0-1) unstable; urgency=low * New upstream release. * debian/rules: - bumped DH_COMPAT to 4. * debian/control: - updated Build-Depends. - added the versioned dependency of libgda2-common. * debian/patches/001_libgda2-0.10.0-proper_C_comments.patch: - removed. it was merged by the upstream. -- Akira TAGOH Tue, 11 Mar 2003 05:32:23 +0900 libgda2 (0.10.0-1) unstable; urgency=low * New upstream release. (closes: Bug#178825) * debian/control: - add gda2-freetds package. - use unixodbc-dev instead of libiodbc2-dev. -- Akira TAGOH Sun, 2 Feb 2003 15:06:09 +0900 libgda2 (0.9.0-2) unstable; urgency=low * Build against the latest postgresql. * debian/control: updated Build-Depends. -- Akira TAGOH Sun, 5 Jan 2003 16:24:39 +0900 libgda2 (0.9.0-1) unstable; urgency=low * New upstream release. * ack to NMU. (closes: Bug#167474, Bug#169203) * debian/control: bumped Standards-Version to 3.5.8. * debian/copyright: fix copyright-lists-upstream-authors-with-dh_make-boilerplate issue. * debian/patches: - 001_proper_C_comments.patch: removed because it can't be applied. - 001_libgda2-0.9.0-proper_C_comments.patch: applied to fix C++ comments. -- Akira TAGOH Mon, 16 Dec 2002 00:20:00 +0900 libgda2 (0.8.199-2.1) unstable; urgency=low * NMU * debian/patches/001_proper_C_comments.patch: Added. (Closes: #167474) -- J.H.M. Dassen (Ray) Fri, 15 Nov 2002 11:53:48 +0100 libgda2 (0.8.199-2) unstable; urgency=low * debian/libgda2-common.files: fix duplicate manpage. (closes: Bug#166730, Bug#166688) -- Akira TAGOH Mon, 28 Oct 2002 21:31:55 +0900 libgda2 (0.8.199-1) unstable; urgency=low * New upstream release. * debian/patches/000_libgda2-omf.patch: updated. -- Akira TAGOH Sun, 27 Oct 2002 10:30:43 +0900 libgda2 (0.8.193-2) unstable; urgency=low * debian/control: according to GNOME bugzilla #94024, add gda2-sqlite package. * debian/rules: supports noopt option for DEB_BUILD_OPTIONS. -- Akira TAGOH Wed, 16 Oct 2002 02:07:04 +0900 libgda2 (0.8.193-1) unstable; urgency=low * New upstream release. * debian/control: - bumped Standards-Version to 3.5.7. - updated Build-Depends. * debian/patches/000_libgda2-omf.patch: applied to fix a document path and omf filename. -- Akira TAGOH Sat, 14 Sep 2002 03:15:17 +0900 libgda2 (0.8.192-2) unstable; urgency=low * debian/control: removed libc6-dev from Build-Depends. -- Akira TAGOH Thu, 22 Aug 2002 04:30:16 +0900 libgda2 (0.8.192-1) unstable; urgency=low * New upstream release. * debian/control: update Build-Depends -- Akira TAGOH Tue, 9 Jul 2002 23:09:51 +0900 libgda2 (0.8.191-1) unstable; urgency=low * New upstream release. -- Akira TAGOH Sun, 26 May 2002 19:10:13 +0900 libgda2 (0.8.190-2) unstable; urgency=low * debian/rules: Fix relink issue. (closes: Bug#146194) -- Akira TAGOH Wed, 8 May 2002 10:10:24 +0900 libgda2 (0.8.190-1) unstable; urgency=low * New upstream release. - No longer needs CORBA stuff. * debian/control: remove liborbit2-dev, libbonobo-activation-dev, libbonobo2-dev, libgconf2-dev, libgnome-vfs2-dev from Build-Depends. * debian/patches/000_libgda2-0.8.105-fixschema.patch: removed. this patch is no longer needed. -- Akira TAGOH Sun, 5 May 2002 03:52:57 +0900 libgda2 (0.8.105-4) unstable; urgency=low * debian/control: add libxslt1-dev to Depends for -dev. -- Akira TAGOH Mon, 22 Apr 2002 15:13:11 +0900 libgda2 (0.8.105-3) unstable; urgency=low * debian/control: fix the missing dependency for -dev. -- Akira TAGOH Mon, 15 Apr 2002 02:04:26 +0900 libgda2 (0.8.105-2) unstable; urgency=low * debian/control: - add versioned dependency for libxml2-dev. - this library is for GNOME2, but doesn't require GNOME2. -- Akira TAGOH Sun, 14 Apr 2002 22:26:49 +0900 libgda2 (0.8.105-1) unstable; urgency=low * Initial Release. * debian/patches/000_libgda2-0.8.105-fixschema.patch: fix an invalid schema. -- Akira TAGOH Tue, 9 Apr 2002 00:57:38 +0900