]> git.parisson.com Git - timeside.git/commitdiff
debian/: remove, now on git.debian.org
authorPaul Brossier <piem@piem.org>
Tue, 18 Mar 2014 21:22:13 +0000 (18:22 -0300)
committerPaul Brossier <piem@piem.org>
Tue, 18 Mar 2014 21:22:13 +0000 (18:22 -0300)
14 files changed:
debian/README.source [deleted file]
debian/changelog [deleted file]
debian/clean [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/patches/disable-numpydoc.patch [deleted file]
debian/patches/series [deleted file]
debian/python-timeside-doc.doc-base [deleted file]
debian/python-timeside-doc.docs [deleted file]
debian/python-timeside.docs [deleted file]
debian/python-timeside.install [deleted file]
debian/rules [deleted file]
debian/source/format [deleted file]

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index 6946384..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-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>
-
-
-
-
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 7914e32..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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
diff --git a/debian/clean b/debian/clean
deleted file mode 100644 (file)
index 0c61b96..0000000
+++ /dev/null
@@ -1 +0,0 @@
-TimeSide.egg-info/*
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 45a4fb7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 890fe5f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-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.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 1fc7dae..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-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".
diff --git a/debian/patches/disable-numpydoc.patch b/debian/patches/disable-numpydoc.patch
deleted file mode 100644 (file)
index db6241b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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('../../')
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index 793a9d2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#disable-numpydoc.patch
diff --git a/debian/python-timeside-doc.doc-base b/debian/python-timeside-doc.doc-base
deleted file mode 100644 (file)
index 459321e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-
diff --git a/debian/python-timeside-doc.docs b/debian/python-timeside-doc.docs
deleted file mode 100644 (file)
index 8137b04..0000000
+++ /dev/null
@@ -1 +0,0 @@
-doc/build/html
diff --git a/debian/python-timeside.docs b/debian/python-timeside.docs
deleted file mode 100644 (file)
index 5669cc1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-README.rst
-#tests/
diff --git a/debian/python-timeside.install b/debian/python-timeside.install
deleted file mode 100644 (file)
index 6845771..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 698cfe8..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/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
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)