~oem-qa/checkbox/patch_deselect_ancestors_when_no_child_is_selected

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David Murphy
  • Date: 2009-07-31 15:34:25 UTC
  • mto: (586.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 587.
  • Revision ID: david.murphy@canonical.com-20090731153425-z52oew618k71sejq
Added general and package specific apport hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        ("share/checkbox/report/", ["report/*"]),
136
136
        ("share/checkbox/scripts/", ["scripts/*"]),
137
137
        ("share/checkbox/gtk/", ["gtk/checkbox-gtk.glade", "gtk/*.png"]),
138
 
        ("share/dbus-1/system-services", ["backend/*.service"])],
 
138
        ("share/dbus-1/system-services", ["backend/*.service"]),
 
139
        ("share/apport/package-hooks/", ["apport/source_checkbox.py"]),
 
140
        ("share/apport/general-hooks/", ["apport/checkbox.py"])],
139
141
    scripts = ["bin/checkbox-backend", "bin/checkbox-cli", "bin/checkbox-gtk"],
140
142
    packages = ["checkbox", "checkbox.contrib", "checkbox.lib", "checkbox.reports",
141
143
        "checkbox.registries", "checkbox_cli", "checkbox_gtk"],