From 48d806eafe8b58d7d06fe066a4a67aa8eef443a6 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Thu, 22 May 2008 11:50:15 +0000 Subject: [PATCH] * Update debian build dir --- debian/changelog | 48 ++++++++++++++++++++++++++++++++++ debian/control | 41 ++++++++++++----------------- debian/copyright | 2 +- debian/rules | 67 ++++-------------------------------------------- 4 files changed, 71 insertions(+), 87 deletions(-) diff --git a/debian/changelog b/debian/changelog index fddb83bc..17945435 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +telemeta (0.3.1) unstable; urgency=low + + * Clear some install features + * Change waveform color + * Change menu order + * Change link order at home + * Fix spectrogram + * Fix tuple bug for version + * Modify setup method (distutils) + * 2nd layout v0.4 item/view + item/edit + * Item instruments prototype display + * Hide empty fields on collection and item detail display + * Layout breaks under 1024x768 : fixbug + * image search, css pagination + * search results: display collection tab by default if there's no item + * fix search combining country/continent and ethnic group + * layout v0.4 item/view + item/edit + * advanced search form/results + fix wrong revert + * advanced seach css formulaire + * fix urls + * affichage mediafile, overflow pour spectrogram + * hide 4D internal field compil_face_plage + * do not print duplicate countries and ethnic groups on collection detail + * item/collection dublincore + fixbug css + * write item and not items with a single result + * enable searching items by publish date and collections by ethnic group + * fix advanced search by title; fix empty search + * affichage item v1 + bug largeur liste definition list + * (re) fix build_query_string filter + * collection dublin core + * collections avec tous les champs + * fix build_query_string filter + * item quick search now also searches the creator (auteur) field + * improved search; search results are now paginated, displaying either + * items or collections, with a tab view + * affichage collections + modifs css + * sort related items by id on collection detail + * advanced search: add missing templates + * model modularization ; add is_published() method for collections + * model modularization + * add advanced search + * models: code cleanup and new docstrings + * Rewrite README and INSTALL + * Show a table for 'normal' data view + * Logo Telemeta FINAL v2 + + -- Guillaume Pellerin Thu, 22 May 2008 14:42:35 +0200 + telemeta (0.3.0-1) unstable; urgency=low * Changed README and INSTALL diff --git a/debian/control b/debian/control index 1e3ed671..64814628 100644 --- a/debian/control +++ b/debian/control @@ -3,30 +3,25 @@ Section: sound Priority: optional Maintainer: Guillaume Pellerin Uploaders: Paul Brossier -Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.3.5-7), -python-dev (>= 2.3.5-7), python-central (>= 0.5) +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 Package: telemeta Architecture: any -Depends: python (>= 2.3.5-7), python-xml, python-central (>= 0.5), -python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio, -ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9, -octave2.9-forge, python-tk -Suggests: lame +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. - -Here are the main features of Telemeta: - + 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 * Full tagging and marking methods @@ -36,10 +31,8 @@ Here are the main features of Telemeta: * Data anti-corruption security with par2 recovery keys * Data synchronizing over remote servers (rsync) * Auto AudioMarking from metadata (thanks to Festival and Ecasound) - -The Telemeta concept is based on collections. A collection includes original -sounds - or albums containing sounds - which will be backuped in a secure way -with a view of transcoded 'public' formats (WAV, FLAC, MP3, OGG and many more -soon...) including metadata editing and publishing tools. - -See http://svn.parisson.org/telemeta/ for more informations. + The Telemeta concept is based on collections. A collection includes original + sounds - or albums containing sounds - which will be backuped in a secure way + with a view of transcoded 'public' formats (WAV, FLAC, MP3, OGG and many more + soon...) including metadata editing and publishing tools. + See http://svn.parisson.org/telemeta/ for more informations. diff --git a/debian/copyright b/debian/copyright index 7bfc7304..41b59887 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Upstream Author: Guillaume Pellerin Copyright: - Copyright (C) 2006-2007 Guillaume Pellerin + Copyright (C) 2006-2007 Guillaume Pellerin License: diff --git a/debian/rules b/debian/rules index fc107317..83a403c1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,65 +1,8 @@ #!/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 +DEB_PYTHON_SYSTEM := pysupport -# This has to be exported to make some magic below work. -export DH_OPTIONS - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -build-stamp: - dh_testdir - touch build-stamp - -build: build-stamp - docbook-to-man debian/telemeta.sgml > debian/telemeta.1 - db2html -o doc/html debian/telemeta.sgml - rm -rf debian/telemeta - cp debian/changelog ChangeLog - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - $(MAKE) clean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/telemeta prefix=/usr install - -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - #dh_installexamples - dh_installman - #dh_installmenu -i - dh_compress - dh_fixperms - dh_pycentral - #dh_python usr/share/telemeta - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: build install - -binary: binary-indep binary-arch - -.PHONY: build clean binary-indep binary-arch binary install configure +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 -- 2.39.5