+++ /dev/null
-timeside for Debian
--------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
+++ /dev/null
-timeside (0.5.1.2-1) unstable; urgency=low
-
- * New upstream release
- * Initial debian release (Closes: #nnnn)
-
- -- Paul Brossier <piem@debian.org> Wed, 13 Nov 2013 17:43:43 +0100
-
-timeside (0.5.0-1) unstable; urgency=low
-
- * New upstream release
-
- -- Paul Brossier <piem@debian.org> Wed, 02 Oct 2013 00:30:04 -0500
-
-timeside (0.4.3-1) unstable; urgency=low
-
- * First debian package
-
- -- Paul Brossier <piem@debian.org> Mon, 08 Jul 2013 10:18:57 -0500
+++ /dev/null
-TimeSide.egg-info/*
+++ /dev/null
-Source: timeside
-Section: python
-Priority: extra
-Maintainer: Paul Brossier <piem@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python, python-sphinx, python-yaafe
-Standards-Version: 3.9.3
-Homepage: https://github.com/yomguy/TimeSide
-Vcs-Browser: https://github.com/yomguy/TimeSide
-Vcs-Git: https://github.com/yomguy/TimeSide.git
-XS-Python-Version: 2.7
-
-Package: python-timeside
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
- python-simplejson,
- python-yaml,
- python-h5py,
- python-gst0.10,
- gstreamer0.10-plugins-good,
- gstreamer0.10-plugins-bad,
- gstreamer0.10-plugins-ugly,
- gstreamer0.10-gnonlin,
- python-aubio,
- python-yaafe,
- python-scipy,
- python-matplotlib,
- vamp-examples,
- vamp-plugin-sdk,
-Description: open web audio processing framework
- 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.
- .
- It includes a powerful HTML5 interactive player which can be embedded in any
- web application to provide fancy waveforms, various analyzer results, synced
- time metadata display during playback (time-marking) and remote indexing.
- .
- 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 web audio processing framework -- 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
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: timeside
-Source: <http://code.google.com/p/timeside>
-
-Files: *
-Copyright: 2007-2012 Parisson SARL
- 2006-2012 Guillaume Pellerin <pellerin@parisson.com>
- 2010-2012 Paul Brossier <piem@piem.org>
- 2007 Olivier Guilyardi <olivier@samalyse.com>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 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 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 General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-Files: debian/*
-Copyright: 2013 Paul Brossier <piem@debian.org>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 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 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 General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+++ /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('../../')
-
+++ /dev/null
-#disable-numpydoc.patch
+++ /dev/null
-Document: python-timeside
-Title: TimeSide Manual
-Author: Guillaume Pellerin <pellerin@parisson.com>
-Abstract: This is a programming manual for the TimeSide Python module.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/python-timeside-doc/html/index.html
-Files: /usr/share/doc/python-timeside-doc/html/*.html
-
+++ /dev/null
-doc/build/html
+++ /dev/null
-README.rst
-#tests/
+++ /dev/null
-#!/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 $@ --with python2
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf doc/build
-
-override_dh_auto_build:
- dh_auto_build
- cd doc; make html; cd ..
- ln -sf /usr/share/javascript/jquery/jquery.js doc/build/html/_static/jquery.js
- ln -sf /usr/share/javascript/underscore/underscore.js doc/build/html/_static/underscore.js
+++ /dev/null
-3.0 (quilt)