diff -Nru at-spi2-core-2.2.2/debian/90qt-a11y at-spi2-core-2.2.2/debian/90qt-a11y --- at-spi2-core-2.2.2/debian/90qt-a11y 2011-09-05 07:13:30.000000000 +0200 +++ at-spi2-core-2.2.2/debian/90qt-a11y 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -# -*- sh -*- -# Xsession.d script to set the QT_ACCESSIBILITY env variable when accessibility -# is enabled. -# -# This file is sourced by Xsession(5), not executed. - -if [ -x "/usr/bin/gsettings" ]; then - a11y_enabled=$(gsettings get org.gnome.desktop.interface toolkit-accessibility) - if "$a11y_enabled" = "true" ]; then - export QT_ACCESSIBILITY=1 - fi -fi diff -Nru at-spi2-core-2.2.2/debian/at-spi2-core.install at-spi2-core-2.2.2/debian/at-spi2-core.install --- at-spi2-core-2.2.2/debian/at-spi2-core.install 2011-09-05 08:03:28.000000000 +0200 +++ at-spi2-core-2.2.2/debian/at-spi2-core.install 2011-11-24 11:41:12.000000000 +0100 @@ -1,4 +1,3 @@ etc usr/lib/at-spi2-core usr/share/dbus-1 -debian/90qt-a11y etc/X11/Xsession.d diff -Nru at-spi2-core-2.2.2/debian/at-spi2-core.maintscript at-spi2-core-2.2.2/debian/at-spi2-core.maintscript --- at-spi2-core-2.2.2/debian/at-spi2-core.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ at-spi2-core-2.2.2/debian/at-spi2-core.maintscript 2011-11-24 11:43:30.000000000 +0100 @@ -0,0 +1 @@ +rm_conffile /etc/X11/Xsession.d/90qt-a11y 2.2.2-0ubuntu1 at-spi2-core diff -Nru at-spi2-core-2.2.2/debian/changelog at-spi2-core-2.2.2/debian/changelog --- at-spi2-core-2.2.2/debian/changelog 2011-11-15 01:37:49.000000000 +0100 +++ at-spi2-core-2.2.2/debian/changelog 2011-11-24 11:42:01.000000000 +0100 @@ -1,3 +1,12 @@ +at-spi2-core (2.2.2-0ubuntu1.1) oneiric; urgency=low + + * Remove 90qt-a11y: Qt accessibility is not stable enough in Oneiric to be + enabled by default for all applications. A patch for unity-2d specifically + enables accessibility for it so that the desktop remains accessible. + (LP: #877358) + + -- Aurélien Gâteau Thu, 24 Nov 2011 11:41:28 +0100 + at-spi2-core (2.2.2-0ubuntu1) oneiric-proposed; urgency=low * New upstream release (LP: #890491) diff -Nru at-spi2-core-2.2.2/debian/control at-spi2-core-2.2.2/debian/control --- at-spi2-core-2.2.2/debian/control 2011-11-15 00:43:42.000000000 +0100 +++ at-spi2-core-2.2.2/debian/control 2011-11-24 11:41:12.000000000 +0100 @@ -19,6 +19,7 @@ Package: at-spi2-core Architecture: any +Pre-Depends: dpkg (>= 1.15.7.2) Depends: ${misc:Depends}, ${shlibs:Depends} Description: Assistive Technology Service Provider Interface (dbus core) This package contains the core components of GNOME Accessibility.