File: apport-hook.py

package info (click to toggle)
pulseaudio 16.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,888 kB
  • sloc: ansic: 155,893; sh: 1,042; python: 789; cpp: 431; perl: 166; xml: 84; makefile: 70
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')