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/source/options | 2 ++ debian/ubuntu/apport-hook.py | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 debian/source/options create mode 100644 debian/ubuntu/apport-hook.py (limited to 'debian') diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..22a4de9 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = xz +compression-level = 9 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