at-spi (1.30.0-0ubuntu2) lucid; urgency=low * debian/control.in: depends on libgail-common since the schemas lists it as a required component to load (lp: #551860) -- Sebastien Bacher Fri, 16 Apr 2010 16:43:23 +0200 at-spi (1.30.0-0ubuntu1) lucid; urgency=low * New upstream release -- Luke Yelavich Tue, 30 Mar 2010 11:19:33 +1100 at-spi (1.29.92-0ubuntu1) lucid; urgency=low * New upstream release -- Luke Yelavich Tue, 09 Mar 2010 08:57:23 +1100 at-spi (1.29.90-0ubuntu1) lucid; urgency=low * New upstream release * debian/at-spi.gconf-defaults: Dropped as GNOME 2.28 at-spi behavior has been restored * debian/rules: Remove --disable-relocate configure argument, as behavior of at-spi as per 2.28 GNOME version has been restored * debian/control: Remove libxevie-dev as a build dependency. -- Luke Yelavich Wed, 10 Feb 2010 11:31:28 +1100 at-spi (1.29.6-0ubuntu1) lucid; urgency=low * New upstream release -- Luke Yelavich Wed, 27 Jan 2010 10:53:42 +1100 at-spi (1.29.5-0ubuntu4) lucid; urgency=low * Re-set /desktop/gnome/interface/at-spi-corba to true, as it seems at-spi needs this to be set to run, even if it has been built for CORBA use only. (LP: #491327) -- Luke Yelavich Fri, 22 Jan 2010 09:41:05 +1100 at-spi (1.29.5-0ubuntu3) lucid; urgency=low * rebuild against fixed python-central (LP: #507842) -- Michael Vogt Fri, 15 Jan 2010 14:07:52 +0100 at-spi (1.29.5-0ubuntu2) lucid; urgency=low * debian/control: - Support python >= 2.5 only. (LP: #506357) - Remove python-all-dev as a build dependency. - Force python-pyatspi to support 2.5, 2.6 for now, since pycentral is setting Python-Version to all for some reason. -- Luke Yelavich Wed, 13 Jan 2010 16:33:51 +1100 at-spi (1.29.5-0ubuntu1) lucid; urgency=low * New upstream release * debian/patches/02_python_path.patch: Removed, solved differently upstream * debian/control: Add libgconf2-dev as a build dependency -- Luke Yelavich Tue, 12 Jan 2010 10:03:32 +1100 at-spi (1.29.3-0ubuntu3) lucid; urgency=low * Remove gconf defaults setting, and build at-spi with --disable-relocate. This prevents at-spi2/at-spi over dbus from being installed alongside at-spi via corba. If users wish to be able to switch between corba and dbus, packages of at-spi and at-spi2 can be put into a PPA with this behavior reversed, given enough user demand. -- Luke Yelavich Fri, 18 Dec 2009 12:43:14 +1100 at-spi (1.29.3-0ubuntu2) lucid; urgency=low * Set /desktop/gnome/interface/at-spi-corba to true, which will really allow the pyatspi module to be imported. Really fixes LP: #491327 -- Luke Yelavich Wed, 16 Dec 2009 12:14:27 +1100 at-spi (1.29.3-0ubuntu1) lucid; urgency=low * New upstream release * debian/patches/02_python_path.patch: Patch the hard-coded python module path to refer to dist-packages for python 2.6. (LP: #491327) -- Luke Yelavich Tue, 15 Dec 2009 09:29:16 +1100 at-spi (1.29.2-0ubuntu1) lucid; urgency=low * New upstream release * debian/watch: Adjust for 1.29 series * debian/at-spi.install: Adjust location of at-spi GTK module -- Luke Yelavich Mon, 16 Nov 2009 11:52:31 -0600 at-spi (1.28.1-1ubuntu1) lucid; urgency=low * Merge from debian testing, remaining changes: - debian/patches/01_lp278095_no_environ_access_shutdown.patch: we don't access environ in atexit hook to workaround environ corruption - debian/control: Remove all references to libgail, as gail is now in gtk2 - build depend on intltool (>= 0.40.0) - Ship at-spi-registryd.desktop file in /etc/xdg/autostart -- Luke Yelavich Fri, 06 Nov 2009 15:08:36 +1100 at-spi (1.28.1-1) unstable; urgency=low * New upstream bugfix release. -- Mario Lang Mon, 19 Oct 2009 11:32:26 +0200 at-spi (1.28.1-0ubuntu1) karmic; urgency=low * New upstream release - Bugfixes: #578334. Fixed the crash problem. (LP: #432252) - Translation update. -- Luke Yelavich Mon, 19 Oct 2009 16:15:43 +1100 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 Wed, 23 Sep 2009 10:02:27 +0200 at-spi (1.28.0-0ubuntu2) karmic; urgency=low * debian/at-spi.install: Also ship at-spi-registryd.desktop in /usr/share/gdm/autostart/LoginWindow, so at-spi-registryd can be run for gdm if accessibility is requested. (LP: #439800) -- Luke Yelavich Tue, 06 Oct 2009 13:18:34 +1100 at-spi (1.28.0-0ubuntu1) karmic; urgency=low * New upstream release -- Luke Yelavich Wed, 23 Sep 2009 08:38:27 +1000 at-spi (1.27.92-0ubuntu2) karmic; urgency=low * debian/at-spi.install: Add /etc/xdg/autostart/at-spi.desktop, now that the gnome-session wrapper has gone away. -- Luke Yelavich Sat, 12 Sep 2009 10:36:12 +1000 at-spi (1.27.92-0ubuntu1) karmic; urgency=low * New upstream release * debian/control: Add libdbus-glib-1-dev build dependency -- Luke Yelavich Mon, 07 Sep 2009 17:36:11 +1000 at-spi (1.27.91-0ubuntu1) karmic; urgency=low * New upstream release -- Luke Yelavich Tue, 25 Aug 2009 08:13:56 +1000 at-spi (1.26.0-1ubuntu1) karmic; urgency=low * Merge from debian unstable, remaining changes: - debian/patches/01_lp278095_no_environ_access_shutdown.patch: we don't access environ in atexit hook to workaround environ corruption - debian/control: Remove all references to libgail, as gail is now in gtk2 - debian/at-spi.install: Install gconf schema file - build depend on intltool (>= 0.40.0) -- Luke Yelavich Tue, 05 May 2009 09:08:21 +1000 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 Thu, 23 Apr 2009 18:35:15 +0200 at-spi (1.26.0-0ubuntu2) jaunty; urgency=low * 01_lp278095_no_environ_access_shutdown.patch: Re-add a patch introduced in 1.25.1-0ubuntu2 that got clobbered by a later upload. (LP: #278095) -- Luke Yelavich Wed, 18 Mar 2009 09:30:04 +1100 at-spi (1.26.0-0ubuntu1) jaunty; urgency=low * New upstream release. -- Luke Yelavich Tue, 17 Mar 2009 09:02:17 +1100 at-spi (1.25.92-1) experimental; urgency=low * Branch to experimental, add check-dist.mk. * New upstream release. -- Mario Lang Sat, 07 Mar 2009 19:07:01 +0100 at-spi (1.25.92-0ubuntu1) jaunty; urgency=low * New upstream release -- Luke Yelavich Tue, 03 Mar 2009 09:07:07 +1100 at-spi (1.25.5-0ubuntu1) jaunty; urgency=low * New upstream release. -- Luke Yelavich Tue, 20 Jan 2009 08:53:41 +1100 at-spi (1.25.4-0ubuntu1) jaunty; urgency=low * New upstream release. -- Luke Yelavich Tue, 06 Jan 2009 14:47:35 +1100 at-spi (1.25.2-0ubuntu1) jaunty; urgency=low * New upstream release. -- Luke Yelavich Tue, 02 Dec 2008 08:49:32 +1100 at-spi (1.25.1-0ubuntu2) jaunty; urgency=low * fix LP: #278095 - MASTER crash in getenv() ... spi_atk_bridge_exit_func(); we don't access environ in atexit hook to workaround environ corruption - add debian/patches/05_lp278095_no_environ_access_shutdown.patch -- Alexander Sack Mon, 17 Nov 2008 06:26:01 +0100 at-spi (1.25.1-0ubuntu1) jaunty; urgency=low * New upstream release. * Dropped patches from svn. -- Luke Yelavich Fri, 07 Nov 2008 12:06:31 +1100 at-spi (1.24.1-2) unstable; urgency=low * Upload to unstable, drop check-dist include. -- Josselin Mouette 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 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 Sun, 02 Nov 2008 18:08:08 +0100 at-spi (1.24.0-1) experimental; urgency=low * New upstream release. -- Mario Lang Thu, 02 Oct 2008 19:00:22 +0200 at-spi (1.24.0-0ubuntu3) intrepid; urgency=low * 01_from_svn_fix_memory_leaks.patch: - Fix two memory leaks, GNOME bugs #527585, and #525519. * 02_from_svn_display_warning_message_in_debug_mode.patch - tk-bridge/bridge.c: (spi_atk_bridget_get_dec): Print warning message only in debug mode, GNOME Bug #547943. * 03_fix_third_memory_leak.patch: GNOME bug #552469. * 03_from_svn_update_translations.patch: - Update various translations. -- Luke Yelavich Thu, 16 Oct 2008 09:33:14 +1100 at-spi (1.24.0-0ubuntu2) intrepid; urgency=low * debian/at-spi.install: Install new gconf schema file needed for proper setting up of gtk accessibility modules, as discussed in GNOME bugzilla #535827. This makes the logout dialogs accessible, as well as ensures administrative applications also have the gtk accessibility modules loaded at runtime. -- Luke Yelavich Tue, 30 Sep 2008 10:12:37 +1000 at-spi (1.24.0-0ubuntu1) intrepid; urgency=low * New upstream release. -- Luke Yelavich Mon, 22 Sep 2008 23:40:17 +1000 at-spi (1.23.92-1) experimental; urgency=low * New upstream release. -- Mario Lang Wed, 10 Sep 2008 16:30:48 +0200 at-spi (1.23.92-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #267849) -- Pedro Fragoso Mon, 08 Sep 2008 18:19:57 +0100 at-spi (1.23.91-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #263729) - Bugfixes: #548559, #350552, #547875. - Translation update * debian/control.in: - Add B-d on intltool (>= 0.40.0) -- Pedro Fragoso Mon, 01 Sep 2008 16:58:56 +0100 at-spi (1.23.6-1) experimental; urgency=low * New upstream release. * Bump Standards-Version to 3.8.0 (no changes). -- Mario Lang Fri, 08 Aug 2008 02:43:10 +0200 at-spi (1.23.6-0ubuntu1) intrepid; urgency=low * New upstream release. -- Luke Yelavich Mon, 04 Aug 2008 23:02:41 +1000 at-spi (1.23.5-0ubuntu1) intrepid; urgency=low * New upstream bugfix release * debian/control.in: - Bump Standards-Version to 3.8.0 (no changes) * debian/patches/at-spi-memleak.patch: - Removed, merged upstream -- Pedro Fragoso Mon, 21 Jul 2008 22:12:57 +0100 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 Tue, 03 Jun 2008 17:35:11 +0200 at-spi (1.23.3-0ubuntu3) intrepid; urgency=low * debian/patches/at-spi-memleak.patch: Patch taken from SVN, to fix a memory leak in impl_getBoundedRanges. -- Luke Yelavich Wed, 16 Jul 2008 11:10:43 +0100 at-spi (1.23.3-0ubuntu2) intrepid; urgency=low * debian/control: Remove all references to libgail, as gail is now in gtk2. -- Luke Yelavich Fri, 20 Jun 2008 10:47:01 +1000 at-spi (1.23.3-0ubuntu1) intrepid; urgency=low * New upstream release. -- Luke Yelavich Mon, 02 Jun 2008 23:34:43 +1000 at-spi (1.22.1-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - debian/watch: Adjust for GNOME 2.23. - Change maintainer to Ubuntu Accessibility Developers -- Luke Yelavich Mon, 05 May 2008 11:58:10 +1000 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 Mon, 07 Apr 2008 22:11:11 +0200 at-spi (1.22.1-0ubuntu1) hardy; urgency=low * New upstream release -- Luke Yelavich Mon, 07 Apr 2008 21:55:27 +1000 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 Tue, 11 Mar 2008 18:36:29 +0100 at-spi (1.22.0-0ubuntu1) hardy; urgency=low * New upstream release (LP: #200651) -- Pedro Fragoso Mon, 10 Mar 2008 16:48:37 +0000 at-spi (1.21.92-0ubuntu2) hardy; urgency=low * Rebuild with updated python-central. -- Matthias Klose Sun, 02 Mar 2008 19:58:23 +0000 at-spi (1.21.92-0ubuntu1) hardy; urgency=low * New upstream release * debian/watch: Update for GNOME 2.21 * Change maintainer to Ubuntu Accessibility Developers -- Luke Yelavich Mon, 25 Feb 2008 22:09:26 +1100 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 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 Tue, 04 Dec 2007 23:04:00 +0100 at-spi (1.20.1-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge 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 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 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 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 Mon, 09 Apr 2007 14:28:16 +0200 at-spi (1.18.0-1) experimental; urgency=low * New upstream release. -- Marc 'HE' Brockschmidt 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 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 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 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 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 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 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) 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) 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 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) Sun, 18 Sep 2005 13:29:29 +0200 at-spi (1.6.6-0ubuntu1) breezy; urgency=low * New upstream version. -- Sebastien Bacher Tue, 6 Sep 2005 00:23:06 +0200 at-spi (1.6.5-0ubuntu1) breezy; urgency=low * New upstream version. -- Sebastien Bacher 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) 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) 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) 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) 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) 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 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) 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) 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) 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) 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 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 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 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) 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 Sat, 27 Dec 2003 11:23:13 +0100 at-spi (1.3.9-1) unstable; urgency=low * Sebastien Bacher - 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 - debian/at-spi-doc.doc-base.at-spi-cspi: fixed wrong index file. (closes: Bug#220532) -- Sebastien Bacher Sat, 20 Dec 2003 12:40:09 +0100 at-spi (1.3.8-2) unstable; urgency=low * Akira TAGOH - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Wed, 27 Feb 2002 03:09:57 +0900 at-spi (0.0.8-1) unstable; urgency=low * New upstream release. -- Akira TAGOH Fri, 15 Feb 2002 02:32:06 +0900 at-spi (0.0.7-1) unstable; urgency=low * New upstream release. -- Akira TAGOH Fri, 15 Feb 2002 01:30:20 +0900 at-spi (0.0.6-1) unstable; urgency=low * New upstream release. -- Akira TAGOH 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 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 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 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 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 Sun, 30 Dec 2001 22:37:31 +0900 at-spi (0.0.4-1) unstable; urgency=low * Initial Release. (closes: Bug#121089) -- Akira TAGOH Sun, 25 Nov 2001 23:22:11 +0900