~ubuntu-branches/ubuntu/wily/gnome-orca/wily-proposed

« back to all changes in this revision

Viewing changes to src/orca/scripts/apps/rhythmbox/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mario Lang, Emilio Pozuelo Monfort, Mario Lang
  • Date: 2014-03-26 09:02:03 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20140326090203-hklufxw4me5mq70b
Tags: 3.12.0-1
[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Depend on gsettings-desktop-schemas, needed for the a11y gsettings
    keys. Closes: #741211.

[ Mario Lang ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
orca_python_PYTHON = \
2
2
        __init__.py \
3
 
        braille_generator.py \
4
3
        formatting.py \
5
 
        script.py \
6
 
        speech_generator.py
 
4
        script.py
7
5
 
8
6
orca_pythondir=$(pkgpythondir)/scripts/apps/rhythmbox
9
7