[Python-modules-commits] r19617 - in packages/audioread/trunk (10 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Dec 13 13:49:39 UTC 2011
Date: Tuesday, December 13, 2011 @ 13:49:38
Author: laarmen-guest
Revision: 19617
[svn-inject] Application des modifications Debian (0.2-1) pour le tronc
Added:
packages/audioread/trunk/debian/
packages/audioread/trunk/debian/changelog
packages/audioread/trunk/debian/compat
packages/audioread/trunk/debian/control
packages/audioread/trunk/debian/copyright
packages/audioread/trunk/debian/docs
packages/audioread/trunk/debian/rules
packages/audioread/trunk/debian/source/
packages/audioread/trunk/debian/source/format
packages/audioread/trunk/debian/watch
Property changes on: packages/audioread/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/audioread/trunk/debian/changelog
===================================================================
--- packages/audioread/trunk/debian/changelog (rev 0)
+++ packages/audioread/trunk/debian/changelog 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,5 @@
+audioread (0.2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #651935)
+
+ -- Simon Chopin <chopin.simon at gmail.com> Tue, 13 Dec 2011 12:53:05 +0100
Added: packages/audioread/trunk/debian/compat
===================================================================
--- packages/audioread/trunk/debian/compat (rev 0)
+++ packages/audioread/trunk/debian/compat 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1 @@
+8
Added: packages/audioread/trunk/debian/control
===================================================================
--- packages/audioread/trunk/debian/control (rev 0)
+++ packages/audioread/trunk/debian/control 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,29 @@
+Source: audioread
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 8.0.0),
+ python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+Homepage: https://github.com/sampsyo/audioread
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/audioread/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/audioread/trunk/
+
+Package: python-audioread
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Recommends:
+ python-gst0.10 | ffmpeg,
+ python-pymad
+Description: Backend-agnostic audio decoding Python package
+ Decode audio files using whichever backend is available. The library
+ currently supports:
+ .
+ * GStreamer via gst-python.
+ * MAD via the pymad bindings.
+ * FFmpeg via its command-line interface.
+ * The standard library wave and aifc modules (for WAV and AIFF files).
Added: packages/audioread/trunk/debian/copyright
===================================================================
--- packages/audioread/trunk/debian/copyright (rev 0)
+++ packages/audioread/trunk/debian/copyright 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,32 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: audioread
+Source: https://github.com/sampsyo/autoread
+
+Files: *
+Copyright: 2011 Adrian Sampson <adrian at radbox.org>
+License: Expat
+
+Files: debian/*
+Copyright: 2011 Simon Chopin <chopin.simon at gmail.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
Added: packages/audioread/trunk/debian/docs
===================================================================
--- packages/audioread/trunk/debian/docs (rev 0)
+++ packages/audioread/trunk/debian/docs 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,2 @@
+README.rst
+decode.py
Added: packages/audioread/trunk/debian/rules
===================================================================
--- packages/audioread/trunk/debian/rules (rev 0)
+++ packages/audioread/trunk/debian/rules 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with python2
Property changes on: packages/audioread/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/audioread/trunk/debian/source/format
===================================================================
--- packages/audioread/trunk/debian/source/format (rev 0)
+++ packages/audioread/trunk/debian/source/format 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/audioread/trunk/debian/watch
===================================================================
--- packages/audioread/trunk/debian/watch (rev 0)
+++ packages/audioread/trunk/debian/watch 2011-12-13 13:49:38 UTC (rev 19617)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/a/audioread/audioread-(.+).tar.gz
More information about the Python-modules-commits
mailing list