libgda3 3.0.0-1 source package in Ubuntu

Changelog

libgda3 (3.0.0-1) unstable; urgency=low

  [ Gustavo R. Montesino ]
  * New major upstream release.
    - debian/libgda3-3.install: Some libraries were removed/merged.
    - libgda3-dev.install, $(plugin).install: Install the new pkgconfig
      files to test the installed plugions in the plugin packages.
  * debian/rules: Build with unresolved symbol checking (-z defs).
  * debian/patches/01_missing_man.patch: Fix missing manpages in upstream's
    tarball.
  * debian/patches/02_missing_include.patch: Fix potential segfault on 64 bit
    architetures due to missing include; thanks Dann Frazier. (closes: #420677)

  [ Loic Minier ]
  * Wrap build-deps and deps.
  * DISABLE_UPDATE_UPLOADERS and build-depend on gnome-pkg-tools >= 0.11.
  * Drop useless @VERSION@ substitution.
  * Cleanups.
  * Don't export LDFLAGS.
  * Fix watch file to track all stable versions and use HTTP.
  * Use the gnome.org full URL in copyright.
  * Bump up Debhelper compatibility level to 5.

libgda3 (2.99.5-1) unstable; urgency=low

  [ Gustavo R. Montesino ]
  * New major upstream beta version.
  * Use a libgda3-3.install file instead of installing the files in the rules.
  * Merge changes from libgda2/1.2.3-5 from unstable:
    - rules: Really exclude providers from dh_makeshlibs.
    - control.in: Fix depends to allow binNMU's.
    - libgda3-doc.{install,links}, libgda3-doc.doc-base.libgda3-reference:
      Install the html API documentation in /usr/share/gtk-doc/html, with
      symlink in /usr/share/doc/libgda3-doc/.
  * debian/rules: Don't override CDBS-defined LDFLAGS.
  * debian/watch: update

  [ Loic Minier ]
  * Start merging libgda2/1.2.3-4 from unstable up to r8241.
  * Add a get-orig-source target to retrieve the upstream tarball.
  * Include the new check-dist Makefile to prevent accidental uploads to
    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
  * Finish merging libgda2/1.2.3-4 from unstable up to r8421.
  * Upload to unstable; drop check-dist include.

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.

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)

libgda2 (1.2.3-2) unstable; urgency=low

  * Add missing "shell" function name in ${pg_config --includedir} expansion.
    [debian/rules]

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-<soname> 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
  * 

libgda2 (1.2.2-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Change mysql build depedency to libmysqlclient15-dev.
     (Closes: #355551)

libgda2 (1.2.2-1) unstable; urgency=high

  [ Gustavo R. Montesino <email address hidden> ]
  * 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 <email address hidden> ]
  * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.

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).

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-<soname>.
    - 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.

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)

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.

libgda2 (1.1.5-2) experimental; urgency=low

  * GNOME Team upload.
  * Added a conflict between libgda2-doc and libgda-doc (closes: #261626)

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 <email address hidden> (closes: #260426).
  * debian/rules: Correctly install .devhelp and .png doc files.

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.

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.

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).

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)

libgda2 (1.0.3-1) unstable; urgency=low

  * New upstream release.
  * Gnome Team Upload.
  

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)

libgda2 (1.0.2-1) unstable; urgency=low

  * New upstream release (Closes: #224141).
  * Gnome Team Upload.  

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.

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.

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.

libgda2 (0.12.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - use libgdbm-dev instead of libgdbmg1-dev for Build-Depends.

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.

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)

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.

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.

libgda2 (0.9.0-2) unstable; urgency=low

  * Build against the latest postgresql.
  * debian/control:
    updated Build-Depends.

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.

libgda2 (0.8.199-2.1) unstable; urgency=low

  * NMU
  * debian/patches/001_proper_C_comments.patch: Added. (Closes: #167474)

libgda2 (0.8.199-2) unstable; urgency=low

  * debian/libgda2-common.files: fix duplicate manpage. (closes: Bug#166730,
    Bug#166688)

libgda2 (0.8.199-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/000_libgda2-omf.patch: updated.

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.

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.

libgda2 (0.8.192-2) unstable; urgency=low

  * debian/control: removed libc6-dev from Build-Depends.

libgda2 (0.8.192-1) unstable; urgency=low

  * New upstream release.
  * debian/control: update Build-Depends

libgda2 (0.8.191-1) unstable; urgency=low

  * New upstream release.

libgda2 (0.8.190-2) unstable; urgency=low

  * debian/rules: Fix relink issue. (closes: Bug#146194)

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.

libgda2 (0.8.105-4) unstable; urgency=low

  * debian/control: add libxslt1-dev to Depends for -dev.

libgda2 (0.8.105-3) unstable; urgency=low

  * debian/control: fix the missing dependency for -dev.

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.

libgda2 (0.8.105-1) unstable; urgency=low

  * Initial Release.
  * debian/patches/000_libgda2-0.8.105-fixschema.patch:
    fix an invalid schema.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  02 May 2007 14:05:41 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Gutsy
Original maintainer:
Gustavo R. Montesino
Architectures:
any
Section:
libs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgda3_3.0.0.orig.tar.gz 4.0 MiB b0059f1c1a1b7663fb28d1e7d5a322a1d892b64f72e56cc2240ac9de35355e6d
libgda3_3.0.0-1.diff.gz 9.6 KiB f9b17269bb4ece43d4582d86f8e7bf792e3db123ef94ed45801479d2c4cad6ee
libgda3_3.0.0-1.dsc 1.2 KiB b012df3786e6272a9538bf59baa19a1c1622deea8422eda41932073818976e17

View changes file

Binary packages built by this source

libgda3-3: No summary available for libgda3-3 in ubuntu gutsy.

No description available for libgda3-3 in ubuntu gutsy.

libgda3-3-dbg: No summary available for libgda3-3-dbg in ubuntu gutsy.

No description available for libgda3-3-dbg in ubuntu gutsy.

libgda3-bin: No summary available for libgda3-bin in ubuntu gutsy.

No description available for libgda3-bin in ubuntu gutsy.

libgda3-common: No summary available for libgda3-common in ubuntu gutsy.

No description available for libgda3-common in ubuntu gutsy.

libgda3-dev: No summary available for libgda3-dev in ubuntu gutsy.

No description available for libgda3-dev in ubuntu gutsy.

libgda3-doc: No summary available for libgda3-doc in ubuntu gutsy.

No description available for libgda3-doc in ubuntu gutsy.

libgda3-freetds: No summary available for libgda3-freetds in ubuntu gutsy.

No description available for libgda3-freetds in ubuntu gutsy.

libgda3-mysql: No summary available for libgda3-mysql in ubuntu gutsy.

No description available for libgda3-mysql in ubuntu gutsy.

libgda3-odbc: No summary available for libgda3-odbc in ubuntu gutsy.

No description available for libgda3-odbc in ubuntu gutsy.

libgda3-postgres: No summary available for libgda3-postgres in ubuntu gutsy.

No description available for libgda3-postgres in ubuntu gutsy.

libgda3-sqlite: No summary available for libgda3-sqlite in ubuntu gutsy.

No description available for libgda3-sqlite in ubuntu gutsy.