Section: python
Priority: extra
Maintainer: Paul Brossier <piem@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python
+Build-Depends: debhelper (>= 8.0.0), python, python-sphinx
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/timeside
+Vcs-Browser: https://github.com/yomguy/TimeSide
+Vcs-Git: https://github.com/yomguy/TimeSide.git
Package: python-timeside
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gst0.10, python-aubio, python-yaafe
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-gst0.10, python-aubio, python-yaafe
Description: open and fast web audio components
- TimeSide is a set of python components enabling easy audio processing,
+ TimeSide is a set of Python components enabling easy audio processing,
transcoding, imaging and streaming. Its simple architecture and high-level
API have been design to process serial pipelines.
.
.
The engine (server side) is fully written in Python, the player (client side)
in HTML, CSS and JavaScript.
+
+Package: python-timeside-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, libjs-underscore, libjs-jquery
+Description: open and fast web audio components -- documentation
+ TimeSide is a set of Python components enabling easy audio processing,
+ transcoding, imaging and streaming. Its simple architecture and high-level
+ API have been design to process serial pipelines.
+ .
+ This package provides the HTML documentation for TimeSide.
--- /dev/null
+disable numpydoc for wheezy
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -26,7 +26,7 @@
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'numpydoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage']
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'sphinx.ext.doctest', 'sphinx.ext.coverage']
+
+ doctest_path = os.path.abspath('../../')
+