debian/0000755000000000000000000000000011714147202007165 5ustar debian/docs0000644000000000000000000000002711602643023010035 0ustar BUGS codecs.txt README debian/control0000644000000000000000000000141111602666450010574 0ustar Source: codecgraph Section: sound Priority: extra Maintainer: Keng-Yu Lin Build-Depends: debhelper (>= 7.0.50~), python (>=2.4), python-support Standards-Version: 3.9.2 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. debian/source/0000755000000000000000000000000011602651267010474 5ustar debian/source/format0000644000000000000000000000001411602644356011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010111602644275010216 0ustar version=3 http://helllabs.org/codecgraph/codecgraph-(.+).tar.gz debian/changelog0000644000000000000000000000064311714147202011042 0ustar codecgraph (20120114-1) unstable; urgency=low * New upstream release -- Keng-Yu Lin Tue, 07 Feb 2012 15:05:39 +0800 codecgraph (20090522-1) unstable; urgency=low * Initial release (Closes: bug#477106) - modified from the codecgraph package David Henningsson's PPA (https://launchpad.net/~diwic/+archive/ppa/) -- Keng-Yu Lin Wed, 29 Jun 2011 17:07:11 +0100 debian/compat0000644000000000000000000000000211602643023010361 0ustar 7 debian/patches/0000755000000000000000000000000011602643641010620 5ustar debian/patches/move-py-file-to-usr-share.patch0000644000000000000000000000113211602643023016470 0ustar --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ install: install -m755 -D codecgraph $(DESTDIR)$(PREFIX)/bin/codecgraph - install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/bin/codecgraph.py + install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/share/codecgraph/codecgraph.py install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/share/man/man1/codecgraph.1 thumbs: png --- a/codecgraph +++ b/codecgraph @@ -2,7 +2,7 @@ version="1.0" name=`basename $0` -dir=`dirname $0` +dir="/usr/share/codecgraph" fmt="svg" usage="Usage: $name [-f format] [-h] [-o name] [-v] [codecfile]" help="Options: debian/patches/avoid-usr-local-in-Makefile.patch0000644000000000000000000000072711602643023016761 0ustar --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX = /usr/local +PREFIX = /usr DOTTY = dot samples = \ @@ -62,7 +62,7 @@ install: install -m755 -D codecgraph $(DESTDIR)$(PREFIX)/bin/codecgraph install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/bin/codecgraph.py - install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/man/man1/codecgraph.1 + install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/share/man/man1/codecgraph.1 thumbs: png for p in $(pngfiles);do \ debian/patches/series0000644000000000000000000000010211602643023012020 0ustar avoid-usr-local-in-Makefile.patch move-py-file-to-usr-share.patch debian/copyright0000644000000000000000000000520211602665373011131 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: codecgraph Source: http://helllabs.org/codecgraph/ Files: * Copyright: 2007, Eduardo Habkost 2007, Claudio Matsuoka License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: 2009, David Henningsson 2011, Keng-Yu Lin License: BSD Copyright (c) The Regents of the University of California. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000006411602647273010256 0ustar #!/usr/bin/make -f %: dh --with python-support $@ debian/codecgraph.examples0000644000000000000000000000001211602665771013031 0ustar samples/*