r29201 - in /desktop/experimental/gnome-orca/debian: changelog control control.in patches/11_debian_gdm.patch

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Fri Jul 29 14:53:36 UTC 2011


Author: mlang
Date: Fri Jul 29 14:53:36 2011
New Revision: 29201

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29201
Log:
* Drop libbonobo2-dev from Build-Depends.
* Add python-pyatspi2 and gnome-doc-utils to Build-Depends.

Modified:
    desktop/experimental/gnome-orca/debian/changelog
    desktop/experimental/gnome-orca/debian/control
    desktop/experimental/gnome-orca/debian/control.in
    desktop/experimental/gnome-orca/debian/patches/11_debian_gdm.patch

Modified: desktop/experimental/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/changelog?rev=29201&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/changelog [utf-8] Fri Jul 29 14:53:36 2011
@@ -1,12 +1,13 @@
-gnome-orca (3.0.2-1) UNRELEASED; urgency=low
+gnome-orca (3.0.4-1) UNRELEASED; urgency=low
 
   * New upstream release
   * debian/patches/11_debian_gdm.patch: Updated.
   * debian/control{,.in}: Drop outdated Conflicts/Replaces on
     gnome-orca-common.
-  * Drop python-pyatspi from Build-Depends.
-
- -- Mario Lang <mlang at debian.org>  Fri, 29 Jul 2011 14:41:35 +0200
+  * Drop libbonobo2-dev from Build-Depends.
+  * Add python-pyatspi2 and gnome-doc-utils to Build-Depends.
+
+ -- Mario Lang <mlang at debian.org>  Fri, 29 Jul 2011 16:50:51 +0200
 
 gnome-orca (2.91.6-1) experimental; urgency=low
 

Modified: desktop/experimental/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/control?rev=29201&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/control [utf-8] Fri Jul 29 14:53:36 2011
@@ -15,12 +15,13 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
-               libbonobo2-dev (>= 2.18.0),
+               gnome-doc-utils,
                libglib2.0-dev (>= 2.10.0),
                libxml-parser-perl,
                pkg-config,
                python (>= 2.4),
                python-dbus,
+               python-pyatspi2,
                python-gnome2-dev,
                python-gtk2-dev,
                python-support (>= 0.5.6),

Modified: desktop/experimental/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/control.in?rev=29201&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/control.in [utf-8] Fri Jul 29 14:53:36 2011
@@ -10,12 +10,13 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
-               libbonobo2-dev (>= 2.18.0),
+               gnome-doc-utils,
                libglib2.0-dev (>= 2.10.0),
                libxml-parser-perl,
                pkg-config,
                python (>= 2.4),
                python-dbus,
+               python-pyatspi2,
                python-gnome2-dev,
                python-gtk2-dev,
                python-support (>= 0.5.6),

Modified: desktop/experimental/gnome-orca/debian/patches/11_debian_gdm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/patches/11_debian_gdm.patch?rev=29201&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/patches/11_debian_gdm.patch [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/patches/11_debian_gdm.patch [utf-8] Fri Jul 29 14:53:36 2011
@@ -1,5 +1,5 @@
---- orca-3.0.2/src/orca/orca.in.orig	2011-05-24 01:15:30.000000000 +0200
-+++ orca-3.0.2/src/orca/orca.in	2011-07-29 14:19:37.000000000 +0200
+--- orca-3.0.4/src/orca/orca.in.orig	2011-07-25 22:31:22.000000000 +0200
++++ orca-3.0.4/src/orca/orca.in	2011-07-29 16:20:33.000000000 +0200
 @@ -130,7 +130,7 @@
  # accessible login.  If we're running as gdm, we assume everything is
  # all set and we don't need to muck around.
@@ -8,4 +8,4 @@
 +if [ "x$LOGNAME" != "xDebian-gdm" ] ; then
      ACCESSIBILITY_ENABLED=`gsettings \
          get org.gnome.desktop.interface toolkit-accessibility`
-     if [[ "x$ACCESSIBILITY_ENABLED" != "xtrue" && \
+     if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] &&




More information about the pkg-gnome-commits mailing list