From 5bed2588a297c1462e05307e796d45295039f19e Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Fri, 23 May 2008 11:12:12 +0000 Subject: [PATCH] * Add python info --- debian/control | 18 ++++++++---------- debian/copyright | 2 -- debian/pyversions | 1 + debian/rules | 6 ++++-- 4 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 debian/pyversions diff --git a/debian/control b/debian/control index 64814628..e6094aa6 100644 --- a/debian/control +++ b/debian/control @@ -4,23 +4,21 @@ Priority: optional Maintainer: Guillaume Pellerin Uploaders: Paul Brossier 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 diff --git a/debian/copyright b/debian/copyright index 41b59887..c51f6d7b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -22,6 +22,4 @@ License: The Debian packaging is (C) 2006, Guillaume Pellerin and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 00000000..57a7586e --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.3- diff --git a/debian/rules b/debian/rules index 83a403c1..48b4d9e0 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ 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 + -- 2.39.5