libexif-gtk (0.5.0-2build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 15:48:13 +1100

libexif-gtk (0.5.0-2build2) noble; urgency=medium

  * No-change rebuild against libglib2.0-0t64

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 08 Mar 2024 05:20:45 +0000

libexif-gtk (0.5.0-2build1) jammy; urgency=medium

  * No-change rebuild against latest gdk-pixbuf

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Wed, 09 Mar 2022 18:52:19 -0500

libexif-gtk (0.5.0-2) unstable; urgency=medium

  * Release to unstable.

 -- Hugh McMaster <hugh.mcmaster@outlook.com>  Sun, 08 Nov 2020 22:43:51 +1100

libexif-gtk (0.5.0-1) experimental; urgency=medium

  [ Hugh McMaster ]
  * New upstream version:
    - Fix cross-compilation with pkg-config (Closes: #911108).
  * Add a GTK+ 3.0 build (Closes: #967573).
  * Remove deprecated debian/compat file.
  * debian/changelog: Trim trailing whitespace.
  * debian/copyright: Update for libexif-gtk 0.5.0.
  * debian/control:
    - Use debhelper-compat version 13.
    - Emmanuel Bouthenot and Frederic Peters have stepped down as Uploaders.
      Thank you for maintaining libexif-gtk.
    - Add Hugh McMaster as an Uploader.
    - Sort Build-Depends list.
    - Build-Depend on libgtk-3-dev.
    - Remove autopoint from the Build-Depends list, as it is pulled in
      automatically as a dependency of dh-autoreconf.
    - Raise Standards-Version from 4.1.3 to 4.5.0 (no changes needed).
    - Declare Rules-Requires-Root: no.
    - Add a new package: libexif-gtk3-5.
    - libexif-gtk-dev now depends on libexif-dev and libgtk-3-dev.
    - Trim trailing whitespace.
  * debian/patches:
    - Drop existing patches (all issues fixed in this version).
    - Add gettext-gtk-version.patch: Include the GTK version suffix in the
      package name passed to the GP_GETTEXT_HACK macro.
  * debian/rules:
    - Don't install the outdated upstream ChangeLog.
    - Simplify and clean up rules.
  * debian/source/options: Ignore changes to po files.
  * libexif-gtk3-5:
    - Install libexif-gtk3 shared objects.
  * libexif-gtk3-5.symbols: Add for GTK+ 3.0 build.
  * libexif-gtk-dev:
    - Install libexif-gtk3 pkg-config file.
    - Don't install libexif-gtk3.la.
    - Reorder .install file entries.
  * Rename libexif-gtk5-dev.docs to libexif-gtk-dev.docs.
  * Add debian/gbp.conf.
  * Add debian/not-installed file.
  * Add debian/upstream/metadata file.

  [ Andreas Metzler ]
  * Build against GTK+ 2.0 and 3.0 to allow rdep(s) to migrate.
  * libexif-gtk3-5: Install GTK+ 3.0 files only.
  * libexif-gtk-dev: Install all pkg-config files.

 -- Hugh McMaster <hugh.mcmaster@outlook.com>  Fri, 06 Nov 2020 22:11:44 +1100

libexif-gtk (0.4.0-2) unstable; urgency=medium

  * Team upload.
  * Release to Unstable.
  * Rebuild against a newer version of pango1.0 to fix a dependency on a
    transitional package (Closes: #865170).
  * debian/control:
    - Raise Standards-Version to 4.1.4 from 4.1.3 (no changes needed).
  * debian/copyright:
    - Add files licensed with LGPL-2+.
  * debian/watch:
    - Use 'uversionmangle' instead of 'oversionmangle'.

 -- Hugh McMaster <hugh.mcmaster@outlook.com>  Wed, 02 May 2018 19:25:00 +1000

libexif-gtk (0.4.0-1) experimental; urgency=medium

  * Team upload.

  [ Emmanuel Bouthenot ]
  * Remove the DM-Upload-Allowed field from debian/control.

  [ Hugh McMaster ]
  * New upstream release.
  * debhelper update:
    - Update package compatibility to level 11.
  * Package libexif-gtk5 symbols.
  * debian/*.docs:
    - Package the NEWS file.
  * debian/*.install:
    - Use multi-arch directories.
  * debian/control:
    - Build-Depend on debhelper version 11.
    - Build-Depend on libexif-dev 0.6.21.
    - Remove dh-autoreconf from the Build-Depends list.
    - Raise Standards-Version from 3.9.2 to 4.1.3.
    - Update the Homepage field to point to https://salsa.debian.org.
    - Update the Vcs-fields to point to https://salsa.debian.org.
    - Update the package order.
    - Mark libexif-gtk5 and libexif-gtk-dev Multi-Arch: same.
  * debian/copyright:
    - Update the Format specification URI.
    - Update the Source URL field to point to https://libexif.github.io.
    - Update copyright information for libexif-gtk 0.4.0.
    - Switch to LGPL-2.1+ for libexif-gtk 0.4.0.
  * debian/patches:
    - Drop patches superseded upstream: use_autoreconf, use_deprecated_gtk,
      french_translation and german_translation.
    - Rebase pkgconfig_require_gtk2.patch for libexif-gtk 0.4.0.
    - add-am_prog_ar.patch: Add the AM_PROG_AR macro to configure.ac to avoid
      some automake warnings.
  * debian/rules:
    - Remove excess whitespace.
    - Remove '--with autoreconf' (now handled by debhelper >= level 10).
    - Remove dh_auto_build overrides.
    - Override dh_auto_clean to remove left-over build files.
    - Add 'hardening=+all' to DEB_BUILD_MAINT_OPTIONS.
  * debian/source/options:
    - Remove from package. Debhelper handles the specified options by default.
  * debian/watch:
    - Update to version 4 and switch to upstream's github repository.

 -- Hugh McMaster <hugh.mcmaster@outlook.com>  Wed, 21 Mar 2018 22:25:52 +1100

libexif-gtk (0.3.5-5) unstable; urgency=low

  * Simplify more debian/rules.
  * Update uploader email (me)
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump Standards-Version to 3.9.2
  * Refresh patches and convert them to DEP3 format
  * debian/copyright:
    - various updates
    - switch to DEP5 format
  * Add a patch to clean up 'dependency_libs' in .la files and
    make libexif-gtk multiarch ready. Thanks to Evan Broder for the
    patch. (Closes: #620445)
  * Add a patch to cleanly “autoreconf” the package in order to patch
    po files.
  * Add a patch to update French translation.
  * Add German translation. Thanks to Chris Leick for the patch
    (Closes: #532404).

 -- Emmanuel Bouthenot <kolter@debian.org>  Thu, 28 Apr 2011 11:38:55 +0000

libexif-gtk (0.3.5-4) unstable; urgency=low

  * Adopt the package within pkg-phototools:
    - Set the Maintainer to the group
    - Add Frederic Peters and myself as Uploaders.
    - Add Vcs-Browser and Vcs-Git fields accordingly.
  * Update debian/control:
    - Add a Homepage field.
    - Bump Standards-Version to 3.8.1
    - Replace deprecated ${Source-Version} by ${binary:Version}
    - Drop duplicate section field for libexif-gtk5
    - Enhance libexif-gtk-dev long description.
    - Remove Conflicts/Replaces on libexif-gtk4.
    - Add DM-Upload-Allowed field.
    - Adjust dependencies on libgtk2.0-dev.
  * Switch packaging to debhelper 7
  * Add debian/watch file.
  * Update debian/copyright.
  * Extract patch about deprecated GTK API from diff.gz.
  * Patch libexif-gtk.pc to add a dependency on gtk2 libs and headers.

 -- Emmanuel Bouthenot <kolter@openics.org>  Sun, 14 Jun 2009 22:24:07 +0000

libexif-gtk (0.3.5-3) unstable; urgency=low

  * Replaces/Conflicts libexif-gtk4 since they share the same translation file
    and using another is really kludgy. (Closes: #328704)
  * debian/copyright: updated FSF address.

 -- Frederic Peters <fpeters@debian.org>  Tue, 27 Sep 2005 09:18:41 +0200

libexif-gtk (0.3.5-2) unstable; urgency=low

  * Rebuilt against new libexif12.

 -- Frederic Peters <fpeters@debian.org>  Wed, 27 Jul 2005 20:45:09 +0200

libexif-gtk (0.3.5-1) unstable; urgency=low

  * New upstream release.
    * soname bumped.

 -- Frederic Peters <fpeters@debian.org>  Sat, 16 Jul 2005 10:20:00 +0200

libexif-gtk (0.3.3-6) unstable; urgency=low

  * Adopted package.

 -- Frederic Peters <fpeters@debian.org>  Sun, 17 Oct 2004 12:37:39 +0200

libexif-gtk (0.3.3-5) unstable; urgency=low

  * Rebuilt against libexif10.
  * Removed DISABLE_DEPRECATED to be nice with gtk+2.4 (Closes: #250043).

 -- christophe barbe <christophe@debian.org>  Fri, 18 Jun 2004 14:53:39 -0400

libexif-gtk (0.3.3-4) unstable; urgency=low

  * Built against libexif9.
  * Move DH_COMPAT in debian/compat.
  * Bump Standards-Version up to 3.5.9.
  * In new libdevel section.

 -- christophe barbe <christophe@debian.org>  Tue,  5 Aug 2003 14:07:00 -0400

libexif-gtk (0.3.3-3) unstable; urgency=low

  * Libtool update to get a working MIPS package (Closes: 178572).

 -- christophe barbe <christophe@debian.org>  Mon, 27 Jan 2003 09:57:53 -0500

libexif-gtk (0.3.3-2) unstable; urgency=low

  * Versionned Build-Depend for libexif-dev.

 -- christophe barbe <christophe@debian.org>  Wed, 22 Jan 2003 10:53:18 -0500

libexif-gtk (0.3.3-1) unstable; urgency=low

  * New upstream release.

 -- christophe barbe <christophe@debian.org>  Mon, 20 Jan 2003 17:52:57 -0500

libexif-gtk (0.3.2-4) unstable; urgency=low

  * Fix override disparity (The 'I can do it' release).

 -- christophe barbe <christophe@debian.org>  Sat, 16 Nov 2002 16:19:48 -0500

libexif-gtk (0.3.2-3) unstable; urgency=low

  * Fix override disparity.

 -- christophe barbe <christophe@debian.org>  Sat, 16 Nov 2002 15:56:38 -0500

libexif-gtk (0.3.2-2) unstable; urgency=low

  * Fix broken Build-Depends (Closes: #169375).

 -- christophe barbe <christophe@debian.org>  Sat, 16 Nov 2002 15:41:39 -0500

libexif-gtk (0.3.2-1) unstable; urgency=low

  * New upstream release.

 -- christophe barbe <christophe@debian.org>  Sun, 10 Nov 2002 22:35:29 -0500

libexif-gtk (0.3.0-4) unstable; urgency=low

  * Update Maintener e-mail address.

 -- christophe barbe <christophe@debian.org>  Wed, 24 Apr 2002 15:06:49 -0400

libexif-gtk (0.3.0-3) unstable; urgency=low

  * Fixed Build-Depenpds (Closes: #142301).

 -- christophe barbe <christophe.barbe@ufies.org>  Thu, 11 Apr 2002 09:04:21 -0400

libexif-gtk (0.3.0-2) unstable; urgency=low

  * Add pkg-config in build depends (Closes: #142048).

 -- christophe barbe <christophe.barbe@ufies.org>  Tue,  9 Apr 2002 19:04:33 -0400

libexif-gtk (0.3.0-1) unstable; urgency=low

  * Initial Release.
  * close ITA (Closes: #139896).

 -- christophe barbe <christophe.barbe@ufies.org>  Mon, 25 Feb 2002 17:58:36 -0500
