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.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/ubuntu/apport-hook.py b/debian/ubuntu/apport-hook.py
new file mode 100644
index 0000000..343d7a3
--- /dev/null
+++ b/debian/ubuntu/apport-hook.py
@@ -0,0 +1,11 @@
+'''apport package hook for foomatic-filters
+
+(c) 2009 Canonical Ltd.
+Author: Brian Murray <brian@ubuntu.com>
+'''
+
+from apport.hookutils import *
+
+def add_info(report):
+ attach_hardware(report)
+ attach_printing(report)