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

Subscribers

People subscribed via source and target branches