Merge lp:~ted/hud/fix-pkg-hook into lp:hud/13.10

Proposed by Ted Gould
Status: Merged
Approved by: Antti Kaijanmäki
Approved revision: 326
Merged at revision: 337
Proposed branch: lp:~ted/hud/fix-pkg-hook
Merge into: lp:hud/13.10
Diff against target: 9 lines (+1/-0)
1 file modified
debian/source_hud.py (+1/-0)
To merge this branch: bzr merge lp:~ted/hud/fix-pkg-hook
Reviewer Review Type Date Requested Status
Antti Kaijanmäki (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+189902@code.launchpad.net

Commit message

Add apport dependencies to the package hook

Description of the change

Need to include the apport object

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
Antti Kaijanmäki (kaijanmaki) wrote :

approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/source_hud.py'
2--- debian/source_hud.py 2012-10-24 13:43:21 +0000
3+++ debian/source_hud.py 2013-10-08 16:01:54 +0000
4@@ -1,4 +1,5 @@
5 import os.path
6+from apport.hookutils import *
7
8 def add_info(report):
9 if not apport.packaging.is_distro_package(report['Package'].split()[0]):

Subscribers

People subscribed via source and target branches