From eaf34adcbd8095bc6d1f3371b1227f654c7b19fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 May 2014 16:00:09 +0200 Subject: add apport-hook, autotools --- debian/ubuntu/apport-hook.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/ubuntu/apport-hook.py (limited to 'debian/ubuntu') 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 +''' + +from apport.hookutils import * + +def add_info(report): + attach_dmesg(report) + attach_hardware(report) + attach_related_packages(report, packages) + -- cgit v1.2.3