debian/0000775000000000000000000000000012142436267007177 5ustar debian/patches/0000775000000000000000000000000012142436267010626 5ustar debian/patches/series0000664000000000000000000000002011722442670012031 0ustar 00_fix_setup_py debian/patches/00_fix_setup_py0000664000000000000000000000222211513446726013566 0ustar Index: pyalsa-1.0.22/setup.py =================================================================== --- pyalsa-1.0.22.orig/setup.py 2010-11-15 17:19:48.619533896 +0900 +++ pyalsa-1.0.22/setup.py 2010-11-15 17:19:56.011535013 +0900 @@ -58,11 +58,11 @@ scripts=[] ) -uname = os.uname() -a = 'build/lib.%s-%s-%s' % (uname[0].lower(), uname[4], sys.version[:3]) -for f in ['alsacard.so', 'alsacontrol.so', 'alsahcontrol.so', 'alsamixer.so', 'alsaseq.so']: - if not os.path.exists('pyalsa/%s' % f): - a = '../build/lib.%s-%s-%s/pyalsa/%s' % (uname[0].lower(), - uname[4], sys.version[:3], f) - print a, f - os.symlink(a, 'pyalsa/%s' % f) +#uname = os.uname() +#a = 'build/lib.%s-%s-%s' % (uname[0].lower(), uname[4], sys.version[:3]) +#for f in ['alsacard.so', 'alsacontrol.so', 'alsahcontrol.so', 'alsamixer.so', 'alsaseq.so']: +# if not os.path.exists('pyalsa/%s' % f): +# a = '../build/lib.%s-%s-%s/pyalsa/%s' % (uname[0].lower(), +# uname[4], sys.version[:3], f) +# print a, f +# os.symlink(a, 'pyalsa/%s' % f) debian/source/0000775000000000000000000000000012142436267010477 5ustar debian/source/format0000664000000000000000000000001411513446726011707 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005211722442670012110 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/copyright0000664000000000000000000000342011522676437011137 0ustar This work was packaged for Debian by: TANIGUCHI Takaki on Mon, 15 Nov 2010 16:36:54 +0900 It was downloaded from: http://www.alsa-project.org/main/index.php/Main_Page Upstream Author: The ALSA Team Copyright: Copyright (c) 2007 by Jaroslav Kysela Copyright (c) 2008 by Aldrin Martoq License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This package 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 Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". The Debian packaging is: Copyright (C) 2010 TANIGUCHI Takaki and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". util2/*: GPL2+ utils/aconnect.py: Copyright (C) 2008 Aldrin Martoq Copyright (C) 1999 Takashi Iwai utils/aplaymidi.py: Copyright (C) 2008 Aldrin Martoq Copyright (C) 2004-2006 Clemens Ladisch utils/aseqdump.py: Copyright (C) 2008 Aldrin Martoq Copyright (C) 2005 Clemens Ladisch test/seqtest*: public domain debian/rules0000775000000000000000000000005611566354217010263 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000211513446726010377 0ustar 7 debian/control0000664000000000000000000000153712142047107010577 0ustar Source: python-pyalsa Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-all-dev, libasound2-dev Standards-Version: 3.9.3 Homepage: http://www.alsa-project.org/main/index.php/Main_Page Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pyalsa/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pyalsa/trunk/ Package: python-pyalsa Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Official ALSA Python binding library Official ALSA Python binding, including hardware management, mixer and sequencer control. . ALSA is the Advanced Linux Sound Architecture. debian/docs0000664000000000000000000000000611513446726010050 0ustar utils debian/changelog0000664000000000000000000000245612142436174011055 0ustar python-pyalsa (1.0.26-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Wed, 08 May 2013 20:52:19 +0900 python-pyalsa (1.0.25-1) unstable; urgency=low [ Jakub Wilk ] * Add Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release * Bump Standards-Version to 3.9.3. + Update debian/copyright URI. * debian/patches: removed patches. + debian-changes-1.0.22-1 + 00_create_symlink * debian/source/options: Added. -- TANIGUCHI Takaki Mon, 27 Feb 2012 09:05:31 +0900 python-pyalsa (1.0.24-2) unstable; urgency=low * Switch to dh_python2. * Bump Standards-Version to 3.9.2 (with no changes). -- TANIGUCHI Takaki Mon, 23 May 2011 12:45:55 +0900 python-pyalsa (1.0.24-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Fri, 04 Feb 2011 13:13:44 +0900 python-pyalsa (1.0.22-2) unstable; urgency=low * debian/clean: instead of rules target. -- TANIGUCHI Takaki Sat, 29 Jan 2011 13:02:50 +0900 python-pyalsa (1.0.22-1) unstable; urgency=low * Initial release (Closes: #565605) -- TANIGUCHI Takaki Mon, 15 Nov 2010 21:12:53 +0900 debian/clean0000664000000000000000000000001011521166061010163 0ustar version debian/watch0000664000000000000000000000010611513446726010227 0ustar version=3 ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-(.*)\.tar\.bz2