~ubuntu-branches/ubuntu/oneiric/checkbox/oneiric-updates

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2010-08-13 16:23:16 UTC
  • Revision ID: james.westby@ubuntu.com-20100813162316-vuvxkco2tc8kxfgp
Tags: 0.10.2
New upstream release (LP: #617583):
* Fixed sleep_test to check the connection if using network-manager.
* Fixed reporting bugs against alsa-base and xorg (LP: #607214)
* Fixed apport dialog no longer appearing (LP: #607217)
* Reduced data file size for the desktop image.
* Updated report to be more pretty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
""",
134
134
    data_files = [
135
135
        ("share/checkbox/", ["backend", "run"]),
136
 
        ("share/checkbox/data/", ["data/*"]),
 
136
        ("share/checkbox/data/audio/", ["data/audio/*"]), 
 
137
        ("share/checkbox/data/documents/", ["data/documents/*"]), 
 
138
        ("share/checkbox/data/images/", ["data/images/*"]), 
 
139
        ("share/checkbox/data/video/", ["data/video/*"]), 
 
140
        ("share/checkbox/data/websites/", ["data/websites/*"]), 
137
141
        ("share/checkbox/examples/", ["examples/*"]),
138
142
        ("share/checkbox/install/", ["install/*"]),
139
143
        ("share/checkbox/patches/", ["patches/*"]),
140
144
        ("share/checkbox/plugins/", ["plugins/*.py"]),
141
 
        ("share/checkbox/report/", ["report/*"]),
 
145
        ("share/checkbox/report/", ["report/*.*"]),
 
146
        ("share/checkbox/report/images/", ["report/images/*"]),
142
147
        ("share/checkbox/scripts/", ["scripts/*"]),
143
148
        ("share/checkbox/gtk/", ["gtk/checkbox-gtk.glade", "gtk/*.png"]),
144
149
        ("share/apport/package-hooks/", ["apport/source_checkbox.py"]),