[Python-modules-commits] r1141 - in /packages/mmpython/trunk/debian: ./ changelog compat control copyright manpages mminfo.1 patches/ patches/ifoparser-add-stdint-include.patch patches/remove-shebangs.patch pycompat rules watch

toadstool-guest at users.alioth.debian.org toadstool-guest at users.alioth.debian.org
Sun Jul 9 16:28:37 UTC 2006


Author: toadstool-guest
Date: Sun Jul  9 16:28:36 2006
New Revision: 1141

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1141
Log:
Load newtrunk into packages/mmpython/trunk.

Added:
    packages/mmpython/trunk/debian/
    packages/mmpython/trunk/debian/changelog
    packages/mmpython/trunk/debian/compat
    packages/mmpython/trunk/debian/control
    packages/mmpython/trunk/debian/copyright
    packages/mmpython/trunk/debian/manpages
    packages/mmpython/trunk/debian/mminfo.1
    packages/mmpython/trunk/debian/patches/
    packages/mmpython/trunk/debian/patches/ifoparser-add-stdint-include.patch
    packages/mmpython/trunk/debian/patches/remove-shebangs.patch
    packages/mmpython/trunk/debian/pycompat
    packages/mmpython/trunk/debian/rules   (with props)
    packages/mmpython/trunk/debian/watch

Added: packages/mmpython/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/changelog?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/changelog (added)
+++ packages/mmpython/trunk/debian/changelog Sun Jul  9 16:28:36 2006
@@ -1,0 +1,11 @@
+mmpython (0.4.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #372821).
+  * debian/patches:
+    -> debian/patches/ifoparser-add-stdint-include.patch: fix a FTBFS when
+    if mmpython.disc.ifoparse is built.
+    -> remove-shebangs.patch: remove useless shebangs from .py files which are
+    not in the PATH.
+
+ -- Jeremie Corbier <jeremie.corbier at resel.enst-bretagne.fr>  Tue,  4 Jul 2006 17:18:01 +0200
+

Added: packages/mmpython/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/compat?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/compat (added)
+++ packages/mmpython/trunk/debian/compat Sun Jul  9 16:28:36 2006
@@ -1,0 +1,1 @@
+5

Added: packages/mmpython/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/control?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/control (added)
+++ packages/mmpython/trunk/debian/control Sun Jul  9 16:28:36 2006
@@ -1,0 +1,20 @@
+Source: mmpython
+Section: python
+Priority: optional
+Maintainer: Jeremie Corbier <jeremie.corbier at resel.enst-bretagne.fr>
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-central (>= 0.4.17), libdvdread-dev
+XS-Python-Version: all
+Standards-Version: 3.7.2.1
+
+Package: python-mmpython
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python-xml (>= 0.8.4-5)
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Media Metadata for Python
+ MMPython is a Media Meta Data retrieval framework. It retrieves metadata
+ from mp3, ogg, avi, jpg, tiff and other file formats. Among others it
+ thereby parses ID3v2, ID3v1, EXIF, IPTC and Vorbis data into an object
+ oriented struture.
+ .
+  Homepage: http://mmpython.sourceforge.net/

Added: packages/mmpython/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/copyright?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/copyright (added)
+++ packages/mmpython/trunk/debian/copyright Sun Jul  9 16:28:36 2006
@@ -1,0 +1,70 @@
+This package was debianized by Jeremie Corbier <jeremie.corbier at resel.enst-bretagne.fr>
+on Thu,  8 Jun 2006 12:42:06 +0200.
+
+It was downloaded from http://sourceforge.net/projects/mmpython/
+
+Copyright:
+
+ MMPython - Media Metadata for Python
+ Copyright (C) 2003-2005 Thomas Schueppel, Dirk Meyer
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MER-
+ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+The complete text of the GNU General Public License can be found in
+`/usr/share/common-licenses/GPL'.
+
+This package also includes some code from the following projects:
+
+- disc/ifomodule.c is based on ifoinfo from Jens Arnfast
+  (http://arnfast.net/projects/ifoinfo.php)
+
+   Copyright (c) 2002 Jens Arnfast <jens at arnfast.net>
+
+   LICENSE
+
+   This program is released under the same conditions as Perl, that
+   is, either of the following:
+
+   a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version.
+
+   b) the Artistic License.
+
+- The Python CDDB module from Ben Gertzfield <che at debian.org>
+  http://cddb-py.sourceforge.net/
+
+   Copyright (C) 1999-2003 Ben Gertzfield <che at debian.org>
+
+   This work is released under the GNU GPL version 2 or any later version.
+
+- bins support by John Cooper, made for the Freevo project
+
+   Copyright (C) 2002 John M Cooper <john.cooper at yourcommunications.co.uk>
+
+   This work is released under the GNU GPL version 2 or any later version.
+
+- code from "exifdump.py" originally written by Thierry Bousch
+  <bousch at topo.math.u-psud.fr> and released into the public domain.
+  and code by Gene Cash <gcash at cfl.rr.com>
+
+- code out of Vivake Guptas mp3info which is to be found at
+  http://www.omniscia.org/~vivake/python/MP3Info.py
+
+   Copyright (c) 2002-2004 Vivake Gupta (vivakeATlab49.com).  All rights
+   reserved.
+
+   This work is released under the GNU GPL version 2 or any later version.
+   

Added: packages/mmpython/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/manpages?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/manpages (added)
+++ packages/mmpython/trunk/debian/manpages Sun Jul  9 16:28:36 2006
@@ -1,0 +1,1 @@
+debian/mminfo.1

Added: packages/mmpython/trunk/debian/mminfo.1
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/mminfo.1?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/mminfo.1 (added)
+++ packages/mmpython/trunk/debian/mminfo.1 Sun Jul  9 16:28:36 2006
@@ -1,0 +1,22 @@
+.TH MMINFO 1 "June 2006"
+.SH NAME
+mminfo \- mmpython media info.
+.SH SYNOPSIS
+.B mminfo [--help] [-d] files
+.SH DESCRIPTION
+\fBmminfo\fP is a program that reads media
+.I files
+metadata (ID3, EXIF, Vorbis and IPTC tags) using mmpython.
+.SH OPTIONS
+.TP
+.BI --help
+Display this help and exit.
+.TP
+.BI -d
+Turn on debug mode.
+.SH AUTHOR
+mmpython was written by Thomas Schueppel and Dirk Meyer.
+.PP
+This manual page was written by Jeremie Corbier <jeremie.corbier at resel.enst-bretagne.fr>,
+for the Debian project (but may be used by others).
+

Added: packages/mmpython/trunk/debian/patches/ifoparser-add-stdint-include.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/patches/ifoparser-add-stdint-include.patch?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/patches/ifoparser-add-stdint-include.patch (added)
+++ packages/mmpython/trunk/debian/patches/ifoparser-add-stdint-include.patch Sun Jul  9 16:28:36 2006
@@ -1,0 +1,11 @@
+diff -Nur mmpython-0.4.9/disc/ifomodule.c mmpython-0.4.9.new/disc/ifomodule.c
+--- mmpython-0.4.9/disc/ifomodule.c	2006-06-12 14:50:17.000000000 +0200
++++ mmpython-0.4.9.new/disc/ifomodule.c	2006-07-04 17:12:28.000000000 +0200
+@@ -4,6 +4,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include <unistd.h>

Added: packages/mmpython/trunk/debian/patches/remove-shebangs.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/patches/remove-shebangs.patch?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/patches/remove-shebangs.patch (added)
+++ packages/mmpython/trunk/debian/patches/remove-shebangs.patch Sun Jul  9 16:28:36 2006
@@ -1,0 +1,32 @@
+diff -Nur mmpython-0.4.9/audio/m4ainfo.py mmpython-0.4.9.new/audio/m4ainfo.py
+--- mmpython-0.4.9/audio/m4ainfo.py	2004-09-27 16:54:37.000000000 +0200
++++ mmpython-0.4.9.new/audio/m4ainfo.py	2006-06-11 18:35:39.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # Based on a sample implementation posted to daap-dev mailing list by
+ # Bob Ippolito <bob at redivi.com>
+ #
+diff -Nur mmpython-0.4.9/disc/CDDB.py mmpython-0.4.9.new/disc/CDDB.py
+--- mmpython-0.4.9/disc/CDDB.py	2004-11-14 20:26:38.000000000 +0100
++++ mmpython-0.4.9.new/disc/CDDB.py	2006-06-11 18:35:47.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ 
+ # Module for retrieving CDDB v1 data from CDDB servers via HTTP
+ 
+diff -Nur mmpython-0.4.9/disc/DiscID.py mmpython-0.4.9.new/disc/DiscID.py
+--- mmpython-0.4.9/disc/DiscID.py	2004-11-14 20:26:38.000000000 +0100
++++ mmpython-0.4.9.new/disc/DiscID.py	2006-06-11 18:35:53.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ 
+ # Module for fetching information about an audio compact disc and
+ # returning it in a format friendly to CDDB.
+diff -Nur mmpython-0.4.9/__init__.py mmpython-0.4.9.new/__init__.py
+--- mmpython-0.4.9/__init__.py	2004-10-15 11:02:11.000000000 +0200
++++ mmpython-0.4.9.new/__init__.py	2006-06-11 18:35:31.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #if 0
+ # -----------------------------------------------------------------------
+ # $Id: __init__.py,v 1.35 2004/10/15 09:02:11 dischi Exp $

Added: packages/mmpython/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/pycompat?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/pycompat (added)
+++ packages/mmpython/trunk/debian/pycompat Sun Jul  9 16:28:36 2006
@@ -1,0 +1,1 @@
+2

Added: packages/mmpython/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/rules?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/rules (added)
+++ packages/mmpython/trunk/debian/rules Sun Jul  9 16:28:36 2006
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+clean::
+	rm -f version.pyc

Propchange: packages/mmpython/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/mmpython/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/mmpython/trunk/debian/watch?rev=1141&op=file
==============================================================================
--- packages/mmpython/trunk/debian/watch (added)
+++ packages/mmpython/trunk/debian/watch Sun Jul  9 16:28:36 2006
@@ -1,0 +1,3 @@
+version=3
+
+http://qa.debian.org/watch/sf.php/mmpython mmpython-((?:\d\.)+\d)\.tar\.gz




More information about the Python-modules-commits mailing list