From 97c7d1bd9376af9c1ce433e66dd6c6b2d83c9912 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Thu, 21 Aug 2008 14:57:51 +0000 Subject: [PATCH] * Add python-numpy dependency * change version --- debian/control | 2 +- telemeta/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 4e575a64..a1158628 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ 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, mysql-server, octave2.9, python-tk, libgd2-xpm, libsndfile1 +Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm, libsndfile1, python-numpy Recommends: lame Suggests: ecasound, festival, par2 Description: web frontend to backup, transcode and tag any audio content with metadata diff --git a/telemeta/__init__.py b/telemeta/__init__.py index bf349fc4..57499c97 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -11,12 +11,12 @@ U{http://svn.parisson.org/telemeta} """ __docformat__ = 'epytext en' -__version__ = '0.3.1' +__version__ = '0.3.2' __url__ = 'http://svn.parisson.org/telemeta' -__copyright__ = '(C) 2007 Parisson' +__copyright__ = '(C) 2007-2008 Parisson SARL' __license__ = 'BSD' __license_long__ = """ - Copyright (C) 2007 Parisson + Copyright (C) 2007 Parisson SARL All rights reserved. Redistribution and use in source and binary forms, with or without -- 2.39.5