[Python-modules-commits] r15313 - in packages/python-pyalsa/trunk (15 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Thu Jan 13 00:56:45 UTC 2011
Date: Thursday, January 13, 2011 @ 00:56:41
Author: takaki
Revision: 15313
[svn-inject] Applying Debian modifications (1.0.22-1) to trunk
Added:
packages/python-pyalsa/trunk/debian/
packages/python-pyalsa/trunk/debian/changelog
packages/python-pyalsa/trunk/debian/compat
packages/python-pyalsa/trunk/debian/control
packages/python-pyalsa/trunk/debian/copyright
packages/python-pyalsa/trunk/debian/docs
packages/python-pyalsa/trunk/debian/patches/
packages/python-pyalsa/trunk/debian/patches/00_create_symlink
packages/python-pyalsa/trunk/debian/patches/00_fix_setup_py
packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1
packages/python-pyalsa/trunk/debian/patches/series
packages/python-pyalsa/trunk/debian/rules
packages/python-pyalsa/trunk/debian/source/
packages/python-pyalsa/trunk/debian/source/format
packages/python-pyalsa/trunk/debian/watch
Property changes on: packages/python-pyalsa/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-pyalsa/trunk/debian/changelog
===================================================================
--- packages/python-pyalsa/trunk/debian/changelog (rev 0)
+++ packages/python-pyalsa/trunk/debian/changelog 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,5 @@
+python-pyalsa (1.0.22-1) unstable; urgency=low
+
+ * Initial release (Closes: #565605)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 15 Nov 2010 21:12:53 +0900
Added: packages/python-pyalsa/trunk/debian/compat
===================================================================
--- packages/python-pyalsa/trunk/debian/compat (rev 0)
+++ packages/python-pyalsa/trunk/debian/compat 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1 @@
+7
Added: packages/python-pyalsa/trunk/debian/control
===================================================================
--- packages/python-pyalsa/trunk/debian/control (rev 0)
+++ packages/python-pyalsa/trunk/debian/control 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,22 @@
+Source: python-pyalsa
+Section: python
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-support,
+ python-setuptools, python-all-dev,
+ libasound2-dev
+Standards-Version: 3.9.1
+Homepage: http://www.alsa-project.org/main/index.php/Main_Page
+#Vcs-Git: git://git.debian.org/collab-maint/python-pyalsa.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyalsa.git;a=summary
+
+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.
Added: packages/python-pyalsa/trunk/debian/copyright
===================================================================
--- packages/python-pyalsa/trunk/debian/copyright (rev 0)
+++ packages/python-pyalsa/trunk/debian/copyright 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,55 @@
+This work was packaged for Debian by:
+
+ TANIGUCHI Takaki <takaki at debian.org> 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 <alsa-devel at alsa-project.org>
+
+Copyright:
+
+ Copyright (c) 2007 by Jaroslav Kysela <perex at perex.cz>
+ Copyright (c) 2008 by Aldrin Martoq <amartoq at dcc.uchile.cl>
+
+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 <http://www.gnu.org/licenses/>.
+
+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 <takaki at debian.org>
+
+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 <amartoq at dcc.uchile.cl>
+ Copyright (C) 1999 Takashi Iwai
+
+utils/aplaymidi.py:
+ Copyright (C) 2008 Aldrin Martoq <amartoq at dcc.uchile.cl>
+ Copyright (C) 2004-2006 Clemens Ladisch <clemens at ladisch.de>
+
+utils/aseqdump.py:
+ Copyright (C) 2008 Aldrin Martoq <amartoq at dcc.uchile.cl>
+ Copyright (C) 2005 Clemens Ladisch <clemens at ladisch.de>
Added: packages/python-pyalsa/trunk/debian/docs
===================================================================
--- packages/python-pyalsa/trunk/debian/docs (rev 0)
+++ packages/python-pyalsa/trunk/debian/docs 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1 @@
+utils
Added: packages/python-pyalsa/trunk/debian/patches/00_create_symlink
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/00_create_symlink (rev 0)
+++ packages/python-pyalsa/trunk/debian/patches/00_create_symlink 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,12 @@
+Index: pyalsa-1.0.22/setup.py
+===================================================================
+--- pyalsa-1.0.22.orig/setup.py 2010-11-15 17:02:37.295532601 +0900
++++ pyalsa-1.0.22/setup.py 2010-11-15 17:07:49.559533912 +0900
+@@ -65,4 +65,6 @@
+ 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)
++ if not os.path.lexists('pyalsa/%s' % f):
++ os.unlink('pyalsa/%s' % f)
++ os.symlink(a, 'pyalsa/%s' % f)
Added: packages/python-pyalsa/trunk/debian/patches/00_fix_setup_py
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/00_fix_setup_py (rev 0)
+++ packages/python-pyalsa/trunk/debian/patches/00_fix_setup_py 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,24 @@
+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)
Added: packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1 (rev 0)
+++ packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,34 @@
+Description: Upstream changes introduced in version 1.0.22-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-pyalsa (1.0.22-1) unstable; urgency=low
+ .
+ * Initial release (Closes: #565605)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: TANIGUCHI Takaki <takaki at debian.org>
+Bug-Debian: http://bugs.debian.org/565605
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-pyalsa-1.0.22.orig/pyalsa.egg-info/SOURCES.txt
++++ python-pyalsa-1.0.22/pyalsa.egg-info/SOURCES.txt
+@@ -1,4 +1,5 @@
+ MANIFEST.in
++setup.cfg
+ setup.py
+ pyalsa/__init__.py
+ pyalsa/alsacard.c
Added: packages/python-pyalsa/trunk/debian/patches/series
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/series (rev 0)
+++ packages/python-pyalsa/trunk/debian/patches/series 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,2 @@
+00_fix_setup_py
+debian-changes-1.0.22-1
Added: packages/python-pyalsa/trunk/debian/rules
===================================================================
--- packages/python-pyalsa/trunk/debian/rules (rev 0)
+++ packages/python-pyalsa/trunk/debian/rules 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f version
Property changes on: packages/python-pyalsa/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-pyalsa/trunk/debian/source/format
===================================================================
--- packages/python-pyalsa/trunk/debian/source/format (rev 0)
+++ packages/python-pyalsa/trunk/debian/source/format 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-pyalsa/trunk/debian/watch
===================================================================
--- packages/python-pyalsa/trunk/debian/watch (rev 0)
+++ packages/python-pyalsa/trunk/debian/watch 2011-01-13 00:56:41 UTC (rev 15313)
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-(.*)\.tar\.bz2
More information about the Python-modules-commits
mailing list