summaryrefslogtreecommitdiff
path: root/debian/ubuntu/apport-hook.py
blob: 200718b15109f5927fe8c35e33b855b8e607ac87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'''apport package hook for xsdcxx

Author: Jörg Frings-Fürst <ubuntu@jff-webhosting.net>
'''

from apport.hookutils import *

def add_info(report):
    attach_dmesg(report)
    attach_hardware(report)
    attach_related_packages(report, packages)