Apport hook not packaged
Bug #1204284 reported by
Robert Ancell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-system-compositor (Ubuntu) |
Fix Released
|
Medium
|
Robert Ancell |
Bug Description
The apport hook debian/
Related branches
lp://staging/~robert-ancell/mir/no-apport-hook
- Alan Griffiths: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 25 lines (+0/-21)1 file modifieddebian/source_mir.py (+0/-21)
lp://staging/~robert-ancell/unity-system-compositor/install-apport-hook
- PS Jenkins bot (community): Approve (continuous-integration)
- Chris Halse Rogers: Approve
-
Diff: 8 lines (+1/-0)1 file modifieddebian/unity-system-compositor.install (+1/-0)
Changed in mir: | |
status: | New → Triaged |
Changed in mir (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in mir: | |
importance: | Undecided → Medium |
To post a comment you must log in.
If you use dh_apport ("dh --with apport") from the dh-apport package, put the hook into debian/ libmirserver0. apport (in general: debian/ <binarypkgname> .apport) if it should only apply to the libmirserver0 library package, or debian/ source. apport if it should apply to all binary packages from the source package.
If you install them without dh-apport: Put them into /usr/share/ apport/ package- hooks/source- mir.py (i. e. source- <srcpkgname> .py) to apply to all binaries, or into /usr/share/ apport/ package- hooks/libmirser ver0.py (i. e. <binarypkgname>.py) to only apply to a specific binary.