File: control

package info (click to toggle)
codecgraph 20120115-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,460 kB
  • sloc: python: 353; sh: 144; javascript: 116; makefile: 106; perl: 62
file content (19 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: codecgraph
Section: sound
Maintainer: Keng-Yu Lin <kengyu@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/codecgraph
Vcs-Git: https://salsa.debian.org/debian/codecgraph.git
Homepage: https://github.com/cmatsuoka/codecgraph

Package: codecgraph
Architecture: all
Depends: ${misc:Depends}, ${python3: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.