~ubuntu-branches/ubuntu/hardy/gnome-orca/hardy

« back to all changes in this revision

Viewing changes to debian/patches/01_add_ubiquity-script.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-04-26 11:06:56 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070426110656-uwpmlvdkave5jwrg
Tags: 2.19.1-0ubuntu1
* Synchronized with Debian, remaining Ubuntu changes:
  - debian/control:
    - newer Depends/Build-Depends, add Packages python-orca-brlapi and
      python-orca-brlapi-dbg.
  - debian/patches/01_add_ubiquity-script.dpatch,
    debian/patches/01_libbrlapi_fix.dpatch,
    debian/patches/01_link_libbrlapi.dpatch,
    debian/patches/01_no_default_desktop_item.dpatch,
    debian/patches/02_libbrlapi_fix.dpatch: added patches.
  - debian/rules, debian/control:
    - use pycentral, build python packages.
  - debian/copyright, debian/README.Debian: give credit to Luke Yelavich.
  - debian/install: python2.4 -> python*, install *.so files to different
    package.
  - debian/watch: added.
* New upstream release.
* debian/control:
  - added python-gconf as Build-Depends and Depends.
  - set Maintainer: Ubuntu Accessibility Developers
    <ubuntu-accessibility-devel@lists.ubuntu.com>
* debian/patches/01_add_ubiquity-script.dpatch:
  - updated.
* debian/patches/01_no_default_desktop_item.dpatch:
  - removed .rej file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad gnome-orca-2.17.90~/po/POTFILES.in gnome-orca-2.17.90/po/POTFILES.in
9
 
--- gnome-orca-2.17.90~/po/POTFILES.in  2007-02-10 09:09:33.000000000 +0100
10
 
+++ gnome-orca-2.17.90/po/POTFILES.in   2007-02-10 09:10:23.000000000 +0100
11
 
@@ -48,5 +48,6 @@
 
8
diff -urNad gnome-orca-2.19.1~/po/POTFILES.in gnome-orca-2.19.1/po/POTFILES.in
 
9
--- gnome-orca-2.19.1~/po/POTFILES.in   2007-04-19 01:06:21.000000000 +0200
 
10
+++ gnome-orca-2.19.1/po/POTFILES.in    2007-04-26 11:26:00.000000000 +0200
 
11
@@ -44,6 +44,7 @@
 
12
 src/orca/scripts/planner.py
 
13
 src/orca/scripts/StarOffice.py
 
14
 src/orca/scripts/Thunderbird.py
 
15
+src/orca/scripts/ubiquity.py
 
16
 src/orca/scripts/users-admin.py
12
17
 src/orca/settings.py
13
 
 src/orca/speechgenerator.py
14
 
 src/orca/speech.py
15
 
+src/orca/scripts/ubiquity.py
16
 
 src/orca/util.py
17
 
 src/orca/where_am_I.py
18
 
diff -urNad gnome-orca-2.17.90~/src/orca/scripts/Makefile.am gnome-orca-2.17.90/src/orca/scripts/Makefile.am
19
 
--- gnome-orca-2.17.90~/src/orca/scripts/Makefile.am    2007-02-10 09:09:33.000000000 +0100
20
 
+++ gnome-orca-2.17.90/src/orca/scripts/Makefile.am     2007-02-10 09:10:03.000000000 +0100
21
 
@@ -20,6 +20,7 @@
 
18
 src/orca/speechdispatcherfactory.py
 
19
diff -urNad gnome-orca-2.19.1~/src/orca/scripts/Makefile.am gnome-orca-2.19.1/src/orca/scripts/Makefile.am
 
20
--- gnome-orca-2.19.1~/src/orca/scripts/Makefile.am     2007-04-03 00:20:51.000000000 +0200
 
21
+++ gnome-orca-2.19.1/src/orca/scripts/Makefile.am      2007-04-26 11:25:29.000000000 +0200
 
22
@@ -24,6 +24,7 @@
22
23
        self_voicing.py \
23
24
        StarOffice.py \
24
25
        Thunderbird.py \
26
27
        users-admin.py
27
28
 
28
29
 orca_pythondir=$(pyexecdir)/orca/scripts
29
 
diff -urNad gnome-orca-2.17.90~/src/orca/scripts/Makefile.in gnome-orca-2.17.90/src/orca/scripts/Makefile.in
30
 
--- gnome-orca-2.17.90~/src/orca/scripts/Makefile.in    2007-02-10 09:09:33.000000000 +0100
31
 
+++ gnome-orca-2.17.90/src/orca/scripts/Makefile.in     2007-02-10 09:10:03.000000000 +0100
32
 
@@ -228,6 +228,7 @@
 
30
diff -urNad gnome-orca-2.19.1~/src/orca/scripts/Makefile.in gnome-orca-2.19.1/src/orca/scripts/Makefile.in
 
31
--- gnome-orca-2.19.1~/src/orca/scripts/Makefile.in     2007-04-23 19:10:07.000000000 +0200
 
32
+++ gnome-orca-2.19.1/src/orca/scripts/Makefile.in      2007-04-26 11:25:29.000000000 +0200
 
33
@@ -233,6 +233,7 @@
33
34
        self_voicing.py \
34
35
        StarOffice.py \
35
36
        Thunderbird.py \
37
38
        users-admin.py
38
39
 
39
40
 
40
 
diff -urNad gnome-orca-2.17.90~/src/orca/scripts/ubiquity.py gnome-orca-2.17.90/src/orca/scripts/ubiquity.py
41
 
--- gnome-orca-2.17.90~/src/orca/scripts/ubiquity.py    1970-01-01 01:00:00.000000000 +0100
42
 
+++ gnome-orca-2.17.90/src/orca/scripts/ubiquity.py     2007-02-10 09:10:03.000000000 +0100
 
41
diff -urNad gnome-orca-2.19.1~/src/orca/scripts/ubiquity.py gnome-orca-2.19.1/src/orca/scripts/ubiquity.py
 
42
--- gnome-orca-2.19.1~/src/orca/scripts/ubiquity.py     1970-01-01 01:00:00.000000000 +0100
 
43
+++ gnome-orca-2.19.1/src/orca/scripts/ubiquity.py      2007-04-26 11:25:29.000000000 +0200
43
44
@@ -0,0 +1,120 @@
44
45
+# Orca
45
46
+#