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

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Sun Apr 10 18:59:06 UTC 2011


Author: mlang
Date: Sun Apr 10 18:59:01 2011
New Revision: 27402

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27402
Log:
* New upstream release
* debian/patches/11_debian_gdm.patch: Updated.
* debian/control{,.in}: Drop outdated Conflicts/Replaces on
  gnome-orca-common.

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
    desktop/experimental/gnome-orca/debian/watch

Modified: desktop/experimental/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/changelog?rev=27402&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/changelog [utf-8] Sun Apr 10 18:59:01 2011
@@ -1,3 +1,12 @@
+gnome-orca (3.0.0-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.
+
+ -- Mario Lang <mlang at debian.org>  Sun, 10 Apr 2011 20:56:50 +0200
+
 gnome-orca (2.91.6-1) experimental; urgency=low
 
   * New upstream release.

Modified: desktop/experimental/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/control?rev=27402&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/control [utf-8] Sun Apr 10 18:59:01 2011
@@ -24,10 +24,8 @@
                python-gnome2-dev,
                python-gtk2-dev,
                python-pyatspi,
-               python-pyorbit-dev (>= 2.14.0),
                python-support (>= 0.5.6),
                python-louis (>= 1.6.2), liblouis-dev,
-               python-yaml,
                python-xdg
 Standards-Version: 3.9.1
 
@@ -43,12 +41,9 @@
          python-brlapi,
          python-louis (>= 1.6.2),
          python-dbus,
-         python-xdg,
-         python-yaml
+         python-xdg
 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

Modified: desktop/experimental/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/control.in?rev=27402&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/control.in [utf-8] Sun Apr 10 18:59:01 2011
@@ -19,10 +19,8 @@
                python-gnome2-dev,
                python-gtk2-dev,
                python-pyatspi,
-               python-pyorbit-dev (>= 2.14.0),
                python-support (>= 0.5.6),
                python-louis (>= 1.6.2), liblouis-dev,
-               python-yaml,
                python-xdg
 Standards-Version: 3.9.1
 
@@ -38,12 +36,9 @@
          python-brlapi,
          python-louis (>= 1.6.2),
          python-dbus,
-         python-xdg,
-         python-yaml
+         python-xdg
 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

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=27402&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] Sun Apr 10 18:59:01 2011
@@ -1,11 +1,11 @@
---- orca-2.91.6/src/orca/orca.in.orig	2011-01-08 00:57:23.000000000 +0100
-+++ orca-2.91.6/src/orca/orca.in	2011-02-20 14:20:19.891641922 +0100
+--- orca-3.0.0/src/orca/orca.in.orig	2011-04-04 22:32:01.000000000 +0200
++++ orca-3.0.0/src/orca/orca.in	2011-04-10 20:48:01.034458674 +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.
  #
 -if [ "x$LOGNAME" != "xgdm" ] ; then
 +if [ "x$LOGNAME" != "xDebian-gdm" ] ; then
-     ACCESSIBILITY_ENABLED=`gconftool-2 \
-         --get /desktop/gnome/interface/accessibility`
+     ACCESSIBILITY_ENABLED=`gsettings \
+         get org.gnome.desktop.interface toolkit-accessibility`
      if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then

Modified: desktop/experimental/gnome-orca/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/watch?rev=27402&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/watch [utf-8] (original)
+++ desktop/experimental/gnome-orca/debian/watch [utf-8] Sun Apr 10 18:59:01 2011
@@ -1,4 +1,4 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/orca/2.91/ \
+http://ftp.gnome.org/pub/GNOME/sources/orca/3.0/ \
         orca-(.*)\.tar\.gz \
         debian uupdate




More information about the pkg-gnome-commits mailing list