at-spi (1.32.0-2) unstable; urgency=low

  * Update repository URL.
  * Remove python package, it’s been taken over by pyatspi now.

 -- Josselin Mouette <joss@debian.org>  Fri, 16 Nov 2012 11:35:29 +0100

at-spi (1.32.0-1) unstable; urgency=low

  * New upstream release.
  * Switch to dpkg source format 3.0 (quilt).
    - Add debian/source/format.
    - Add debian/patches/series.
    - Remove simple-patchsys.mk include.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * debian/patches/02-format-security.patch:
    - Fix build failure with [-Werror=format-security]. Closes: #643355
  * debian/control.in:
    - Add Vcs-Browser field.
    - Bump Standards-Version to 3.9.2. No further changes.
    - Add Build-Depends on libglib2.0-doc for proper cross references in the
      gtk-doc API documentation.
  * Update watch file.
  * Switch to dh_python2.

 -- Michael Biebl <biebl@debian.org>  Sun, 16 Oct 2011 11:31:18 +0200

at-spi (1.30.1-3) unstable; urgency=low

  * 01_type_init.patch: patch from Samuel Thibault. Correctly call 
    g_type_init before using GConf. Closes: #601163.

 -- Josselin Mouette <joss@debian.org>  Sat, 06 Nov 2010 21:11:18 +0100

at-spi (1.30.1-2) unstable; urgency=low

  * Add missing dependency on libgail-common. Closes: #579507.

 -- Josselin Mouette <joss@debian.org>  Sat, 08 May 2010 15:21:16 +0200

at-spi (1.30.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 26 Apr 2010 10:28:53 +0200

at-spi (1.30.0-2) unstable; urgency=low

  * Require Python 2.5 since pyatspi uses a 2.5-specific syntax.
    Closes: #576650.

 -- Josselin Mouette <joss@debian.org>  Wed, 07 Apr 2010 20:08:52 +0200

at-spi (1.30.0-1) unstable; urgency=low

  * New upstream stable release:
    + debian/control.in:
      - Build depend on GTK+ >= 2.19.7.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 05 Apr 2010 17:52:50 +0200

at-spi (1.29.92-1) experimental; urgency=low

  [ Josselin Mouette ]
  * Add missing dependency on libx11-dev. Closes: #573709.
  * Drop at-spi-doc dependency on a web browser, recommend devhelp 
    instead. Closes: #573710.

  [ Sebastian Dröge ]
  * New upstream development release:
    + debian/control.in:
      - Update build dependencies.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 29 Mar 2010 08:19:30 +0200

at-spi (1.28.1-3) unstable; urgency=low

  * Drop build-dependency on libxevie-dev. Closes: #558111.
  * Remove incorrect ${python:Provides} (no Python-Depends used).
  * Switch to python-support, python-central started generating 
    incorrect dependencies.
  * Add postinst snippet to remove the old pycentral files.

 -- Josselin Mouette <joss@debian.org>  Wed, 27 Jan 2010 17:43:25 +0100

at-spi (1.28.1-2) unstable; urgency=low

  * Install the autostart file in /usr/share/gnome/autostart.
    Closes: #552633.
  * Add missing build-dependencies on libSM and libICE.
  * Lots of cleanups in build-dependencies and dependencies.

 -- Josselin Mouette <joss@debian.org>  Mon, 02 Nov 2009 11:29:02 +0100

at-spi (1.28.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Mario Lang <mlang@debian.org>  Mon, 19 Oct 2009 11:32:26 +0200

at-spi (1.28.0-1) unstable; urgency=low

  * debian/at-spi.install: Install new gconf schema file needed for
    proper setting up of gtk accessibility modules, as discussed in
    http://bugzilla.gnome.org/show_bug.cgi?id=535827
  * New upstream release.
  * debian/control{,.in}:
    - Build-Depends libdbus-gllib-1-dev.
    - Upgrade Standards-Version to 3.8.3 (no changes).

 -- Mario Lang <mlang@debian.org>  Wed, 23 Sep 2009 10:02:27 +0200

at-spi (1.26.0-1) unstable; urgency=low

  * New upstream stable release.
  * Drop check-dist.mk and target unstable.
  * Binary package libatspi-dbg section libdevel -> debug.

 -- Mario Lang <mlang@debian.org>  Thu, 23 Apr 2009 18:35:15 +0200

at-spi (1.25.92-1) experimental; urgency=low

  * Branch to experimental, add check-dist.mk.
  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Sat, 07 Mar 2009 19:07:01 +0100

at-spi (1.24.1-2) unstable; urgency=low

  * Upload to unstable, drop check-dist include.

 -- Josselin Mouette <joss@debian.org>  Fri, 27 Feb 2009 16:43:46 +0100

at-spi (1.24.1-1) experimental; urgency=low

  [ Mario Lang ]
  * New upstream release.
  * debian/patches/01-memory_leaks.patch: Remove, applied upstream.

  [ Loic Minier ]
  * Pass --no-act to dh_makeshlibs for at-spi via
    DEB_DH_MAKESHLIBS_ARGS_at-spi as the usr/lib/**/*.so files are only
    plugins (and should probably be fixed to not have a SONAME).

 -- Mario Lang <mlang@debian.org>  Thu, 22 Jan 2009 16:08:59 +0100

at-spi (1.24.0-2) experimental; urgency=low

  * debian/watch: Update.
  * debian/patches/01-memory_leaks.patch: Add patch taken from trunk.

 -- Mario Lang <mlang@debian.org>  Sun, 02 Nov 2008 18:08:08 +0100

at-spi (1.24.0-1) experimental; urgency=low

  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Thu, 02 Oct 2008 19:00:22 +0200

at-spi (1.23.92-1) experimental; urgency=low

  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Wed, 10 Sep 2008 16:30:48 +0200

at-spi (1.23.6-1) experimental; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.8.0 (no changes).

 -- Mario Lang <mlang@debian.org>  Fri, 08 Aug 2008 02:43:10 +0200

at-spi (1.23.3-1) experimental; urgency=low

  * New upstream release.
  * debian/rules: Add check-dist.mk.
  * debian/control{,.in}: Add Vcs-Svn header.
  * debian/watch: Make it track 2.23 branch.

 -- Mario Lang <mlang@debian.org>  Tue, 03 Jun 2008 17:35:11 +0200

at-spi (1.22.1-1) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control:
    - Support only Python >= 2.4. Closes: #471397.

  [ Mario Lang ]
  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Mon, 07 Apr 2008 22:11:11 +0200

at-spi (1.22.0-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Add copyright information.
  * debian/at-spi-doc.doc-base.at-spi-cspi: Change section to
    Accessibility.
  * Drop check-dist.mk to allow uploading to unstable.

 -- Mario Lang <mlang@debian.org>  Tue, 11 Mar 2008 18:36:29 +0100

at-spi (1.21.5-1) experimental; urgency=low

  [ Loic Minier ]
  * New patch, 60_fix-server-i18n, marks descriptions in the bonobo server
    description as translatable; closes: #453289.

  [ Mario Lang ]
  * New upstream release.
  * debian/patches/60_fix-server-i18n.patch: Remove again, applied
    upstream.
  * Upgrade Standards-Version from 3.7.2 to 3.7.3 (no changes).

 -- Mario Lang <mlang@debian.org>  Tue, 15 Jan 2008 03:27:17 +0100

at-spi (1.21.3-1) experimental; urgency=low

  * New upstream release.
  * debian/rules Add check-dist.mk to avoid accidental uploads to
    unstable.

 -- Mario Lang <mlang@debian.org>  Tue, 04 Dec 2007 23:04:00 +0100

at-spi (1.20.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Oct 2007 13:03:54 +0100

at-spi (1.20.0-1) unstable; urgency=low

  * New upstream release, with no API/ABI changes (Closes: #444291).
  * Upload to unstable, drop check-dist include.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 30 Sep 2007 20:34:47 +0200

at-spi (1.19.5-1) experimental; urgency=low

  [ Loic Minier ]
  * Fix description of the -dbg package.

  [ Marc 'HE' Brockschmidt ]
  * debian/control.in: Split b-deps to multiple lines
  * New upstream release (with API extensions):              (Closes: #423542)
    + Upstream now provides python binding to at-spi. Packaging for those
      mostly stolen from the Ubuntu package.
    + debian/rules: Include check-dists.mk again
    + debian/control: Change deps everywhere to get the package bin-NMUable

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sat, 04 Aug 2007 10:35:09 +0200

at-spi (1.18.1-2) unstable; urgency=low

  * Upload to unstable, drop check-dist include.
  * Build depend on gnome-pkg-tools >= 0.11.3 to get me into Uploaders

 -- Sebastian Dröge <slomo@debian.org>  Tue, 17 Apr 2007 13:58:46 +0200

at-spi (1.18.1-1) experimental; urgency=low

  * Use DEB_UPSTREAM_VERSION instead of computing the version; misc cleanups.
  * New upstream release.
  * Drop useless debian/at-spi-doc.dirs; cleanups.
  * Stop shipping *.la files for ORBit and Gtk modules.
  * Fix watch file to track all stable versions and use HTTP.
  * Bump up cdbs build-dep to >= 0.4.41 for LDFLAGS.
  * Bump up Debhelper compatibility level to 5; drop various hacks related to
    dbg package.
  * Fix copyright file to include the full license and the full download URL.
  * Add ${misc:Depends}.

 -- Loic Minier <lool@dooz.org>  Mon, 09 Apr 2007 14:28:16 +0200

at-spi (1.18.0-1) experimental; urgency=low

  * New upstream release.

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 25 Mar 2007 11:42:29 +0200

at-spi (1.17.2-1) experimental; urgency=low

  * New upstream releases; no API change.
    - Bump up libatk1.0-dev build-dep to >= 1.17.0.

 -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 19:39:44 +0100

at-spi (1.7.16-1) experimental; urgency=low

  * Fix upstream version computation to allow "-" in upstream versions.
  * Add a get-orig-source target to retrieve the upstream tarball.
  * New upstream releases; no API change.
    - Bump up build-deps to libgtk2.0-dev >= 2.10.0, libgail-dev >= 1.9.0, and
      libatspi-dev deps accordingly.
    - Add libx11-dev build-dep.
    - Drop relibtoolizing patch; not needed anymore.
    - Bump up libatk1.0-dev build-dep to >= 1.13.2, even if configure fails to
      check for this.
  * Include the new check-dist Makefile to prevent accidental uploads to
    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.

 -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 17:53:36 +0100

at-spi (1.7.12-1) unstable; urgency=low

  * Set Maintainer to the Debian GNOME Maintainers.
  * New upstream release.
    - Relibtoolize.

 -- Loic Minier <lool@dooz.org>  Mon,  2 Oct 2006 19:26:29 +0200

at-spi (1.7.11-1) unstable; urgency=low

  * New upstream release: no API change.
    - Relibtoolize.

 -- Loic Minier <lool@dooz.org>  Wed, 23 Aug 2006 16:21:07 +0200

at-spi (1.7.10-1) unstable; urgency=low

  * New upstream releases, with API additions.
    - Bump libatk1.0-dev build-dep to >= 1.12.0.
    - Drop patches 10_libspi, 11_login-helper, and 12_atk-bridge as a
      different fix for the link failures was implemented upstream.
    - Rename 70_mandatory-relibtoolize to 70_relibtoolize and update.
    - Fix immediate crash of applications on amd64. (Closes: #380254)
  * Build-depend on libxext-dev and libxevie-dev.

 -- Loic Minier <lool@dooz.org>  Tue,  1 Aug 2006 10:31:41 +0200

at-spi (1.7.7-3) unstable; urgency=low

  * Stop shipping /usr/lib/*.la files in libatspi-dev.
  * Bump up Standards-Version to 3.7.2.
  * Drop xlibs-static-dev build-dep.
  * Install /usr/share/locale in at-spi.
  * Include CDBS' utils.
  * Drop libxml-parser-perl from build-depends-indep as it is already in
    build-depends.
  * Drop sharutils from build-depends-indep; not required anymore.
  * Don't override CFLAGS with the default value.
  * New patches to fix link failures, 10_libspi, 11_login-helper, and
    12_atk-bridge. (Closes: #377157)
  * Add a new relibtoolizing patch, 70_mandatory-relibtoolize, mandatory
    because of 10_libspi, 11_login-helper, and 12_atk-bridge.

 -- Loic Minier <lool@dooz.org>  Tue, 18 Jul 2006 21:22:26 +0200

at-spi (1.7.7-2) unstable; urgency=low

  * [debian/control.in] Bumped libgnomecanvas-dev, libgtk2.0-dev and
  * libgail-dev dependencies to make libXcursor/libXrender transition.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 22 Apr 2006 10:22:42 +0200

at-spi (1.7.7-1) unstable; urgency=low

  * New upstream release: documentation improvements, new locales, cleanups
    and bugfixes.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  1 Apr 2006 10:50:33 +0200

at-spi (1.7.6-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    - require debhelper >= 4.1.0
    - upgrade build-dep libatk1.0-dev to 1.11.0
  * debian/copyright:
    - minor update to match AUTHORS
  * debian/watch:
    - update version number

 -- Oystein Gisnas <oystein@gisnas.net>  Sun, 19 Mar 2006 06:50:05 +0100

at-spi (1.6.6-1) unstable; urgency=low

  * New (for Debian) upstream release.
  * [debian/control.in] Bumped Standards-Version.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 18 Sep 2005 13:29:29 +0200

at-spi (1.6.6-0ubuntu1) breezy; urgency=low

  * New upstream version.

 -- Sebastien Bacher <seb128@canonical.com>  Tue,  6 Sep 2005 00:23:06 +0200

at-spi (1.6.5-0ubuntu1) breezy; urgency=low

  * New upstream version.

 -- Sebastien Bacher <seb128@canonical.com>  Wed, 31 Aug 2005 18:57:40 +0200

at-spi (1.6.4-1) unstable; urgency=low

  * New upstream release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 14 May 2005 13:34:18 +0200

at-spi (1.6.3-1) unstable; urgency=high

  * New upstream bugfix and translations update release.
  * [debian/at-spi.install] Ensure installation of
    Accessibility_LoginHelper_module.so and Accessibility_module.so . 
    (Closes: #300808)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 17 Apr 2005 14:10:32 +0200

at-spi (1.6.2-2) unstable; urgency=medium

  * [debian/rules] Build documentation again, as it is no longer included in
    HTML in the upstream tarball.
  * [debian/control.in] Readded build dependency on gtk-doc-tools.
  * [debian/at-spi-doc.links] Added.
  * [debian/at-spi-doc.doc-base.at-spi-cspi, debian/at-spi-doc.dirs] Updated.
  * Combined, this brings back the HTML docs. (Closes: #285640)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  8 Jan 2005 20:56:17 +0100

at-spi (1.6.2-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 12 Dec 2004 15:02:04 +0100

at-spi (1.6.1-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  4 Dec 2004 19:12:41 +0100

at-spi (1.6.0-3) unstable; urgency=low

  * GNOME Team Upload to unstable.

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 20 Nov 2004 18:32:59 -0200

at-spi (1.6.0-2) experimental; urgency=low

  * [debian/at-spi.install] Include the orbit modules.
    Include the .la files as well.
  * [debian/libatspi-dev.install] No longer include the .la files for the gtk
    and orbit modules.
  * [debian/debian/libatspi1.0-0.install] Don't touch the orbit modules.
  * [debian/control.in] Added appropriate Replaces: as files have been moved
    to a different package.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 18 Sep 2004 10:17:51 +0200

at-spi (1.6.0-1) experimental; urgency=low

  * New upstream release.
  * [debian/watch] Updated.
  * [debian/control.in] Don't build-depend on gtk-doc-tools, just use the HTML
    documentation from the upstream tarball. Added build dependency on
    libxml-parser-perl as libtool needs it.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 14 Sep 2004 18:25:48 +0200

at-spi (1.5.4-1) experimental; urgency=low

  * New upstream development release.
  * Switched to CDBS.
  * [debian/rules] Implemented tight shlibs versioning.
  * [debian/watch] Updated.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 11 Sep 2004 14:46:44 +0200

at-spi (1.4.2-2) unstable; urgency=medium

  * [debian/control.in] Added libxt-dev build dependency as it contains the
    header used by configure to detect X. Noted by Goswin von Brederlow
    (Closes: #251583)
    Added runtime dependency of the -dev package on libxtst-dev as libspi.la
    and libcspi.la have -lXtst in dependency_libs. Noted by Michel Daenzer.
    (Closes: #246325)
    Likewise added libsm-dev, libice-dev and libx11-dev runtime dependencies.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue,  1 Jun 2004 19:15:27 +0200

at-spi (1.4.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control.in:
    + libatspi-dev depends on libxtst-dev (Closes: #246325).
  * debian/patches/000_at-spi-automake-1.8-support.patch:
    + removed.
  * debian/patches/001_at-spi-autotools-update.patch:
    + updated.
  * GNOME Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Sun,  2 May 2004 19:49:44 +0200

at-spi (1.3.11-1) unstable; urgency=low

  * GNOME Team Upload.
  * New upstream release.
  * debian/patches/000_at-spi-automake-1.8-support.patch: new, fix
    Makefile.am's to support automake1.8.
  * debian/patches/000_at-spi-debian-aclocal-pass_all.patch: moved ...
  * debian/patches/001_at-spi-autotools-update.patch: ... here, and updated.
  * debian/patches/001_at-spi-fpi.patch: removed, applied upstream.
  * debian/rules: remove LIBTOOL_IS_A_FOOL hack.

 -- Jordi Mallach <jordi@debian.org>  Fri, 30 Jan 2004 17:37:27 +0100

at-spi (1.3.9-3) unstable; urgency=low

  * GNOME Team Upload.
  * Acknowledge NMU (Closes: #225229)
  * debian/changelog:
  - Removed local Emacs variables
  * debian/html.tar.gz.uu:
  - work-around missing catalog to build the documentation by
    providing already-built html docs uuencoded (Closes: 225273)
  * debian/control.in, debian/rules:
  - added sharutils to the Build-Depends, as debian/rules now
    uses uudecode to decode debian/html.tar.gz.uu
  - some small cleaning in debian/rules
  - create a link for the html documentation in /usr/share/gtk-doc/html
    -- that means the .devhelp file is exposed to devhelp.

 -- Gustavo Noronha Silva <kov@debian.org>  Tue,  6 Jan 2004 22:56:39 -0200

at-spi (1.3.9-2.1) unstable; urgency=low

  * Removed explicit libxml-parser-perl build dependency; gnome-common will
    pull it in for us. Duplicated gnome-common into Build-Depends as the
    buildds ignore Build-Depends-Indep.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 27 Dec 2003 18:36:14 +0100

at-spi (1.3.9-2) unstable; urgency=low

  * Added Build-Depends on libxml-parser-perl (Closes: #225164).
  * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 27 Dec 2003 11:23:13 +0100

at-spi (1.3.9-1) unstable; urgency=low
   
  * Sebastien Bacher <seb128@debian.org> 
  - New upstream release.
  - debian/patches/001_at-spi-fpi.patch:
    - new patch to fix the FPI (Closes: #219773).
  - debian/patches/000_at-spi-debian-aclocal-pass_all.patch:
    - updated.
  * Akira TAGOH <tagoh@debian.org>
  - debian/at-spi-doc.doc-base.at-spi-cspi: fixed wrong index file.
    (closes: Bug#220532)

 -- Sebastien Bacher <seb128@debian.org>  Sat, 20 Dec 2003 12:40:09 +0100

at-spi (1.3.8-2) unstable; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  - debian/control:
    - added gnome-pkg-tools to Build-Depends.
  - debian/rules:
    - modified to generate debian/control from gnome-pkg-tools.
    - removed DH_COMPAT.
    - don't dh_link for libatspi-dev to include the example files.
  - debian/compat:
    - use this instead of DH_COMPAT in debian/rules.
  - debian/libatspi-dev.examples:
    - added the example files in test/ upstream archive. (closes: Bug#200303)
  - debian/patches/000_at-spi-debian-aclocal-pass_all.patch:
    - it's really needed for arm. applied again.
  - actually fixed in 1.3.8-1 release.
    - just required new upstream release. (closes: Bug#208991, Bug#215039)

 -- Akira TAGOH <tagoh@debian.org>  Mon, 27 Oct 2003 22:09:18 +0900

at-spi (1.3.8-1) unstable; urgency=low

  * New upstream release (Closes: #206545).
  * debian/control:
    - added Uploaders field.
    - bumped Standards-Version to 3.6.1.0.
    - updated Build-Depends (Closes: #214800).
  * debian/patches/:
    - 000_at-spi-debian-libtool.patch: removed.
  * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 23 Oct 2003 22:27:43 +0200

at-spi (1.1.9-1) unstable; urgency=low

  * New upstream release.
    - fixed the undefined non-weak symbols issue. (closes: Bug#195974)
  * debian/control:
    - bumped Standards-Version to 3.5.10.0.
    - changed a section for at-spi to gnome.
    - changed a section for libatspi-dev and libatspi-dbg to libdevel.
  * debian/patches/:
    - 000_at-spi-debian-libtool.patch: updated.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 15 Jun 2003 21:13:42 +0900

at-spi (1.1.8-2) unstable; urgency=low

  * debian/patches/000_at-spi-1.1.8-libtool.patch:
    - applied to fix mispel build issue. (closes: Bug#183779)
  * debian/rules:
    - bumped DH_COMPAT to 4.

 -- Akira TAGOH <tagoh@debian.org>  Sun,  9 Mar 2003 16:32:03 +0900

at-spi (1.1.8-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - bumped Standards-Version to 3.5.8.
    - updated Build-Depends.
    - changed the package name to libatspi1.0-0
  * debian/copyright:
    - fix copyright-lists-upstream-authors-with-dh_make-boilerplate stuff.
  * debian/rules:
    support noopt option for DEB_BUILD_OPTIONS.

 -- Akira TAGOH <tagoh@debian.org>  Sun,  2 Mar 2003 16:24:44 +0900

at-spi (1.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - bumped Standards-Version to 3.5.7.
    - updated Build-Depends.

 -- Akira TAGOH <tagoh@debian.org>  Mon,  9 Sep 2002 00:06:44 +0900

at-spi (1.0.1-3) unstable; urgency=low

  * debian/control: fix the wrong build-depends.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 21 Aug 2002 11:59:16 +0900

at-spi (1.0.1-2) unstable; urgency=low

  * Build against new GTK+2.0.
  * debian/control: updates Build-Depends.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  9 Aug 2002 04:29:17 +0900

at-spi (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - updated Build-Depends.
    - renamed libatspi1 to libatspi1.0-1. it's needed to avoid a duplicate
      soname.
    - moved /usr/lib/orbit-2.0/Accessibility_module.so to at-spi package.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 10 Jul 2002 16:08:32 +0900

at-spi (1.0.0-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/000_at-spi-0.12.1-missingheader.patch:
    removed because it's no longer needed.
  * debian/control: merged libatutil0 to at-spi.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 12 Jun 2002 20:31:22 +0900

at-spi (0.12.1-2) unstable; urgency=low

  * debian/patches/000_at-spi-0.12.1-missingheader.patch:
    applied to libspi/Makeefile.am for the missing header file.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 25 Apr 2002 03:38:48 +0900

at-spi (0.12.1-1) unstable; urgency=low

  * New upstream release.
  * debian/scripts/vars.build: fix bashism.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 18 Apr 2002 02:51:16 +0900

at-spi (0.10.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control: update Build-Depends to libgail-dev (>= 0.11)
  * debian/patches/000_at-spi-0.0.8-fixbuild.patch:
    removed. it's no longer needed for build.

 -- Akira TAGOH <tagoh@debian.org>  Tue,  2 Apr 2002 02:58:31 +0900

at-spi (0.0.8-4) unstable; urgency=low

  * Build against the latest libraries.
  * debian/rules: copying the latest config.sub and config.guess.
  * debian/patches/000_at-spi-0.0.8-fixbuild.patch:
    fix build against gtk+ 2.0.
  * debian/control: add libxml2-dev and zlib1g-dev to Build-Depends. (closes:
    Bug#137809)

 -- Akira TAGOH <tagoh@debian.org>  Thu, 28 Mar 2002 03:28:14 +0900

at-spi (0.0.8-3) unstable; urgency=low

  * Build against gail 0.9.
  * debian/control: update Build-Depends.

 -- Akira TAGOH <tagoh@debian.org>  Wed,  6 Mar 2002 03:38:06 +0900

at-spi (0.0.8-2) unstable; urgency=low

  * Build against the latest libraries.
  * debian/rules: changed as the following
    - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.
    - support debug and nostrip for DEB_BUILD_OPTIONS.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 27 Feb 2002 03:09:57 +0900

at-spi (0.0.8-1) unstable; urgency=low

  * New upstream release.

 -- Akira TAGOH <tagoh@debian.org>  Fri, 15 Feb 2002 02:32:06 +0900

at-spi (0.0.7-1) unstable; urgency=low

  * New upstream release.

 -- Akira TAGOH <tagoh@debian.org>  Fri, 15 Feb 2002 01:30:20 +0900

at-spi (0.0.6-1) unstable; urgency=low

  * New upstream release.

 -- Akira TAGOH <tagoh@debian.org>  Tue,  5 Feb 2002 02:05:23 +0900

at-spi (0.0.5-3) unstable; urgency=low

  * added libgnomecanvas2-dev to build-depends. (closes: Bug#130656)
  * added libatk-dev and libgtk1.3-dev to depends for libatspi-dev.

 -- Akira TAGOH <tagoh@debian.org>  Fri, 25 Jan 2002 02:15:39 +0900

at-spi (0.0.5-2) unstable; urgency=low

  * Build against with atk-0.9.
  * Added libart-2.0-dev to Build-Depends.

 -- Akira TAGOH <tagoh@debian.org>  Mon, 21 Jan 2002 21:59:53 +0900

at-spi (0.0.5-1) unstable; urgency=low

  * New upstream release.
  * Separated some libraries to packages because avoid
    the file conflicts.

 -- Akira TAGOH <tagoh@debian.org>  Mon, 14 Jan 2002 18:28:42 +0900

at-spi (0.0.4-3) unstable; urgency=low

  * Added libpopt-dev to build-depends (closes: Bug#127808)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 11 Jan 2002 01:21:48 +0900

at-spi (0.0.4-2) unstable; urgency=high

  * Fixed description's typo (closes: Bug#124425, Bug#124426,
    Bug#124891, Bug#124890)
  * Changed description (closes: Bug#123797)
  * Fixed relink problem.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 30 Dec 2001 22:37:31 +0900

at-spi (0.0.4-1) unstable; urgency=low

  * Initial Release. (closes: Bug#121089)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 25 Nov 2001 23:22:11 +0900


