--- gnome-orca-2.27.91.orig/debian/control +++ gnome-orca-2.27.91/debian/control @@ -0,0 +1,60 @@ +Source: gnome-orca +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Mario Lang +Uploaders: Debian GNOME Maintainers , Mario Lang +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-orca +Build-Depends: cdbs, + debhelper (>= 5.0.38), + autotools-dev, + gnome-pkg-tools (>= 0.10), + libbonobo2-dev (>= 2.18.0), + libglib2.0-dev (>= 2.10.0), + libxml-parser-perl, + pkg-config, + python-dev (>= 2.4), + python-gnome2-dev, + python-gtk2-dev, + python-gnome2-desktop, + python-pyorbit-dev (>= 2.14.0), + python-support (>= 0.5.6), + python-dbus, + python-pyatspi +Standards-Version: 3.8.0 + +Package: gnome-orca +Architecture: all +Section: gnome +Priority: optional +Depends: ${misc:Depends}, + ${python:Depends}, + libgnome-speech7 (>= 0.4.11), + libgail-gnome-module, + python-pyatspi (>= 1.22.0), + python-gtk2 (>= 2.10), + python-gnome2 (>= 2.6.2), + python-brlapi +Recommends: gnome-mag (>= 0.12.5), + wget +Conflicts: gnome-orca-common (<< 2.20.1-2) +Replaces: gnome-orca-common (<< 2.20.1-2) +XB-Python-Version: ${python:Versions} +Homepage: http://live.gnome.org/Orca +Description: Scriptable screen reader + A flexible, extensible, and powerful assistive technology that + provides end-user access to applications and toolkits that support the + AT-SPI (e.g., the GNOME desktop). With early input from and continued + engagement with its end users, Orca has been designed and implemented + by the Sun Microsystems, Inc., Accessibility Program Office. + . + Orca defines a set of default behaviors (reactions to application events) and + key bindings (reaction to user key presses). These default behaviors and key + bindings can be overwritten on a per-application basis. Orca creates a script + object for each running application, which merges both the default behaviors + and key bindings, and the application specific ones. Orca provides the + infrastructure to activate and deactivate scripts, as well as a host of + services accessible from within the scripts. + . + Note: gnome-orca works without gnome-mag, you just need it for magnification. + --- gnome-orca-2.27.91.orig/debian/control.in +++ gnome-orca-2.27.91/debian/control.in @@ -0,0 +1,60 @@ +Source: gnome-orca +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Mario Lang +Uploaders: @GNOME_TEAM@ +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-orca +Build-Depends: cdbs, + debhelper (>= 5.0.38), + autotools-dev, + gnome-pkg-tools (>= 0.10), + libbonobo2-dev (>= 2.18.0), + libglib2.0-dev (>= 2.10.0), + libxml-parser-perl, + pkg-config, + python-dev (>= 2.4), + python-gnome2-dev, + python-gtk2-dev, + python-gnome2-desktop, + python-pyorbit-dev (>= 2.14.0), + python-support (>= 0.5.6), + python-dbus, + python-pyatspi +Standards-Version: 3.8.0 + +Package: gnome-orca +Architecture: all +Section: gnome +Priority: optional +Depends: ${misc:Depends}, + ${python:Depends}, + libgnome-speech7 (>= 0.4.11), + libgail-gnome-module, + python-pyatspi (>= 1.22.0), + python-gtk2 (>= 2.10), + python-gnome2 (>= 2.6.2), + python-brlapi +Recommends: gnome-mag (>= 0.12.5), + wget +Conflicts: gnome-orca-common (<< 2.20.1-2) +Replaces: gnome-orca-common (<< 2.20.1-2) +XB-Python-Version: ${python:Versions} +Homepage: http://live.gnome.org/Orca +Description: Scriptable screen reader + A flexible, extensible, and powerful assistive technology that + provides end-user access to applications and toolkits that support the + AT-SPI (e.g., the GNOME desktop). With early input from and continued + engagement with its end users, Orca has been designed and implemented + by the Sun Microsystems, Inc., Accessibility Program Office. + . + Orca defines a set of default behaviors (reactions to application events) and + key bindings (reaction to user key presses). These default behaviors and key + bindings can be overwritten on a per-application basis. Orca creates a script + object for each running application, which merges both the default behaviors + and key bindings, and the application specific ones. Orca provides the + infrastructure to activate and deactivate scripts, as well as a host of + services accessible from within the scripts. + . + Note: gnome-orca works without gnome-mag, you just need it for magnification. + --- gnome-orca-2.27.91.orig/debian/gnome-orca.manpages +++ gnome-orca-2.27.91/debian/gnome-orca.manpages @@ -0,0 +1 @@ +docs/man/orca.1 --- gnome-orca-2.27.91.orig/debian/gnome-orca.docs +++ gnome-orca-2.27.91/debian/gnome-orca.docs @@ -0,0 +1 @@ +AUTHORS --- gnome-orca-2.27.91.orig/debian/changelog +++ gnome-orca-2.27.91/debian/changelog @@ -0,0 +1,754 @@ +gnome-orca (2.27.91-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Luke Yelavich Tue, 25 Aug 2009 08:16:05 +1000 + +gnome-orca (2.27.90-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/control: (taken from Debian) + - Remove at-spi and libatspi-dev from build-depends + - Added python-dbus and python-pyatspi to build-depends + * debian/patches/01_add_ubiquity-script.patch: Refreshed + + -- Luke Yelavich Tue, 11 Aug 2009 09:31:16 +1000 + +gnome-orca (2.27.5-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/control: Remove references to python-glade2, since orca now uses + GTK builder + * debian/patches/06_Revert-Fix-for-bgo-568696.patch, + debian/patches/07_remove_errant_comma.patch:: Dropped + + -- Luke Yelavich Tue, 28 Jul 2009 09:03:52 +1000 + +gnome-orca (2.27.4-0ubuntu3) karmic; urgency=low + + * debian/patches/07_remove_errant_comma.patch: Remove errant comma from the + end of a line in formatting.py, taken from git head + + -- Luke Yelavich Wed, 15 Jul 2009 12:06:20 +1000 + +gnome-orca (2.27.4-0ubuntu2) karmic; urgency=low + + * debian/patches/06_Revert-Fix-for-bgo-568696.patch: Patch from git head + to fix a regression with top panel icons not being properly spoken + + -- Luke Yelavich Wed, 15 Jul 2009 08:50:41 +1000 + +gnome-orca (2.27.4-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/patches/04_solaris_specific_fixes.patch: Refreshed + + -- Luke Yelavich Tue, 14 Jul 2009 09:01:13 +1000 + +gnome-orca (2.27.3-0ubuntu1) karmic; urgency=low + + * New upstream release + * 04_solaris_specific_fixes.patch: Refreshed + + -- Luke Yelavich Tue, 16 Jun 2009 09:12:03 +1000 + +gnome-orca (2.27.2-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/patches/02_disable_brlmodule: dropped + + -- Luke Yelavich Tue, 26 May 2009 08:51:35 +0200 + +gnome-orca (2.27.1-0ubuntu1) karmic; urgency=low + + * New upstream release + * Merge from debian unstable, remaining changes: + - add a script to work with ubiquity + - add a command-line flag to tell orca to run gconf as a separate user, + used during Ubuntu installation from the live CD + * debian/watch: update for GNOME 2.27 + + -- Luke Yelavich Tue, 05 May 2009 09:41:36 +1000 + +gnome-orca (2.26.1-1) unstable; urgency=low + + * New upstream stable release. + * Drop check-dist.mk, adjust Vcs-* and target unstable. + + -- Mario Lang Fri, 24 Apr 2009 09:29:55 +0200 + +gnome-orca (2.26.1-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Luke Yelavich Tue, 14 Apr 2009 09:56:26 +1000 + +gnome-orca (2.26.0-0ubuntu2) jaunty; urgency=low + + * 01_no_default_desktop_item.patch: Actually make this patch do what it is + supposed to do. Somehow an extra + made its way into the line that gets + added to the orca .desktop file to hide the icon/menu item. + + -- Luke Yelavich Tue, 31 Mar 2009 16:56:01 +1100 + +gnome-orca (2.26.0-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Luke Yelavich Mon, 16 Mar 2009 11:49:24 +1100 + +gnome-orca (2.25.92-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 02 Mar 2009 22:45:39 +0100 + +gnome-orca (2.25.92-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Luke Yelavich Tue, 03 Mar 2009 09:19:49 +1100 + +gnome-orca (2.25.91-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Sun, 01 Mar 2009 14:22:07 +0100 + +gnome-orca (2.25.91-0ubuntu2) jaunty; urgency=low + + * Rebuild for python2.6. + + -- Matthias Klose Wed, 25 Feb 2009 17:20:18 +0000 + +gnome-orca (2.25.91-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Luke Yelavich Tue, 17 Feb 2009 09:37:36 +1100 + +gnome-orca (2.25.90-0ubuntu2) jaunty; urgency=low + + * debian/patches/06_orca_sudo_gconf.patch: Make sure to shift + ubuntu-specific arguments off the args stack, and re-initialize + the ARGS variable. + + -- Luke Yelavich Tue, 03 Feb 2009 11:28:22 +0100 + +gnome-orca (2.25.90-0ubuntu1) jaunty; urgency=low + + * New upstream release + * 06_orca_sudo_gconf.patch: Ubuntu-specific functionality to force + gconf to be run as a different user. This will be used by the ubiquity + accessibility functionality. + + -- Luke Yelavich Tue, 03 Feb 2009 08:53:01 +0100 + +gnome-orca (2.25.5-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 20 Jan 2009 09:08:47 +1100 + +gnome-orca (2.25.4-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 06 Jan 2009 09:22:53 +1100 + +gnome-orca (2.25.3-0ubuntu1) jaunty; urgency=low + + * New upstream release. + * debian/watch: Update for GNOME 2.25. + + -- Luke Yelavich Tue, 16 Dec 2008 10:04:27 +1100 + +gnome-orca (2.25.2-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 02 Dec 2008 09:12:18 +1100 + +gnome-orca (2.25.1-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Luke Yelavich Fri, 07 Nov 2008 12:14:18 +1100 + +gnome-orca (2.24.3-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Tue, 13 Jan 2009 19:00:59 +0100 + +gnome-orca (2.24.2-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Sun, 30 Nov 2008 21:43:35 +0100 + +gnome-orca (2.24.1-1) experimental; urgency=low + + * debian/watch: Updated to point to 2.24. + * New upstream release. + * debian/patches/01_no_default_desktop_item.patch: Updated. + * debian/patches/04_solaris_specific_fixes.patch: Updated for new + startup script in 2.24.1. + * debian/patches/05_remove_pythonpath.patch: Updated. + + -- Mario Lang Tue, 21 Oct 2008 12:24:36 +0200 + +gnome-orca (2.24.1-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * Regenerated patches where necessary. + + -- Luke Yelavich Thu, 16 Oct 2008 08:56:44 +1100 + +gnome-orca (2.24.0-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Thu, 02 Oct 2008 18:45:40 +0200 + +gnome-orca (2.24.0-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * debian/watch: Updated. + + -- Luke Yelavich Tue, 23 Sep 2008 10:44:05 +1000 + +gnome-orca (2.23.92-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Tue, 09 Sep 2008 12:05:34 +0200 + +gnome-orca (2.23.92-0ubuntu2) intrepid; urgency=low + + * debian/patches/01_add_ubiquity-script.patch: Refresh to fix FTBF. + + -- Luke Yelavich Tue, 09 Sep 2008 12:42:39 +1000 + +gnome-orca (2.23.92-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 09 Sep 2008 10:30:05 +1000 + +gnome-orca (2.23.91-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Luke Yelavich Mon, 08 Sep 2008 16:46:01 +1000 + +gnome-orca (2.23.90-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Wed, 20 Aug 2008 01:24:20 +0200 + +gnome-orca (2.23.90-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 19 Aug 2008 09:15:25 +1000 + +gnome-orca (2.23.6-1) experimental; urgency=low + + * New upstream release. + * debian/control{,.in}: Add python-gnome2-desktop to Build-Depends + (for wnck). + + -- Mario Lang Fri, 08 Aug 2008 02:30:53 +0200 + +gnome-orca (2.23.6-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 05 Aug 2008 09:49:03 +1000 + +gnome-orca (2.23.5-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * debian/control: Add python-gnome2-desktop as a build dependency and + a package dependency. + + -- Luke Yelavich Tue, 22 Jul 2008 08:55:58 +1000 + +gnome-orca (2.23.4-1) experimental; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.8.0 (no changes). + + -- Mario Lang Mon, 16 Jun 2008 21:14:04 +0200 + +gnome-orca (2.23.4-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 17 Jun 2008 10:32:52 +1000 + +gnome-orca (2.23.3-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 02 Jun 2008 20:57:02 +0200 + +gnome-orca (2.23.3-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * debian/control: Depend on python-dbus. + + -- Luke Yelavich Tue, 03 Jun 2008 00:05:40 +1000 + +gnome-orca (2.23.2-1) experimental; urgency=low + + * New upstream release. + * debian/patches/04_solaris_specific_fixes.patch: Updated. + + -- Mario Lang Mon, 12 May 2008 20:52:30 +0200 + +gnome-orca (2.23.2-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * Adjust patches to apply against orca 2.23 where necessary. + + -- Luke Yelavich Sat, 24 May 2008 16:14:53 +0200 + +gnome-orca (2.23.1-1) experimental; urgency=low + + * New upstream release. + * debian/patches/04_solaris_specific_fixes.patch: Update. + + -- Mario Lang Tue, 22 Apr 2008 00:29:41 +0200 + +gnome-orca (2.22.1-2ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/patches/01_add_ubiquity-script.dpatch, Added + - set Maintainer: Ubuntu Accessibility Developers + + * Ubuntu changes dropped: + - Add conflicts/replaces for python-orca-brlapi + - Keep debian/patches/04_solaris_specific_fixes.patch + + -- Luke Yelavich Mon, 12 May 2008 22:37:48 +1000 + +gnome-orca (2.22.1-2) unstable; urgency=low + + * Fix bashisms in orca startup script (Closes: Bug#468681). + * Remove the explicit setting of PYTHONPATH in the orca startup + script (Closes: Bug#476905). + * Nack 2.22.1-1.1 NMU. + + -- Mario Lang Sun, 20 Apr 2008 15:16:35 +0200 + +gnome-orca (2.22.1-1) unstable; urgency=low + + * Add debian/patches/04_solaris_specific_fixes.patch again. + * New upstream release. + + -- Mario Lang Mon, 07 Apr 2008 22:00:25 +0200 + +gnome-orca (2.22.1-0ubuntu1) hardy; urgency=low + + * New upstream release + - Mark space as translatable, fixed upstream. (LP: #208180, LP: #208186) + + -- Luke Yelavich Tue, 08 Apr 2008 09:29:08 +1000 + +gnome-orca (2.22.0-1) unstable; urgency=low + + * New upstream release. + * Tighten Depends on python-pyatspi to >= 1.22.0. + + -- Mario Lang Tue, 11 Mar 2008 19:44:14 +0100 + +gnome-orca (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release. + * debian/watch: Updated accordingly. + + -- Luke Yelavich Tue, 11 Mar 2008 09:00:56 +1100 + +gnome-orca (2.21.92-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Luke Yelavich Tue, 26 Feb 2008 14:05:40 +1100 + +gnome-orca (2.21.91-1) experimental; urgency=low + + * Depend on libgail-gnome-module (from Ubuntu gnome-orca package). + * New upstream release. + + -- Mario Lang Wed, 20 Feb 2008 12:16:48 +0100 + +gnome-orca (2.21.91-0ubuntu1) hardy; urgency=low + + * New upstream release. (LP: #191104) + + -- Luke Yelavich Tue, 12 Feb 2008 09:42:04 +1100 + +gnome-orca (2.21.90-1ubuntu1) hardy; urgency=low + + * Merge from debian experimental (LP: #189802), remaining changes: + - debian/patches/01_add_ubiquity-script.dpatch, Added + - set Maintainer: Ubuntu Accessibility Developers + + - Add conflicts/replaces for python-orca-brlapi + - Keep debian/patches/04_solaris_specific_fixes.patch + * debian/control, debian/control.in: + - Added libgail-gnome-module to dependencies. Provides extra + functionality + + -- Luke Yelavich Fri, 08 Feb 2008 09:38:28 +1100 + +gnome-orca (2.21.90-1) experimental; urgency=low + + * New upstream release. + * Update debian/patches/02_disable_brlmodule.patch. + + -- Mario Lang Tue, 05 Feb 2008 22:17:19 +0100 + +gnome-orca (2.21.5-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #182992) + * debian/patches/02_disable_brlmodule.patch: Updated. + + -- Luke Yelavich Tue, 15 Jan 2008 09:14:41 +1100 + +gnome-orca (2.21.4-1) experimental; urgency=low + + * Add Vcs-Svn field. + * New upstream version. + * Update Standards-Version to 3.7.3 (no changes). + + -- Mario Lang Wed, 19 Dec 2007 00:19:24 +0100 + +gnome-orca (2.21.4-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #177088) + + -- Luke Yelavich Tue, 18 Dec 2007 18:14:36 +1100 + +gnome-orca (2.21.3-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Tue, 04 Dec 2007 18:52:37 +0100 + +gnome-orca (2.21.3-0ubuntu2) hardy; urgency=low + + * src/orca/orca.in: + Updated 04_solaris_specific_fixes.patch to use bash instead of dash + for the orca startup script. (LP #176480) + + -- Luke Yelavich Sat, 15 Dec 2007 14:53:56 +1100 + +gnome-orca (2.21.3-0ubuntu1) hardy; urgency=low + + * New upstream release + * debian/patches/01_add_ubiquity-script.patch: + - Updated, Thanks to Rich Burridge . + * debian/control: + - Orca depends on python-pyatspi (>= 1.21.1). + - Move all recommends to depends. We need these to support all + accessibility features, and orca will not work without brltty's + python bindings. + + -- Luke Yelavich Tue, 04 Dec 2007 09:50:39 +1100 + +gnome-orca (2.21.2-1) experimental; urgency=low + + * New upstream release. + * Depend on python-pyatspi. + * debian/patches/04_solaris_specific_fixes.patch: Removed. + * Update watch file to point to 2.21 branch. + * Remove dependency on at-spi and libatspi1.0-0, this is covered by + python-pyatspi. + * Add Homepage field to debian/control{,.in}. + + -- Mario Lang Sat, 01 Dec 2007 18:31:22 +0100 + +gnome-orca (2.21.2-0ubuntu1) hardy; urgency=low + + * Merge from debian unstable (LP: #172515), remaining changes: + - debian/patches/01_add_ubiquity-script.dpatch, + debian/patches/01_no_default_desktop_item.dpatch: Added patches. + - set Maintainer: Ubuntu Accessibility Developers + + - Add conflicts/replaces for python-orca-brlapi + * Ubuntu changes dropped: + - debian/patches/01_libbrlapi_fix.dpatch, + debian/patches/01_link_libbrlapi.dpatch, + debian/patches/02_libbrlapi_fix.dpatch: dropped + - python-orca-brlapi* packages dropped. Using python bindings from + brltty 3.9. + * New upstream release. + * debian/patches/01_add_ubiquity-script.patch: Renamed and removed + dpatch header. + * debian/patches/04_solaris_specific_fixes.patch: Updated. + * debian/watch: Point to 2.21. + + -- Luke Yelavich Wed, 28 Nov 2007 21:50:18 +1100 + +gnome-orca (2.20.2-1) unstable; urgency=low + + * New upstream release. + * Depend on python-brlapi instead of just recommending it + (Closes: Bug#452374). + + -- Mario Lang Tue, 27 Nov 2007 19:56:27 +0100 + +gnome-orca (2.20.1-2) unstable; urgency=low + + * debian/patches/02_disable_brlmodule.patch: Added a simple + hack to disable building the brl module (which is only needed for + backwards-compatibility to brltty 3.7.2). + * debian/patches/02_libbrlapi_fix.patch: Removed, obsolete. + * debian/control{,.in}: Now that we do no longer distribute the brl module + we can make gnome-orca arch: all and remove gnome-orca-common again. + + -- Mario Lang Thu, 01 Nov 2007 17:10:22 +0100 + +gnome-orca (2.20.1-1) unstable; urgency=low + + * Fix debian/watch file to point to 2.20. + * New upstream release. + + -- Mario Lang Thu, 01 Nov 2007 15:58:04 +0100 + +gnome-orca (2.20.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Sat, 13 Oct 2007 22:04:58 +0200 + +gnome-orca (2.20.0-1) unstable; urgency=low + + * New Upstream release. + * debian/control.in: Assume maintainership as per discussion with + Kartik Mistry. + * debian/rules: Remove /usr/share/gnome-pkg-tools/1/rules/check-dist.mk. + + -- Mario Lang Fri, 21 Sep 2007 10:29:17 +0200 + +gnome-orca (2.20.0-0ubuntu1) gutsy; urgency=low + + * New upstream release. + + -- Daniel Holbach Mon, 17 Sep 2007 14:46:33 +0200 + +gnome-orca (2.19.91-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Sun, 02 Sep 2007 13:24:53 +0200 + +gnome-orca (2.19.91-0ubuntu1) gutsy; urgency=low + + * New upstream release (2.19.91) + * New upstream release (2.19.90) + * New upstream release (2.19.6) + + -- Aron Sisak Mon, 27 Aug 2007 11:57:13 +0200 + +gnome-orca (2.19.90-2) experimental; urgency=low + + * Drop libbrlapi1-dev from Build-Depends. + * Recoomend python-brlapi instead of brltty. + + -- Mario Lang Sun, 26 Aug 2007 13:50:45 +0200 + +gnome-orca (2.19.90-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 30 Jul 2007 02:22:47 +0200 + +gnome-orca (2.19.6-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 30 Jul 2007 02:16:49 +0200 + +gnome-orca (2.19.5-1) experimental; urgency=low + + * debian/control.in: Remove myself from Uploaders list since this is + handled by gnome-pkg-tools now. + * New upstream release. + + -- Mario Lang Tue, 10 Jul 2007 17:50:46 +0200 + +gnome-orca (2.19.5-0ubuntu1) gutsy; urgency=low + + * New upstream release. + + -- Luke Yelavich Tue, 10 Jul 2007 21:54:54 +1000 + +gnome-orca (2.19.4-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 18 Jun 2007 11:25:05 +0200 + +gnome-orca (2.19.4-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * debian/control: use ${binary:Version} instead of ${Source-Version}. + * debian/patches/01_add_ubiquity-script.dpatch: updated + + -- Daniel Holbach Mon, 18 Jun 2007 10:29:13 +0200 + +gnome-orca (2.19.3-1) experimental; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 04 Jun 2007 16:33:54 +0200 + +gnome-orca (2.19.2-2) experimental; urgency=low + + * debian/control.in: + * Drop {Build-,}Depends on python-at-spi, it is not needed. + * Better Description borrowed from docs/doc-set/orca.html. + * Drop Build-Depends on libgnome-speech3-dev. orca uses Bonobo at + runtime to communicate with GNOME Speech. + * Depend on libgnome-speech7 instead of 3. + + -- Mario Lang Mon, 14 May 2007 01:03:25 +0200 + +gnome-orca (2.19.2-1) experimental; urgency=low + + [ Loic Minier ] + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + + [ Mario Lang ] + * Add a debian/watch file. + * New upstream release. + + -- Mario Lang Sun, 13 May 2007 20:11:32 +0200 + +gnome-orca (2.19.2-0ubuntu2) gutsy; urgency=low + + * debian/control: + - libgnome-speech3-dev -> libgnome-speech-dev. + - libgnome-speech3 -> libgnome-speech7 (This is an unpleasant hack. Reason + is that the libgnome-speech7 package ships binaries, which should be + split out into a separate package.) + + -- Daniel Holbach Thu, 31 May 2007 09:52:57 +0200 + +gnome-orca (2.19.2-0ubuntu1) gutsy; urgency=low + + * New upstream release. + + -- Daniel Holbach Wed, 16 May 2007 11:21:06 +0200 + +gnome-orca (2.19.1-1) experimental; urgency=low + + * New upstream release. + * debian/patches/03_manpage_fix.patch: Revmoed. + + -- Mario Lang Thu, 03 May 2007 10:18:28 +0200 + +gnome-orca (2.19.1-0ubuntu1) gutsy; urgency=low + + * Synchronized with Debian, remaining Ubuntu changes: + - debian/control: + - newer Depends/Build-Depends, add Packages python-orca-brlapi and + python-orca-brlapi-dbg. + - debian/patches/01_add_ubiquity-script.dpatch, + debian/patches/01_libbrlapi_fix.dpatch, + debian/patches/01_link_libbrlapi.dpatch, + debian/patches/01_no_default_desktop_item.dpatch, + debian/patches/02_libbrlapi_fix.dpatch: added patches. + - debian/rules, debian/control: + - use pycentral, build python packages. + - debian/copyright, debian/README.Debian: give credit to Luke Yelavich. + - debian/install: python2.4 -> python*, install *.so files to different + package. + - debian/watch: added. + * New upstream release. + * debian/control: + - added python-gconf as Build-Depends and Depends. + - set Maintainer: Ubuntu Accessibility Developers + + * debian/patches/01_add_ubiquity-script.dpatch: + - updated. + * debian/patches/01_no_default_desktop_item.dpatch: + - removed .rej file. + + -- Daniel Holbach Thu, 26 Apr 2007 11:06:56 +0200 + +gnome-orca (2.18.1-3) unstable; urgency=low + + * Convert to cdbs (removed most of debian/rules and converted patches + to simple-patchsys). + * debian/patches/04_solaris_specific_fixes.patch: + Updated patch for startup shell script (orca.in). + * debian/rules: Add a rule to run dh_pysupport without having to include + cdbs class python-distutils.mk (which does not work with this package). + * debian/control.in: Tighten up some version dependencies to ensure the user + is getting recent versions. + + -- Mario Lang Mon, 30 Apr 2007 04:02:41 +0200 + +gnome-orca (2.18.1-2) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + + -- Loic Minier Thu, 26 Apr 2007 10:31:01 +0200 + +gnome-orca (2.18.1-1) experimental; urgency=low + + [Kartik Mistry] + * New upstream release, See NEWS for changes in details + - Fixes orca --text-setup (Closes: #408876) + * debian/rules: we use CFLAGS in configure now + * debian/patches/01_no_default_desktop_item.dpatch: updated to work + * debian/control: updated dependency for gnome-mag to (>= 0.12.5) + * debian/control: updated dependency for python-pyorbit to (>= 2.14.0) + (Closes: #414989) + + -- Kartik Mistry Thu, 12 Apr 2007 17:37:26 +0530 + +gnome-orca (2.17.4-2) experimental; urgency=low + + [ Loic Minier ] + * GNOME Team uploads: + - Add a build-dep on gnome-pkg-tools. + - Rename clean: to clean::. + - Include uploaders.mk. + + [ Kartik Mistry ] + * Splitted package in two binaries: gnome-orca/gnome-orca-common since large + part of script are falls under binary-indep + * debian/dirs: removed it + * debian/copyright: updated according to standard copyright file + * Fix typo debian/pyversion to debian/pyversions, file is fixed now + * Added gnome-orca.manpages + * debian/control: minor cleanups, reflect package splits + * debian/rules: minor cleanups, reflect package splits + * Added patch for uselss paragrpah in orca manpage (Closes: #408878) + * Added patch for solaris specific terms in /usr/bin/orca (Closes: #408875) + * debian/README.Debian: in proper format now + + [ Loic Minier ] + * Cleanups. + * 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. + + -- Loic Minier Tue, 10 Apr 2007 14:14:15 +0200 + +gnome-orca (2.17.4-1) experimental; urgency=low + + * Initial release (Closes: #402551) + * Added patches from Ubuntu, 01_no_default_desktop and 02_libbrlapi_fix + + -- Kartik Mistry Sat, 23 Dec 2006 22:52:10 +0530 + --- gnome-orca-2.27.91.orig/debian/rules +++ gnome-orca-2.27.91/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk +GNOME_MODULE := orca + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + dh_pysupport -p$(cdbs_curpkg) + --- gnome-orca-2.27.91.orig/debian/pyversions +++ gnome-orca-2.27.91/debian/pyversions @@ -0,0 +1 @@ +2.4- --- gnome-orca-2.27.91.orig/debian/watch +++ gnome-orca-2.27.91/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/orca/2.27/ \ + orca-(.*)\.tar\.gz \ + debian uupdate --- gnome-orca-2.27.91.orig/debian/copyright +++ gnome-orca-2.27.91/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Kartik Mistry on +Sat, 23 Dec 2006 21:44:43 +0530. + +It was downloaded from: . + +Upstream Authors: Marc Mulcahy + Willie Walker + +License: + + Copyright (C) 2004-2006 Sun Microsystems Inc. + 2005 Google Inc. + 2001-2002 BAUM Retec, A.G. + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2 of the License, or (at + your option) any later version. + + This package is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2006, Kartik Mistry and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- gnome-orca-2.27.91.orig/debian/04_solaris_specific_fixes.patch +++ gnome-orca-2.27.91/debian/04_solaris_specific_fixes.patch @@ -0,0 +1,31 @@ +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.3/src/orca/orca.in gnome-orca-2.27.3.new/src/orca/orca.in +--- gnome-orca-2.27.3/src/orca/orca.in 2009-06-13 02:15:54.000000000 +1000 ++++ gnome-orca-2.27.3.new/src/orca/orca.in 2009-06-16 09:09:15.000000000 +1000 +@@ -30,7 +30,7 @@ + + # Set the user's $PATH for this script. + # +-export PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" ++export PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/X11R6/bin" + + # Save the arguments away. + # +@@ -137,7 +137,7 @@ + fi + fi + +-if [ `echo $ARGS | grep -c "\-q"` -gt 0 ] ; then ++if echo "$ARGS" | grep -- "-q" > /dev/null; then + # If the user has done -q or --quit, that means to tell any + # existing orca process to quit. So, we just do a cleanup. + # +@@ -154,7 +154,8 @@ + if [ "x$ARGS" = "x" ] ; then + CLEANUP=1 + else +- CLEANUP=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"` ++ ++ CLEANUP=`echo "$ARGS" | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"` + fi + + # Clean up before running orca to get anything that might --- gnome-orca-2.27.91.orig/debian/compat +++ gnome-orca-2.27.91/debian/compat @@ -0,0 +1 @@ +5 --- gnome-orca-2.27.91.orig/debian/README.Debian +++ gnome-orca-2.27.91/debian/README.Debian @@ -0,0 +1,9 @@ +gnome-orca for Debian +--------------------- + + It was named gnome-orca to not conflict with the already existing + "orca - Router Monitoring and Graphing System" + + You need to run orca --setup to first time configurations. + + -- Kartik Mistry Sat, 19 Tue 2006 22:52:10 +0530 --- gnome-orca-2.27.91.orig/debian/patches/01_add_ubiquity-script.patch +++ gnome-orca-2.27.91/debian/patches/01_add_ubiquity-script.patch @@ -0,0 +1,142 @@ +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.90/po/POTFILES.in gnome-orca-2.27.90.new/po/POTFILES.in +--- gnome-orca-2.27.90/po/POTFILES.in 2009-02-13 12:24:18.000000000 +1100 ++++ gnome-orca-2.27.90.new/po/POTFILES.in 2009-08-11 09:29:35.592120359 +1000 +@@ -44,6 +44,7 @@ + src/orca/scripts/apps/nautilus.py + src/orca/scripts/apps/notification-daemon.py + src/orca/scripts/apps/notify-osd.py ++src/orca/scripts/apps/ubiquity.py + src/orca/scripts/apps/packagemanager/script.py + src/orca/scripts/apps/packagemanager/tutorialgenerator.py + src/orca/scripts/apps/pidgin/script.py +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.90/src/orca/scripts/apps/Makefile.am gnome-orca-2.27.90.new/src/orca/scripts/apps/Makefile.am +--- gnome-orca-2.27.90/src/orca/scripts/apps/Makefile.am 2009-02-13 12:24:18.000000000 +1100 ++++ gnome-orca-2.27.90.new/src/orca/scripts/apps/Makefile.am 2009-08-11 09:30:15.736120328 +1000 +@@ -32,7 +32,8 @@ + nautilus.py \ + notification-daemon.py \ + notify-osd.py \ +- yelp.py ++ yelp.py \ ++ ubiquity.py + + orca_pythondir=$(pyexecdir)/orca/scripts/apps + +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.90/src/orca/scripts/apps/Makefile.in gnome-orca-2.27.90.new/src/orca/scripts/apps/Makefile.in +--- gnome-orca-2.27.90/src/orca/scripts/apps/Makefile.in 2009-02-14 08:44:32.000000000 +1100 ++++ gnome-orca-2.27.90.new/src/orca/scripts/apps/Makefile.in 2009-08-11 09:30:31.412120582 +1000 +@@ -225,7 +225,8 @@ + nautilus.py \ + notification-daemon.py \ + notify-osd.py \ +- yelp.py ++ yelp.py \ ++ ubiquity.py + + orca_pythondir = $(pyexecdir)/orca/scripts/apps + all: all-recursive +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.90/src/orca/scripts/apps/ubiquity.py gnome-orca-2.27.90.new/src/orca/scripts/apps/ubiquity.py +--- gnome-orca-2.27.90/src/orca/scripts/apps/ubiquity.py 1970-01-01 10:00:00.000000000 +1000 ++++ gnome-orca-2.27.90.new/src/orca/scripts/apps/ubiquity.py 2009-08-11 09:30:57.152120562 +1000 +@@ -0,0 +1,101 @@ ++# Orca ++# ++# Copyright 2005-2006 Sun Microsystems Inc. ++# ++# This library is free software; you can redistribute it and/or ++# modify it under the terms of the GNU Library General Public ++# License as published by the Free Software Foundation; either ++# version 2 of the License, or (at your option) any later version. ++# ++# This library is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# Library General Public License for more details. ++# ++# You should have received a copy of the GNU Library General Public ++# License along with this library; if not, write to the ++# Free Software Foundation, Inc., 59 Temple Place - Suite 330, ++# Boston, MA 02111-1307, USA. ++ ++"""Custom script for Ubuiquity.""" ++ ++__id__ = "$Id: Ubiquity.py,v 1.63 2006/07/28 17:33:18 wwalker Exp $" ++__version__ = "$Revision: 1.63 $" ++__date__ = "$Date: 2006/07/28 17:33:18 $" ++__copyright__ = "Copyright (c) 2005-2006 Sun Microsystems Inc." ++__license__ = "LGPL" ++ ++import orca.default as default ++import orca.rolenames as rolenames ++import orca.speech as speech ++import orca.util as util ++ ++######################################################################## ++# # ++# The Ubiquity script class. # ++# # ++######################################################################## ++ ++class Script(default.Script): ++ ++ def __init__(self, app): ++ """Creates a new script for the given application. ++ ++ Arguments: ++ - app: the application to create a script for. ++ """ ++ ++ default.Script.__init__(self, app) ++ ++ self.setupLabels = {} ++ self.currentTab = None ++ ++ def onWindowActivated(self, event): ++ if self.currentTab: #Speak current open tab ++ obj = self.currentTab.child(0) ++ for n in range(obj.childCount): ++ if util.getDisplayedText(obj.child(n)): ++ speech.speak(util.getDisplayedText(obj.child(n))) ++ ++ default.Script.onWindowActivated(self, event) ++ ++ def onSelectionChanged(self, event): ++ ++ if event.source.name:#for location selection. ++ panel = event.source.parent ++ ++ allLabels = util.findByRole(panel, rolenames.ROLE_LABEL) ++ ++ speech.speak(util.getDisplayedText(allLabels[6])) ++ speech.speak(util.getDisplayedText(event.source)) ++ speech.speak(util.getDisplayedText(allLabels[3])) ++ speech.speak(util.getDisplayedText(allLabels[0])) ++ speech.speak(util.getDisplayedText(allLabels[5])) ++ speech.speak(util.getDisplayedText(allLabels[2])) ++ speech.speak(util.getDisplayedText(allLabels[4])) ++ speech.speak(util.getDisplayedText(allLabels[1])) ++ return ++ ++ def onStateChanged(self, event): ++ if event.detail1 == 1 and event.type.endswith("showing"): ++ # for text box on last page. ++ if event.source.role == rolenames.ROLE_VIEWPORT and \ ++ event.source.child(0).role == rolenames.ROLE_TEXT: ++ speech.speak(util.getDisplayedText(event.source.child(0))) ++ ++ obj = event.source ++ # To read the headers and instruction labels not associated ++ # with an input widget. ++ # ++ while not obj.role == rolenames.ROLE_FRAME: ++ if obj.parent.role == rolenames.ROLE_PAGE_TAB and \ ++ not self.currentTab == obj.parent: ++ self.currentTab = obj.parent ++ ++ for n in range(obj.childCount): ++ if util.getDisplayedText(obj.child(n)): ++ speech.speak(util.getDisplayedText(obj.child(n))) ++ ++ return ++ else: ++ obj = obj.parent --- gnome-orca-2.27.91.orig/debian/patches/05_remove_pythonpath.patch +++ gnome-orca-2.27.91/debian/patches/05_remove_pythonpath.patch @@ -0,0 +1,12 @@ +--- src/orca/orca.in.orig 2008-10-21 12:22:23.000000000 +0200 ++++ src/orca/orca.in 2008-10-21 12:23:26.000000000 +0200 +@@ -101,9 +101,6 @@ + # + runOrca() + { +- exec_prefix=@prefix@ +- PYTHONPATH=${PYTHONPATH}:@pyexecdir@ +- export PYTHONPATH + saveXmodmap + exec @PYTHON@ -c "import orca.orca; orca.orca.main()" "$ARGS" + restoreXmodmap --- gnome-orca-2.27.91.orig/debian/patches/06_orca_sudo_gconf.patch +++ gnome-orca-2.27.91/debian/patches/06_orca_sudo_gconf.patch @@ -0,0 +1,21 @@ +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.25.90/src/orca/orca.in gnome-orca-2.25.90.new/src/orca/orca.in +--- gnome-orca-2.25.90/src/orca/orca.in 2009-02-03 11:27:19.000000000 +0100 ++++ gnome-orca-2.25.90.new/src/orca/orca.in 2009-02-03 11:27:56.000000000 +0100 +@@ -118,8 +118,16 @@ + # all set and we don't need to muck around. + # + if [ "x$LOGNAME" != "xgdm" ] ; then +- ACCESSIBILITY_ENABLED=`gconftool-2 \ ++ if [ "$1" = "-sudo" ]; then ++ shift ++ ACCESSIBILITY_ENABLED=`sudo -u "$1" gconftool-2 \ ++ --get /desktop/gnome/interface/accessibility` ++ shift ++ ARGS="$*" ++ else ++ ACCESSIBILITY_ENABLED=`gconftool-2 \ + --get /desktop/gnome/interface/accessibility` ++ fi + if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then + # Because we will be running Orca in text-setup mode, we want to + # make sure it is run in a terminal window. If we're already in --- gnome-orca-2.27.91.orig/debian/patches/01_no_default_desktop_item.patch +++ gnome-orca-2.27.91/debian/patches/01_no_default_desktop_item.patch @@ -0,0 +1,17 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01_no_default_desktop_item.dpatch by Sebastien Bacher +## +## DP: No Default Desktop Entry for gnome-orca + +@DPATCH@ + +--- gnome-orca-2.18.1-orig/orca.desktop.in 2007-04-13 09:02:08.000000000 +0530 ++++ gnome-orca-2.18.1/orca.desktop.in 2007-04-13 09:02:49.000000000 +0530 +@@ -8,6 +8,7 @@ + Type=Application + StartupNotify=true + Categories=GTK;GNOME;Utility;Accessibility; ++NoDisplay=true + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=orca + X-GNOME-Bugzilla-Component=general --- gnome-orca-2.27.91.orig/debian/patches/04_solaris_specific_fixes.patch +++ gnome-orca-2.27.91/debian/patches/04_solaris_specific_fixes.patch @@ -0,0 +1,34 @@ +The orca startup shell script contains some *isms. +Remove solaris specific PATH components, use /bin/sh instead of /bin/bash +and other cleanups. + +diff -Nur -x '*.orig' -x '*~' gnome-orca-2.27.4/src/orca/orca.in gnome-orca-2.27.4.new/src/orca/orca.in +--- gnome-orca-2.27.4/src/orca/orca.in 2009-07-09 03:33:50.000000000 +1000 ++++ gnome-orca-2.27.4.new/src/orca/orca.in 2009-07-14 09:00:59.155242329 +1000 +@@ -30,7 +30,7 @@ + + # Set the user's $PATH for this script. + # +-PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" ++PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/X11R6/bin" + export PATH + + # Save the arguments away. +@@ -138,7 +138,7 @@ + fi + fi + +-if [ `echo $ARGS | grep -c "\-q"` -gt 0 ] ; then ++if echo "$ARGS" | grep -- "-q" > /dev/null; then + # If the user has done -q or --quit, that means to tell any + # existing orca process to quit. So, we just do a cleanup. + # +@@ -155,7 +155,7 @@ + if [ "x$ARGS" = "x" ] ; then + CLEANUP=1 + else +- CLEANUP=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"` ++ CLEANUP=`echo "$ARGS" | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"` + fi + + # Clean up before running orca to get anything that might