summaryrefslogtreecommitdiff
path: root/debian/ubuntu/apport-hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ubuntu/apport-hook.py')
-rw-r--r--debian/ubuntu/apport-hook.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/ubuntu/apport-hook.py b/debian/ubuntu/apport-hook.py
new file mode 100644
index 0000000..200718b
--- /dev/null
+++ b/debian/ubuntu/apport-hook.py
@@ -0,0 +1,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)
+