[Python-modules-commits] r1988 - in
/packages/hachoir-metadata/trunk/debian: ./ changelog compat
control copyright hachoir-metadata.1 manpages pycompat pyversions rules
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Apr 5 16:08:49 UTC 2007
Author: piotr
Date: Thu Apr 5 16:08:49 2007
New Revision: 1988
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1988
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/hachoir-metadata/trunk/debian/ (with props)
packages/hachoir-metadata/trunk/debian/changelog
packages/hachoir-metadata/trunk/debian/compat
packages/hachoir-metadata/trunk/debian/control
packages/hachoir-metadata/trunk/debian/copyright
packages/hachoir-metadata/trunk/debian/hachoir-metadata.1
packages/hachoir-metadata/trunk/debian/manpages
packages/hachoir-metadata/trunk/debian/pycompat
packages/hachoir-metadata/trunk/debian/pyversions
packages/hachoir-metadata/trunk/debian/rules (with props)
Propchange: packages/hachoir-metadata/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/hachoir-metadata/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/changelog?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/changelog (added)
+++ packages/hachoir-metadata/trunk/debian/changelog Thu Apr 5 16:08:49 2007
@@ -1,0 +1,19 @@
+hachoir-metadata (0.8.2-1) unstable; urgency=low
+
+ * New upstream release
+ * python-setuptools is now optional, remove it from Build-Depends
+ * no longer requires hachoir-parser to build
+
+ -- Michel Casabona <michel.casabona at free.fr> Sun, 28 Jan 2007 15:19:09 +0100
+
+hachoir-metadata (0.7.0-2) UNRELEASED; urgency=low
+
+ * convert to python-support
+
+ -- Michel Casabona <michel.casabona at free.fr> Mon, 22 Jan 2007 17:57:05 +0100
+
+hachoir-metadata (0.7.0-1) UNRELEASED; urgency=low
+
+ * source package automatically created by stdeb
+
+ -- Michel Casabona <michel.casabona at free.fr> Mon, 22 Jan 2007 17:56:41 +0100
Added: packages/hachoir-metadata/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/compat?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/compat (added)
+++ packages/hachoir-metadata/trunk/debian/compat Thu Apr 5 16:08:49 2007
@@ -1,0 +1,1 @@
+5
Added: packages/hachoir-metadata/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/control?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/control (added)
+++ packages/hachoir-metadata/trunk/debian/control Thu Apr 5 16:08:49 2007
@@ -1,0 +1,42 @@
+Source: hachoir-metadata
+Section: python
+Priority: optional
+Maintainer: Michel Casabona <michel.casabona at free.fr>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4)
+Build-Depends-Indep: python-all-dev (>= 2.4)
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-metadata/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/?op=log
+
+Package: python-hachoir-metadata
+Architecture: all
+Depends: ${python:Depends}, python-hachoir-parser (>= 0.8.1)
+Description: Program to extract metadata using Hachoir library
+ hachoir-metadata extracts metadata from multimedia files: music, picture,
+ video, but also archives. It supports most common file formats:
+ * Archives: bzip2, gzip, zip, tar
+ * Audio: MPEG audio ("MP3"), WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI,
+ AIFF, AIFC, Real audio (RA)
+ * Image: BMP, CUR, EMF, ICO, GIF, JPEG, PCX, PNG, TGA, TIFF, WMF, XCF
+ * Video: ASF format (WMV video), AVI, Matroska (MKV), Quicktime (MOV),
+ Ogg/Theora, Real media (RM)
+ .
+ It tries to give the more informations as possible. For some file formats,
+ it gives really more informations then libextractor for example. RIFF parser
+ is really good for example, it can extract creation date, software used to
+ generate the file, etc. But hachoir-metadata can not guess informations. The
+ most complex operation is just to compute duration of a music using frame size
+ and file size.
+ .
+ hachoir-metadata has three modes:
+ * classic mode: extract metadata, you can use --level=LEVEL to limit quantity
+ of information to display (and not to extract)
+ * --type: show on one line the file format and most important informations
+ * --mime: just display file MIME type
+ .
+ The command 'hachoir-metadata --mime' works like 'file --mime',
+ and 'hachoir-metadata --type' like 'file'. But today file command supports
+ more file formats then hachoir-metadata.
+ .
+ Homepage: http://hachoir.org/wiki/hachoir-metadata
Added: packages/hachoir-metadata/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/copyright?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/copyright (added)
+++ packages/hachoir-metadata/trunk/debian/copyright Thu Apr 5 16:08:49 2007
@@ -1,0 +1,29 @@
+This package was debianised by Michel Casabona <michel.casabona at free.fr>
+on Tue, 19 Dec 2006 16:40:53 CEST
+
+It was downloaded from <http://hachoir.org/wiki/Install/>
+
+Author(s): Victor Stinner <victor.stinner AT haypocalc.com>
+ Julien Muchembled <jm AT jm10.no-ip.com>
+
+Copyright:
+
+ This package 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 package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+The Debian packaging is (C) 2007, Michel Casabona <michel.casabona at free.fr>
+and is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL'.
Added: packages/hachoir-metadata/trunk/debian/hachoir-metadata.1
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/hachoir-metadata.1?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/hachoir-metadata.1 (added)
+++ packages/hachoir-metadata/trunk/debian/hachoir-metadata.1 Thu Apr 5 16:08:49 2007
@@ -1,0 +1,57 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH METADATA "1" "February 2007" "Metadata extractor version 0.8.2" "User Commands"
+.SH NAME
+Metadata \- extract meta-datas from a file
+.SH DESCRIPTION
+usage: hachoir\-metadata [options] files
+.SS "options:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.IP
+Metadata:
+.IP
+Option of metadata extraction and display
+.TP
+\fB\-\-type\fR
+Only display file type (description)
+.TP
+\fB\-\-mime\fR
+Only display MIME type
+.TP
+\fB\-\-level\fR=\fILEVEL\fR
+Quantify of information to display from 1 to 9 (9 is the
+maximum)
+.TP
+\fB\-\-no\-human\fR
+Disable human display
+.TP
+\fB\-\-bench\fR
+Run benchmark
+.TP
+\fB\-\-parser\-list\fR
+List all parsers then exit
+.TP
+\fB\-\-profiler\fR
+Run profiler
+.TP
+\fB\-\-version\fR
+Display version and exit
+.IP
+Hachoir library:
+.IP
+Configure Hachoir library
+.TP
+\fB\-\-verbose\fR
+Verbose mode
+.TP
+\fB\-\-log\fR=\fILOG\fR
+Write log in a file
+.TP
+\fB\-\-quiet\fR
+Quiet mode (don't display warning)
+.TP
+\fB\-\-debug\fR
+Debug mode
+.PP
+Website: http://hachoir.org/wiki/hachoir\-core/wiki/hachoir\-metadata
Added: packages/hachoir-metadata/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/manpages?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/manpages (added)
+++ packages/hachoir-metadata/trunk/debian/manpages Thu Apr 5 16:08:49 2007
@@ -1,0 +1,1 @@
+debian/hachoir-metadata.1
Added: packages/hachoir-metadata/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/pycompat?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/pycompat (added)
+++ packages/hachoir-metadata/trunk/debian/pycompat Thu Apr 5 16:08:49 2007
@@ -1,0 +1,1 @@
+2
Added: packages/hachoir-metadata/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/pyversions?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/pyversions (added)
+++ packages/hachoir-metadata/trunk/debian/pyversions Thu Apr 5 16:08:49 2007
@@ -1,0 +1,1 @@
+2.4-
Added: packages/hachoir-metadata/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/rules?rev=1988&op=file
==============================================================================
--- packages/hachoir-metadata/trunk/debian/rules (added)
+++ packages/hachoir-metadata/trunk/debian/rules Thu Apr 5 16:08:49 2007
@@ -1,0 +1,7 @@
+#! /usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
Propchange: packages/hachoir-metadata/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the Python-modules-commits
mailing list