File: apport-hook.py

package info (click to toggle)
pulseaudio 10.0-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,136 kB
  • ctags: 15,629
  • sloc: ansic: 144,015; sh: 5,705; makefile: 2,006; python: 515; cpp: 431; perl: 166
file content (15 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'''apport package hook for pulseaudio

(c) 2009 Canonical Ltd.
Author:
Matt Zimmerman <mdz@ubuntu.com>

'''

from apport.hookutils import *
import re

def add_info(report):
	attach_alsa(report)
	recent_syslog(re.compile(r'pulseaudio\['))
	attach_conffiles(report, 'pulseaudio')