~elementary-os/ubuntu-package-imports/evince-vivid

« back to all changes in this revision

Viewing changes to debian/evince.apport

  • Committer: RabbitBot
  • Date: 2015-05-31 18:19:12 UTC
  • Revision ID: rabbitbot@elementaryos.org-20150531181912-jftafuvmgcbwvieg
Initial import, version 3.14.2-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'''apport package hook for evince
 
2
 
 
3
(c) 2009-2011 Canonical Ltd.
 
4
Author:
 
5
Jamie Strandboge <jamie@ubuntu.com>
 
6
 
 
7
'''
 
8
 
 
9
from apport.hookutils import *
 
10
from os import path
 
11
import re
 
12
 
 
13
def add_info(report):
 
14
    attach_conffiles(report, 'evince')
 
15
    attach_related_packages(report, ['apparmor', 'libapparmor1',
 
16
        'libapparmor-perl', 'apparmor-utils', 'auditd', 'libaudit0'])
 
17
 
 
18
    attach_mac_events(report, ['/usr/bin/evince',
 
19
                               '/usr/bin/evince-previewer',
 
20
                               '/usr/bin/evince-thumbnailer'])