~ubuntu-branches/ubuntu/precise/gnome-orca/precise-proposed

« back to all changes in this revision

Viewing changes to docs/man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2011-09-05 16:11:45 UTC
  • mfrom: (0.9.39 upstream)
  • Revision ID: package-import@ubuntu.com-20110905161145-1hi5a6dva201le8l
Tags: 3.1.90-0ubuntu1
* New upstream release
  - General
    + Fix for bug 626254 - Migrate from PyGTK to PyGObject introspection-
      based bindings
    + Fix for bug 652485 - Remove deprecated (or soon-to-be deprecated)
      GtkBox, GtkTable, etc. and use GtkGrid instead.
    + Fix for bug 657646 - Default stopSpeechOnActiveDescendantChanged()
      should not be so restrictive
    + Fix for bug 657579 - Orca should not present tooltips shown as a
      result of mouse hovering unless the 'present tooltips' setting is
      enabled
  - Gecko
    + Fix for bug 599361 - Significant delay building up the contents
      of certain lines in Firefox
    + Fix for bug 650904 - Work around AT-SPI2 caching issues with
      Thunderbird
  - New and updated translations (THANKS EVERYONE!!!):
    + ca            Catalan              Gil Forcada
    + de            German               Mario Blättermann
    + es            Spanish              Gonzalo Sanhueza, Jorge González
    + id            Indonesian           Andika Triwidada
    + nb            Norwegian bokmål     Kjartan Maraas
    + sr            Serbian              Miroslav Nikolić
    + ug            Uyghur               Abduxukur Abdurixit, Sahran
* debian/control: Update build-depends and package depends as follows:
  - Removed python-gtk2 deps
  - Depend on python-gobject >= 2.91.3
  - Depend on python-pyatspi2 >= 2.1.90
  - Depend on gobject introspection bindings for GTK3, wnck3, and pango

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
46
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
47
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
mkinstalldirs = $(install_sh) -d
49
49
CONFIG_CLEAN_FILES =
50
50
CONFIG_CLEAN_VPATH_FILES =
51
51
SOURCES =
79
79
ACLOCAL = @ACLOCAL@
80
80
ALL_LINGUAS = @ALL_LINGUAS@
81
81
AMTAR = @AMTAR@
 
82
ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
 
83
ATSPI2_LIBS = @ATSPI2_LIBS@
82
84
AUTOCONF = @AUTOCONF@
83
85
AUTOHEADER = @AUTOHEADER@
84
86
AUTOMAKE = @AUTOMAKE@
101
103
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
102
104
GMSGFMT = @GMSGFMT@
103
105
GMSGFMT_015 = @GMSGFMT_015@
 
106
GTK_CFLAGS = @GTK_CFLAGS@
 
107
GTK_LIBS = @GTK_LIBS@
104
108
HELP_DIR = @HELP_DIR@
105
109
INSTALL = @INSTALL@
106
110
INSTALL_DATA = @INSTALL_DATA@
144
148
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
145
149
PLATFORM_PATH = @PLATFORM_PATH@
146
150
POSUB = @POSUB@
 
151
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
152
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
147
153
PYTHON = @PYTHON@
148
154
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
149
155
PYTHON_PLATFORM = @PYTHON_PLATFORM@