Mir

Merge lp:~robert-ancell/mir/no-apport-hook into lp:~mir-team/mir/trunk

Proposed by Robert Ancell
Status: Merged
Approved by: Alan Griffiths
Approved revision: no longer in the source branch.
Merged at revision: 963
Proposed branch: lp:~robert-ancell/mir/no-apport-hook
Merge into: lp:~mir-team/mir/trunk
Diff against target: 25 lines (+0/-21)
1 file modified
debian/source_mir.py (+0/-21)
To merge this branch: bzr merge lp:~robert-ancell/mir/no-apport-hook
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+179628@code.launchpad.net

Commit message

Remove apport hook - we're not installing it and libraries don't have hooks anyway. Apps that use libmirserver will have hooks (unity-system-compositor, unity-mir)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

ok

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'debian/source_mir.py'
2--- debian/source_mir.py 2013-03-21 03:12:43 +0000
3+++ debian/source_mir.py 1970-01-01 00:00:00 +0000
4@@ -1,21 +0,0 @@
5-from apport.hookutils import *
6-
7-def add_info(report, ui=None):
8- attach_file_if_exists(report, '/var/log/boot.log', 'BootLog')
9-
10- report['version.libdrm'] = package_versions('libdrm2')
11- report['version.lightdm'] = package_versions('lightdm')
12- report['version.mesa'] = package_versions('libegl1-mesa-dev')
13- return True
14-
15-if __name__ == '__main__':
16- import sys
17-
18- report = {}
19- if not add_info(report, None):
20- print("Unreportable")
21- sys.exit(1)
22- keys = report.keys()
23- keys.sort()
24- for key in keys:
25- print("[%s]\n%s\n" %(key, report[key]))

Subscribers

People subscribed via source and target branches