File: telepathy-mission-control-5.apport

package info (click to toggle)
telepathy-mission-control-5 1%3A5.16.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,324 kB
  • sloc: ansic: 30,895; python: 14,245; sh: 4,552; makefile: 1,022; xml: 758
file content (19 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
'''apport package hook for telepathy-mission-control

(c) 2011 Canonical Ltd.
Author:
Jamie Strandboge <jamie@ubuntu.com>

'''

from apport.hookutils import *
from os import path
import re

def add_info(report):
    attach_conffiles(report, 'telepathy-mission-control-5')
    attach_related_packages(report, ['apparmor', 'libapparmor1',
        'libapparmor-perl', 'apparmor-utils', 'auditd', 'libaudit1'])

    attach_mac_events(report, ['/usr/lib/telepathy/mission-control-5',
                               '/usr/lib/telepathy/telepathy-.*'])