File: control

package info (click to toggle)
codecgraph 20120114-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,384 kB
  • sloc: python: 353; makefile: 106; sh: 72
file content (18 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: codecgraph
Section: sound
Priority: extra
Maintainer: Keng-Yu Lin <kengyu@lexical.tw>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), dh-python
Standards-Version: 3.9.6
Homepage: http://helllabs.org/codecgraph/

Package: codecgraph
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, graphviz
Description: Generates graphviz graphs from HDA-Intel codec information
 Codecgraph is a tool to generate a graph based on the ALSA description 
 of a High Definition Audio codec. The generated graph depicts the HDA 
 codec layout and node connections, helping driver troubleshooting and 
 maintenance. Codecgraph's parser reads the codec description from 
 /proc/asound/card*/codec#0 and parsed data is sent to Graphviz for 
 actual graph generation.