debian/0000755000000000000000000000000011473523624007175 5ustar debian/rules0000755000000000000000000000022311472274055010252 0ustar #! /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 debian/compat0000644000000000000000000000000211473523624010373 0ustar 5 debian/copyright0000644000000000000000000000244511472274055011135 0ustar 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/pyversions0000644000000000000000000000000511473523624011334 0ustar 2.4- debian/pycompat0000644000000000000000000000000211473523624010744 0ustar 2 debian/control0000644000000000000000000000337411471757413010612 0ustar 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.9.1 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} Suggests: python-hachoir-parser, python-hachoir-urwid, python-hachoir-metadata, python-profiler 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. debian/watch0000644000000000000000000000016011473523624010223 0ustar version=3 http://cheeseshop.python.org/packages/source/h/hachoir-core/hachoir-core-(.*)\.tar\.gz debian uupdate debian/source/0000755000000000000000000000000011473523624010475 5ustar debian/source/format0000644000000000000000000000001411472274055011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000730211473523642011051 0ustar hachoir-core (1.3.3-3) unstable; urgency=low * Suggests python-profiler which is in non-free instead of Recommends Thanks to Mike Hommey. (Closes: #604039) * bump Standards-Version to 3.9.1 - reference GPL-2 in the copyright file * Switch to dpkg-source 3.0 (quilt) format -- Michel Casabona Thu, 25 Nov 2010 00:20:03 +0100 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 debian/docs0000644000000000000000000000000411473523624010042 0ustar doc