Maintainer: Guillaume Pellerin <yomguy@altern.org>
Uploaders: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.3.5-7), cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3), python-dev (>= 2.3.5-7)
-Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
+Standards-Version: 3.7.3
Package: telemeta
Architecture: any
Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, sqlite3 | mysql-server, octave2.9, octave2.9-forge, python-tk, libgd2-xpm, libsndfile1
Recommends: lame
Suggests: ecasound, festival, par2
-XB-Python-Version: ${python:Versions}
Description: web frontend to backup, transcode and tag any audio content with metadata
- Telemeta is a global audio archiving program which introduces useful and secure
- indexing methods to backup digitalized audio files and metadata dictionnaries.
- It is dedicated to backup any digitized and documented sound from collections of
- vinyls, magnetic tapes or audio CD over a strong database in accordance with
- many standards. Export functions also encapsulate edited metadata into
- compressed file. The object style architecture will soon provide user-friendly
- interfaces and plugin' style audio processing.
+ Telemeta is a global audio archiving program which introduces useful and
+ secure indexing methods to backup digitalized audio files and metadata
+ dictionnaries. It is dedicated to backup any digitized and documented sound
+ from collections of vinyls, magnetic tapes or audio CD over a strong database
+ in accordance with many standards. Export functions also encapsulate edited
+ metadata into compressed file. The object style architecture will soon provide
+ user-friendly interfaces and plugin' style audio processing.
Here are the main features of Telemeta:
* Secure media editing and archiving over networks
* Easy transcoding
DEB_PYTHON_SYSTEM := pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_SETUP_CMD = setup.py
+DEB_COMPRESS_EXCLUDE := .pyc
+