r20131 - in /desktop/experimental/gnome-orca/debian: changelog control control.in gnome-orca-louis.install gnome-orca.install patches/02_disable_brlmodule.patch pyversions

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Wed May 27 09:49:53 UTC 2009


Author: mlang
Date: Wed May 27 09:49:52 2009
New Revision: 20131

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20131
Log:
* debian/patches/02_disable_brlmodule.patch: Remove because upstream
  dropped the old-style brl module.
* debian/control{,.in}:
  - Add liblouis-dev to Build-Depends.
  - Add new binary package gnome-orca-louis for the internal liblouis
    bindings so that gnome-orca can stay arch: all.
  - Upgrade Standards-Version from 3.8.0 to 3.8.1 (no changes).
* debian/gnome-orca{.install,-louis.install}: Added to adjust for
  new -louis binary package.

Added:
    desktop/experimental/gnome-orca/debian/gnome-orca-louis.install
    desktop/experimental/gnome-orca/debian/gnome-orca.install
Removed:
    desktop/experimental/gnome-orca/debian/patches/02_disable_brlmodule.patch
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/pyversions

Modified: desktop/experimental/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/changelog?rev=20131&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/changelog (original)
+++ desktop/experimental/gnome-orca/debian/changelog Wed May 27 09:49:52 2009
@@ -1,8 +1,17 @@
-gnome-orca (2.27.1-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-
- -- Mario Lang <mlang at debian.org>  Wed, 06 May 2009 15:23:46 +0200
+gnome-orca (2.27.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/patches/02_disable_brlmodule.patch: Remove because upstream
+    dropped the old-style brl module.
+  * debian/control{,.in}:
+    - Add liblouis-dev to Build-Depends.
+    - Add new binary package gnome-orca-louis for the internal liblouis
+      bindings so that gnome-orca can stay arch: all.
+    - Upgrade Standards-Version from 3.8.0 to 3.8.1 (no changes).
+  * debian/gnome-orca{.install,-louis.install}: Added to adjust for
+    new -louis binary package.
+
+ -- Mario Lang <mlang at debian.org>  Wed, 27 May 2009 11:03:08 +0200
 
 gnome-orca (2.25.92-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=20131&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control (original)
+++ desktop/experimental/gnome-orca/debian/control Wed May 27 09:49:52 2009
@@ -20,13 +20,12 @@
                python-gtk2-dev,
                python-gnome2-desktop,
                python-pyorbit-dev (>= 2.14.0),
-               python-support (>= 0.5.6)
-Standards-Version: 3.8.0
+               python-support (>= 0.5.6),
+               liblouis-dev
+Standards-Version: 3.8.1
 
 Package: gnome-orca
 Architecture: all
-Section: gnome
-Priority: optional
 Depends: ${misc:Depends},
          ${python:Depends},
          libgnome-speech7 (>= 0.4.11),
@@ -35,7 +34,8 @@
          python-gtk2 (>= 2.10),
          python-glade2,
          python-gnome2 (>= 2.6.2),
-         python-brlapi
+         python-brlapi,
+         gnome-orca-louis
 Recommends: gnome-mag (>= 0.12.5),
             wget
 Conflicts: gnome-orca-common (<< 2.20.1-2)
@@ -59,3 +59,16 @@
  .
  Note: gnome-orca works without gnome-mag, you just need it for magnification.
 
+Package: gnome-orca-louis
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: Scriptable screen reader (contracted braille support)
+ 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.
+ .
+ This package provides support for contracted braille.

Modified: desktop/experimental/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/control.in?rev=20131&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/control.in (original)
+++ desktop/experimental/gnome-orca/debian/control.in Wed May 27 09:49:52 2009
@@ -20,13 +20,12 @@
                python-gtk2-dev,
                python-gnome2-desktop,
                python-pyorbit-dev (>= 2.14.0),
-               python-support (>= 0.5.6)
-Standards-Version: 3.8.0
+               python-support (>= 0.5.6),
+               liblouis-dev
+Standards-Version: 3.8.1
 
 Package: gnome-orca
 Architecture: all
-Section: gnome
-Priority: optional
 Depends: ${misc:Depends},
          ${python:Depends},
          libgnome-speech7 (>= 0.4.11),
@@ -35,7 +34,8 @@
          python-gtk2 (>= 2.10),
          python-glade2,
          python-gnome2 (>= 2.6.2),
-         python-brlapi
+         python-brlapi,
+         gnome-orca-louis
 Recommends: gnome-mag (>= 0.12.5),
             wget
 Conflicts: gnome-orca-common (<< 2.20.1-2)
@@ -59,3 +59,16 @@
  .
  Note: gnome-orca works without gnome-mag, you just need it for magnification.
 
+Package: gnome-orca-louis
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: Scriptable screen reader (contracted braille support)
+ 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.
+ .
+ This package provides support for contracted braille.

Added: desktop/experimental/gnome-orca/debian/gnome-orca-louis.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/gnome-orca-louis.install?rev=20131&op=file
==============================================================================
--- desktop/experimental/gnome-orca/debian/gnome-orca-louis.install (added)
+++ desktop/experimental/gnome-orca/debian/gnome-orca-louis.install Wed May 27 09:49:52 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/orca/louis/*

Added: desktop/experimental/gnome-orca/debian/gnome-orca.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/gnome-orca.install?rev=20131&op=file
==============================================================================
--- desktop/experimental/gnome-orca/debian/gnome-orca.install (added)
+++ desktop/experimental/gnome-orca/debian/gnome-orca.install Wed May 27 09:49:52 2009
@@ -1,0 +1,7 @@
+debian/tmp/usr/bin/*
+debian/tmp/usr/share/applications/*
+debian/tmp/usr/share/icons/*
+debian/tmp/usr/share/locale/*
+debian/tmp/usr/share/orca/*
+debian/tmp/usr/lib/python*/site-packages/orca/*.py
+debian/tmp/usr/lib/python*/site-packages/orca/scripts/*

Modified: desktop/experimental/gnome-orca/debian/pyversions
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/pyversions?rev=20131&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/pyversions (original)
+++ desktop/experimental/gnome-orca/debian/pyversions Wed May 27 09:49:52 2009
@@ -1,1 +1,1 @@
-2.4-
+2.5-




More information about the pkg-gnome-commits mailing list