--- hachoir-parser-1.1.orig/debian/rules +++ hachoir-parser-1.1/debian/rules @@ -0,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 + --- hachoir-parser-1.1.orig/debian/changelog +++ hachoir-parser-1.1/debian/changelog @@ -0,0 +1,48 @@ +hachoir-parser (1.1-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + * debian/copyright: change (C) line format for lintian + * upgrade Standards-Version to 3.7.3 + + [ Piotr Ożarowski ] + * Homepage field added + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + + -- Michel Casabona Thu, 24 Apr 2008 01:29:24 +0200 + +hachoir-parser (1.0-1) unstable; urgency=low + + * New upstream release + + -- Michel Casabona Thu, 12 Jul 2007 23:38:05 +0200 + +hachoir-parser (0.10.0-1) unstable; urgency=low + + [ Piotr Ożarowski ] + * add debian/watch file + + [ Michel Casabona ] + * New upstream release + + -- Michel Casabona Sun, 06 May 2007 23:39:40 +0200 + +hachoir-parser (0.8.1-1) unstable; urgency=low + + * New upstream release + * python-setuptools is now optional, remove it from Build-Depends + * no longer requires hachoir-core to build + + -- Michel Casabona Sun, 28 Jan 2007 12:55:56 +0100 + +hachoir-parser (0.7.0-2) UNRELEASED; urgency=low + + * convert to python-support + + -- Michel Casabona Mon, 22 Jan 2007 17:44:47 +0100 + +hachoir-parser (0.7.0-1) UNRELEASED; urgency=low + + * source package automatically created by stdeb + + -- Michel Casabona Tue, 19 Dec 2006 16:40:53 +0100 --- hachoir-parser-1.1.orig/debian/pyversions +++ hachoir-parser-1.1/debian/pyversions @@ -0,0 +1 @@ +2.4- --- hachoir-parser-1.1.orig/debian/pycompat +++ hachoir-parser-1.1/debian/pycompat @@ -0,0 +1 @@ +2 --- hachoir-parser-1.1.orig/debian/control +++ hachoir-parser-1.1/debian/control @@ -0,0 +1,26 @@ +Source: hachoir-parser +Section: python +Priority: optional +Maintainer: Michel Casabona +Uploaders: Debian Python Modules Team +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.3 +Homepage: http://hachoir.org/wiki/hachoir-parser +Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-parser/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/?op=log + +Package: python-hachoir-parser +Architecture: all +Depends: ${python:Depends}, python-hachoir-core (>= 1.1) +Description: Package of Hachoir parsers used to open binary files + hachoir-parser is a package of most common file format parsers written for + Hachoir framework. Not all parsers are complete, some are very good and other + are poor: only parser first level of the tree for example. + . + A perfect parser have no "raw" field: with a perfect parser you are able to + know *each* bit meaning. Some good (but not perfect ;-)) parsers: + * Matroska video + * Microsoft RIFF (AVI video, WAV audio, CDA file) + * PNG picture + * TAR and ZIP archive --- hachoir-parser-1.1.orig/debian/watch +++ hachoir-parser-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cheeseshop.python.org/packages/source/h/hachoir-parser/hachoir-parser-(.*)\.tar\.gz debian uupdate --- hachoir-parser-1.1.orig/debian/copyright +++ hachoir-parser-1.1/debian/copyright @@ -0,0 +1,29 @@ +This package was debianised by Michel Casabona +on Tue, 19 Dec 2006 16:40:53 CEST + +It was downloaded from + +Author(s): Victor Stinner + Julien Muchembled + +Copyright (C) 2006-2008 Victor Stinner and Julien Muchembled + + 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 +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'. --- hachoir-parser-1.1.orig/debian/compat +++ hachoir-parser-1.1/debian/compat @@ -0,0 +1 @@ +5