debian/0000755000000000000000000000000012260036351007164 5ustar debian/rules0000755000000000000000000000077612260032527010257 0ustar #! /usr/bin/make -f %: dh $@ --with python2 override_dh_auto_clean: dh_auto_clean rm -rf doc/html/_sources rm -f doc/html/.buildinfo rm -f doc/html/objects.inv rm -f doc/html/_static/websupport.js override_dh_installdocs: dh_installdocs ln -sf /usr/share/javascript/jquery/jquery.js debian/python-alsaaudio/usr/share/doc/python-alsaaudio/html/_static/jquery.js ln -sf /usr/share/javascript/underscore/underscore.js debian/python-alsaaudio/usr/share/doc/python-alsaaudio/html/_static/underscore.js debian/source/0000755000000000000000000000000012214701112010455 5ustar debian/source/format0000644000000000000000000000001412166136635011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000313212260035505011035 0ustar pyalsaaudio (0.7-1) unstable; urgency=medium * New upstream release * Upgrade package to 3.0 (quilt) -- Paul Brossier Sun, 29 Dec 2013 09:55:13 -0400 pyalsaaudio (0.5+svn36-1) unstable; urgency=low * New upstream version with more patches in svn * debian/control: - remove rafl from maintainer field (closes: #523169) - add Build-Depends on sphinx - span Build-Depends on multiple lines - change section to python, bump Standards-Version, fix typo on API - add a recommends on libjs-jquery * debian/rules: - rebuild documentation using sphinx - remove dh_python call - make a link to packaged jquery.js - do not compress javascript files * debian/docs: install freshly generated documentation (closes: #408349) * debian/watch: update to match new tarballs -- Paul Brossier Wed, 16 Sep 2009 14:49:43 +0200 pyalsaaudio (0.2-1) unstable; urgency=low * New upstream release * Add a watch file * Use debian/examples and debian/docs * Merge changelog with ubuntu * Add myself to uploaders field * Upload to debian (closes: #382796) -- Paul Brossier Sun, 13 Aug 2006 17:08:01 +0200 pyalsaaudio (0.1-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Wed, 9 Aug 2006 00:18:33 +0200 pyalsaaudio (0.1-1ubuntu1) hoary; urgency=low * Upload to hoary with python2.4 support -- Thom May Sat, 29 Jan 2005 12:47:04 +0000 pyalsaaudio (0.1-1) unstable; urgency=low * First upload. -- Thom May Fri, 07 Jan 2005 19:19:49 +0000 debian/examples0000644000000000000000000000006312260024701010720 0ustar mixertest.py playbacktest.py recordtest.py test.py debian/watch0000644000000000000000000000011412260024701010205 0ustar version=3 http://sf.net/pyalsaaudio/pyalsaaudio-(.*)\.tar.gz debian uupdate debian/docs0000644000000000000000000000002612260024701010031 0ustar README TODO doc/html/ debian/copyright0000644000000000000000000000562712260024701011125 0ustar This package was first debianized by Thom May on Fri, 07 Jan 2005 19:19:49 +0000. This package was refactored to the new python policy by Florian Ragwitz on Wed, 09 Aug 2006 01:00:49 +0200. Copyright holder: Casper Wilstrup Upstream author: Casper Wilstrup License: From the README: This software is licensed under the PSF license - the same one used by the majority of the python distribution. Basically you can use it for anything you wish (even commercial purposes). There is no warranty whatsoever. PSF LICENSE AGREEMENT FOR PYTHON 2.3 ------------------------------------ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.3 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.3 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002 Python Software Foundation; All Rights Reserved" are retained in Python 2.3 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.3. 4. PSF is making Python 2.3 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.3, Licensee agrees to be bound by the terms and conditions of this License Agreement. debian/control0000644000000000000000000000111312260036005010557 0ustar Source: pyalsaaudio Section: python Priority: optional Maintainer: Paul Brossier Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libasound2-dev, python-sphinx, libjs-jquery, libjs-underscore Standards-Version: 3.9.5 Package: python-alsaaudio Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: libjs-jquery, libjs-underscore Description: Alsa bindings for Python The PyAlsaAudio package contains bindings for the ALSA sound API. debian/compat0000644000000000000000000000000212260024701010356 0ustar 5