r13353 - in /desktop/unstable/gnome-orca/debian: changelog control control.in gnome-orca-common.docs gnome-orca-common.install gnome-orca.install patches/02_disable_brlmodule.patch patches/02_libbrlapi_fix.patch

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Thu Nov 1 16:07:26 UTC 2007


Author: mlang
Date: Thu Nov  1 16:07:25 2007
New Revision: 13353

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13353
Log:
* debian/patches/02_disable_brlmodule.patch: Added a simple
  hack to disable building the brl module (which is only needed for
  backwards-compatibility to brltty 3.7.2).
* debian/patches/02_libbrlapi_fix.patch: Removed, obsolete.
* debian/control{,.in}: Now that we do no longer distribute the brl module
  we can make gnome-orca arch: all and remove gnome-orca-common again.

Added:
    desktop/unstable/gnome-orca/debian/patches/02_disable_brlmodule.patch
Removed:
    desktop/unstable/gnome-orca/debian/gnome-orca-common.docs
    desktop/unstable/gnome-orca/debian/gnome-orca-common.install
    desktop/unstable/gnome-orca/debian/gnome-orca.install
    desktop/unstable/gnome-orca/debian/patches/02_libbrlapi_fix.patch
Modified:
    desktop/unstable/gnome-orca/debian/changelog
    desktop/unstable/gnome-orca/debian/control
    desktop/unstable/gnome-orca/debian/control.in

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=13353&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog (original)
+++ desktop/unstable/gnome-orca/debian/changelog Thu Nov  1 16:07:25 2007
@@ -1,3 +1,14 @@
+gnome-orca (2.20.1-2) UNRELEASED; urgency=low
+
+  * debian/patches/02_disable_brlmodule.patch: Added a simple
+    hack to disable building the brl module (which is only needed for
+    backwards-compatibility to brltty 3.7.2).
+  * debian/patches/02_libbrlapi_fix.patch: Removed, obsolete.
+  * debian/control{,.in}: Now that we do no longer distribute the brl module
+    we can make gnome-orca arch: all and remove gnome-orca-common again.
+
+ -- Mario Lang <mlang at debian.org>  Thu, 01 Nov 2007 16:53:22 +0100
+
 gnome-orca (2.20.1-1) unstable; urgency=low
 
   * Fix debian/watch file to point to 2.20.

Modified: desktop/unstable/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control?rev=13353&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control (original)
+++ desktop/unstable/gnome-orca/debian/control Thu Nov  1 16:07:25 2007
@@ -22,11 +22,10 @@
 Standards-Version: 3.7.2
 
 Package: gnome-orca
-Architecture: any
+Architecture: all
 Section: gnome
 Priority: optional
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${python:Depends},
          at-spi,
          libatspi1.0-0 (>= 1.18.0),
@@ -34,11 +33,12 @@
          python-pyorbit (>= 2.14.0),
          python-gtk2 (>= 2.10),
          python-glade2,
-         python-gnome2 (>= 2.6.2),
-         gnome-orca-common (= ${source:Version})
+         python-gnome2 (>= 2.6.2)
 Recommends: python-brlapi,
             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}
 Description: Scriptable screen reader
  A flexible, extensible, and powerful assistive technology that
@@ -57,16 +57,3 @@
  .
  Note: gnome-orca works without gnome-mag, you just need it for magnification.
 
-Package: gnome-orca-common
-Architecture: all
-Section: gnome
-Priority: optional
-Replaces: gnome-orca (<< 2.17.4-2)
-Description: Scriptable screen reader (common files)
- 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 common files.

Modified: desktop/unstable/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control.in?rev=13353&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control.in (original)
+++ desktop/unstable/gnome-orca/debian/control.in Thu Nov  1 16:07:25 2007
@@ -22,11 +22,10 @@
 Standards-Version: 3.7.2
 
 Package: gnome-orca
-Architecture: any
+Architecture: all
 Section: gnome
 Priority: optional
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${python:Depends},
          at-spi,
          libatspi1.0-0 (>= 1.18.0),
@@ -34,11 +33,12 @@
          python-pyorbit (>= 2.14.0),
          python-gtk2 (>= 2.10),
          python-glade2,
-         python-gnome2 (>= 2.6.2),
-         gnome-orca-common (= ${source:Version})
+         python-gnome2 (>= 2.6.2)
 Recommends: python-brlapi,
             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}
 Description: Scriptable screen reader
  A flexible, extensible, and powerful assistive technology that
@@ -57,16 +57,3 @@
  .
  Note: gnome-orca works without gnome-mag, you just need it for magnification.
 
-Package: gnome-orca-common
-Architecture: all
-Section: gnome
-Priority: optional
-Replaces: gnome-orca (<< 2.17.4-2)
-Description: Scriptable screen reader (common files)
- 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 common files.

Added: desktop/unstable/gnome-orca/debian/patches/02_disable_brlmodule.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/02_disable_brlmodule.patch?rev=13353&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/02_disable_brlmodule.patch (added)
+++ desktop/unstable/gnome-orca/debian/patches/02_disable_brlmodule.patch Thu Nov  1 16:07:25 2007
@@ -1,0 +1,11 @@
+--- orca-2.20.1/src/Makefile.in.orig	2007-10-15 00:27:42.000000000 +0200
++++ orca-2.20.1/src/Makefile.in	2007-11-01 16:07:16.000000000 +0100
+@@ -227,7 +227,7 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = brl orca
++SUBDIRS = orca
+ all: all-recursive
+ 
+ .SUFFIXES:




More information about the pkg-gnome-commits mailing list