--- hachoir-core-1.3.3.orig/debian/pycompat +++ hachoir-core-1.3.3/debian/pycompat @@ -0,0 +1 @@ +2 --- hachoir-core-1.3.3.orig/debian/copyright +++ hachoir-core-1.3.3/debian/copyright @@ -0,0 +1,29 @@ +This package was debianised by Michel Casabona +on Wed Aug 23 16:30:49 CEST 2006 + +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-core-1.3.3.orig/debian/watch +++ hachoir-core-1.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cheeseshop.python.org/packages/source/h/hachoir-core/hachoir-core-(.*)\.tar\.gz debian uupdate --- hachoir-core-1.3.3.orig/debian/control +++ hachoir-core-1.3.3/debian/control @@ -0,0 +1,34 @@ +Source: hachoir-core +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 (>= 2.4) +Standards-Version: 3.8.4 +Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-core +Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-core/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-core/trunk/ + +Package: python-hachoir-core +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Recommends: python-profiler +Suggests: python-hachoir-parser, python-hachoir-urwid, python-hachoir-metadata +Description: Core of Hachoir framework: parse and edit binary files + Hachoir is a Python library used to represent of a binary file as a tree of + Python objects. Each object has a type, a value, an address, etc. The goal is + to be able to know the meaning of each bit in a file. + . + Why using slow Python code instead of fast hardcoded C code? Hachoir has many + interresting features: + * Autofix: Hachoir is able to open invalid / truncated files + * Lazy: Open a file is very fast since no information is read from file, + data are read and/or computed when the user ask for it + * Types: Hachoir has many predefined field types (integer, bit, string, etc.) + and supports string with charset (ISO-8859-1, UTF-8, UTF-16, ...) + * Addresses and sizes are stored in bit, so flags are stored as classic fields + * Endian: You have to set endian once, and then number are converted in the + right endian + * Editor: Using Hachoir representation of data, you can edit, insert, remove + data and then save in a new file. --- hachoir-core-1.3.3.orig/debian/pyversions +++ hachoir-core-1.3.3/debian/pyversions @@ -0,0 +1 @@ +2.4- --- hachoir-core-1.3.3.orig/debian/docs +++ hachoir-core-1.3.3/debian/docs @@ -0,0 +1 @@ +doc --- hachoir-core-1.3.3.orig/debian/rules +++ hachoir-core-1.3.3/debian/rules @@ -0,0 +1,7 @@ +#! /usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport +# Install egg-info directories + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- hachoir-core-1.3.3.orig/debian/changelog +++ hachoir-core-1.3.3/debian/changelog @@ -0,0 +1,116 @@ +hachoir-core (1.3.3-2) unstable; urgency=low + + [ Piotr Ożarowski ] + * Remove --single-version-externally-managed from debian/rules + (Closes: #577326) + + -- Debian Python Modules Team Tue, 18 May 2010 21:11:22 +0200 + +hachoir-core (1.3.3-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + - support Python 2.6 (kill some Python warnings) + * bump Standards-Version to 3.8.4 + * debian/control: + - Depends on ${misc:Depends} + - Build-Depends-Indep on python-all instead of python-all-dev + - new Homepage + * debian/rules install egg-info directories + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + -- Michel Casabona Tue, 02 Mar 2010 21:24:02 +0100 + +hachoir-core (1.2-1) unstable; urgency=low + + * New upstream release + * bump Standards-Version to 3.8.0 + + -- Michel Casabona Sun, 28 Sep 2008 17:21:50 +0200 + +hachoir-core (1.1-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + * debian/copyright: change (C) line format for lintian + * ugrade Standards-Version to 3.7.3 + * Recommends python-profiler + + [ Piotr Ożarowski ] + * Homepage field added + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + + -- Michel Casabona Thu, 24 Apr 2008 01:28:46 +0200 + +hachoir-core (1.0.1-1) unstable; urgency=low + + * New upstream release + + -- Michel Casabona Thu, 12 Jul 2007 23:21:56 +0200 + +hachoir-core (0.9.0-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + + [ Piotr Ożarowski ] + * add debian/watch file + + -- Michel Casabona Sun, 06 May 2007 23:34:54 +0200 + +hachoir-core (0.7.2-1) unstable; urgency=low + + * New upstream release + * python-setuptools is now optional, remove it from Build-Depends + * hopefully upload to official Debian, closing ITP (Closes: #383845) + + -- Michel Casabona Sat, 27 Jan 2007 21:37:37 +0100 + +hachoir-core (0.7.0-2) UNRELEASED; urgency=low + + * convert to using python-support (instead of python-central) + + -- Michel Casabona Mon, 22 Jan 2007 15:41:47 +0100 + +hachoir-core (0.7.0-1) UNRELEASED; urgency=low + + * new upstream release + * rename hachoir to hachoir-core + + -- Michel Casabona Tue, 19 Dec 2006 15:56:21 +0100 +hachoir (0.6.1-1) UNRELEASED; urgency=low + + * new upstream release, split packages accordingly + * source package automatically created by stdeb + + -- Michel Casabona Sun, 12 Nov 2006 19:44:08 +0100 + +hachoir (0.5.2) UNRELEASED; urgency=low + + * revert code to 0.5.2 + * fix debian package version number + + -- Michel Casabona Fri, 8 Sep 2006 19:57:57 +0200 + +hachoir (5.2+svn20060824-1) UNRELEASED; urgency=low + + * convert packaging to cdbs + * merge latest svn + * New upstream release + + -- Michel Casabona Thu, 24 Aug 2006 16:14:17 +0200 + +hachoir (0.5.1-0mca2) UNRELEASED; urgency=low + + * convert package to python-central + + -- Michel Casabona Wed, 23 Aug 2006 18:49:17 +0200 + +hachoir (0.5.1-0mca1) UNRELEASED; urgency=low + + * source package automatically created by stdeb + + -- Michel Casabona Wed, 23 Aug 2006 16:51:34 +0200 --- hachoir-core-1.3.3.orig/debian/compat +++ hachoir-core-1.3.3/debian/compat @@ -0,0 +1 @@ +5 --- hachoir-core-1.3.3.orig/debian/source/format +++ hachoir-core-1.3.3/debian/source/format @@ -0,0 +1 @@ +1.0