]> git.parisson.com Git - telemeta.git/commitdiff
* Add python info
authoryomguy <>
Fri, 23 May 2008 11:12:12 +0000 (11:12 +0000)
committeryomguy <>
Fri, 23 May 2008 11:12:12 +0000 (11:12 +0000)
debian/control
debian/copyright
debian/pyversions [new file with mode: 0644]
debian/rules

index 6481462860c2d9e030f5add2c04edd05db344917..e6094aa67857c7fca7b4da3a2ff8cbcd14512d6d 100644 (file)
@@ -4,23 +4,21 @@ Priority: optional
 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
index 41b5988754185c4034fbfc357364fec7789e8da6..c51f6d7b937d4eb86e080316700b78f8f222be13 100644 (file)
@@ -22,6 +22,4 @@ License:
 The Debian packaging is (C) 2006, Guillaume Pellerin <yomguy@altern.org> 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 (file)
index 0000000..57a7586
--- /dev/null
@@ -0,0 +1 @@
+2.3-
index 83a403c1cc0a55b9d2a6ee5f8b2985d2cb5828f2..48b4d9e0403edc3345ef22a8859ba2c9e84a8834 100755 (executable)
@@ -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
+