diff --git a/debian/local/apport-hook.py b/debian/local/apport-hook.py new file mode 100644 index 0000000..2206681 --- /dev/null +++ b/debian/local/apport-hook.py @@ -0,0 +1,11 @@ +'''apport package hook for splix + +(c) 2009 Canonical Ltd. +Author: Brian Murray +''' + +from apport.hookutils import * + +def add_info(report): + attach_hardware(report) + attach_printing(report)