libgdata (0.14.0-1ubuntu1) saucy; urgency=low

  * Sync with Debian. Remaining change:
    - debian/rules, debian/libgdata13.symbols.armhf:
      + turn off goa support on armhf to not bring webkitgtk on touch

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 30 Aug 2013 10:14:44 -0400

libgdata (0.14.0-1) unstable; urgency=low

  [ Jeremy Bicha ]
  * Update homepage

  [ Michael Biebl ]
  * New upstream release.
  * Use dh-autoreconf --as-needed and drop 99_ltmain_as-needed.patch.
  * Bump Standards-Version to 3.9.4. No further changes.

 -- Michael Biebl <biebl@debian.org>  Fri, 30 Aug 2013 13:26:23 +0200

libgdata (0.13.3-2) unstable; urgency=low

  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 26 May 2013 00:38:43 +0200

libgdata (0.13.3-1) experimental; urgency=low

  [ Martin Pitt ]
  * debian/tests/compile:
    - Add -Wall -Werror for being more thorough.
    - Don't call deprecated g_type_init() when building with glib >= 2.35.

  [ Andreas Henriksson ]
  * New upstream release.
  * Enable vala api generation:
    - add valac build dependency to get vapigen
  * debian/patches/01_pc_depends.patch: dropped - applied upstream.
  * Update debian/libgdata13.symbols for newly added symbols.
  * Install vala vapi and deps files in libgdata-dev package.
  * Use "list-missing" in debian/rules
  * Bump libgoa-1.0-dev build-dependency to (>= 3.7.91)
    - needed for vapigen to succed

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 15 Mar 2013 17:16:30 +0100

libgdata (0.13.2-2) experimental; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/control:
    - add dh-autoreconf to Build-Depends.
    - add XS-Testsuite: autopkgtest
  * debian/rules: make sure we run autoreconf before building, so that
    01_pc_depends.patch gets properly applied.
  * debian/tests/control, debian/tests/compile: add a simple compile and run
    test to make sure we can successfully build against libgdata.

  [ Andreas Henriksson ]
  * Build-depend on gnome-common (>= 3.6.0)
    - autoreconf needs gnome-code-coverage.m4 to properly generate Makefiles.
  * Make libgdata-dev depend on packages needed by its pkg-config file:
    + libgcr-3-dev
    + libgoa-1.0-dev (>= 3.2)
    + liboauth-dev (>= 0.9.4)
    + libsoup-gnome2.4-dev (>= 2.37.91)


 -- Andreas Henriksson <andreas@fatal.se>  Sun, 16 Dec 2012 20:28:56 +0100

libgdata (0.13.2-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * debian/control: Update dependencies
  * debian/libgdata13.symbols:
    - Added new symbols
  * debian/patches/01_pc_depends.patch:
    - Remove unnecessary dependencies in pkg-config file (LP: #1060489)

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 12 Dec 2012 01:42:57 +0100

libgdata (0.12.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh debian/patches/99_ltmain_as-needed.patch.
  * Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop and
    bump Build-Depends on libgirepository1.0-dev to (>= 0.10.7-1~) instead.
  * debian/watch: Track stable releases.

 -- Michael Biebl <biebl@debian.org>  Mon, 02 Apr 2012 17:56:28 +0200

libgdata (0.11.1-1) experimental; urgency=low

  * New upstream development release.
  * Bump (Build-)Depends on libsoup(-gnome)2.4-dev to (>= 2.37.91).
  * Rewrite and simplify debian/copyright using the machine-readable copyright
    format 1.0.
  * Bump Standards-Version to 3.9.3.

 -- Michael Biebl <biebl@debian.org>  Thu, 15 Mar 2012 00:16:33 +0100

libgdata (0.11.0-1) experimental; urgency=low

  * New upstream release.
  * debian/libgdata13.symbols: Add new symbols.
  * debian/control.in:
    - Bump (Build-)Depends on libglib2.0-dev to (>= 2.30.0).
    - Add Build-Depends on libgnome-keyring-dev.
    - Drop Build-Depends on gir1.2-soup-2.4, pulled by libsoup2.4-dev.

 -- Michael Biebl <biebl@debian.org>  Sat, 10 Mar 2012 12:49:40 +0100

libgdata (0.10.2-1) unstable; urgency=high

  * New upstream release.
    - Correctly validate SSL certificates for all connections to prevent MitM
      attacks which use spoofed SSL certificates. Closes: #664032
      CVE-2012-1177
  * Urgency high for the security fix.

 -- Michael Biebl <biebl@debian.org>  Thu, 15 Mar 2012 00:51:18 +0100

libgdata (0.10.1-3) unstable; urgency=low

  [ Josselin Mouette ]
  * Fix short description for the gir package. Closes: #652463.
  * Also move to section introspection.

 -- Michael Biebl <biebl@debian.org>  Sat, 10 Mar 2012 12:14:15 +0100

libgdata (0.10.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Fri, 16 Dec 2011 19:19:43 +0100

libgdata (0.10.1-1) experimental; urgency=low

  [ Martin Pitt ]
  * 99_ltmain_as-needed.patch: Unfuzz, and convert to -p1.
  * Drop simple-patchsys.mk, move to "3.0 (quilt)" source format.
  * Add debian/libgdata11.symbols. Drop manual shlibs handling in
    debian/rules.
  * debian/rules: Run tests during build, but to not let failed tests fail the
    build for now. Let's first see how well this works on the buildds.
    (Closes: #546798)

  [ Jeremy Bicha ]
  * New upstream version
  * Bump debhelper compatibility to 8 and strip debian/tmp/ from install
    files
  * Bump soname and update symbols
  * debian/control.in:
    - Add liboauth as build-dep.
    - Bump Standards-Version to 3.9.2
  * debian/watch: Look for xz tarballs.

  [ Michael Biebl ]
  * debian/control.in:
    - Update Vcs-* fields to non-redirected URLs.
    - Bump Standards-Version to 3.9.2. No further changes.
    - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

  [ Sjoerd Simons ]
  * Upload to experimental

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 05 Nov 2011 10:37:30 +0000

libgdata (0.8.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Fri, 19 Aug 2011 21:28:12 +0200

libgdata (0.8.1-1) experimental; urgency=low

  [ Josselin Mouette ]
  * Add missing conflict with gir1.0-gdata-0.0.
  * Make the -dev package depend on the gir package.

  [ Sebastien Bacher ]
  * New upstream version

 -- Sebastien Bacher <seb128@debian.org>  Wed, 18 May 2011 17:30:18 +0200

libgdata (0.8.0-1) experimental; urgency=low

  * New upstream release.
  * Bump soname.
  * Update build-dependencies.
  * Re-introduce introspection package.
  * Fix the shlibs generation code.
  * Fix swapped maintainer/uploaders.

 -- Josselin Mouette <joss@debian.org>  Thu, 17 Mar 2011 00:45:38 +0100

libgdata (0.6.4-3) unstable; urgency=low

  * Remove gir1.0-gdata-0.0 to ease the gir1.2 transition.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 16 Feb 2011 20:38:36 +0000

libgdata (0.6.4-2) unstable; urgency=low

  * Upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 03 May 2010 13:44:58 +0200

libgdata (0.6.4-1) experimental; urgency=low

  * New upstream release:
    + debian/rules:
      - Update shlibs because of new API.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 31 Mar 2010 13:21:12 +0200

libgdata (0.6.3-2) experimental; urgency=low

  * debian/rules:
    + Call dh_girepository with the correct package name.
  * debian/control.in:
    + Add build dependencies for the libsoup/libxml GObject-Introspection packages.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Mar 2010 17:55:09 +0200

libgdata (0.6.3-1) experimental; urgency=low

  * New upstream release:
    + debian/control.in,
      debian/libgdata[67].install,
      debian/rules:
      - Update for new soname and API additions.
    + debian/control.in,
      debian/git1.0-gdata-0.0.install,
      debian/rules,
      debian/libgdata-dev.install:
      - Add GObject-Introspection package.
    + debian/control.in:
      - Update build dependencies.
    + debian/copyright:
      - Update copyright information.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Mar 2010 14:10:22 +0200

libgdata (0.5.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 22 Nov 2009 20:58:13 +0100

libgdata (0.5.0-1) unstable; urgency=low

  * New upstream release:
    + debian/rules,
      debian/control.in,
      debian/libgdata[56].install:
      - Update for the new soname.
    + debian/copyright:
      - Update copyright information.
  * debian/control.in:
    + Update Standards-Version to 3.8.3.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 21 Sep 2009 15:57:16 +0200

libgdata (0.4.0-1) unstable; urgency=low

  * New upstream release:
    + debian/rules,
      debian/control.in,
      debian/libgdata[45].install:
      - Update for the new soname.
    + debian/copyright:
      - Update copyright information.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 21 Jul 2009 07:49:53 +0200

libgdata (0.3.0-2) unstable; urgency=low

  * debian/copyright:
    + Fix copyright.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 05 Jul 2009 23:29:42 +0200

libgdata (0.3.0-1) unstable; urgency=low

  * Initial version (Closes: #531547).

 -- Sebastian Dröge <slomo@debian.org>  Sun, 05 Jul 2009 17:07:05 +0200

