debian/0000755000000000000000000000000011647630021007166 5ustar debian/rules0000755000000000000000000000022411647627747010271 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/manpages0000644000000000000000000000002711647627747010730 0ustar debian/hachoir-urwid.1 debian/compat0000644000000000000000000000000211647627747010411 0ustar 5 debian/copyright0000644000000000000000000000243211647627747011147 0ustar 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'. debian/pyversions0000644000000000000000000000000511647627747011352 0ustar 2.4- debian/hachoir-urwid.10000644000000000000000000000234411526570061012023 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH HACHOIR "1" "September 2008" "Hachoir urwid version 1.1" "User Commands" .SH NAME Hachoir \- interactive file explorer using urwid (ncurses) .SH DESCRIPTION usage: hachoir\-urwid [options] filename .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP Urwid: .TP Option of urwid explorer .TP \fB\-\-preload\fR=\fIPRELOAD\fR Number of fields to preload at each read .TP \fB\-\-path\fR=\fIPATH\fR Initial path to focus on .TP \fB\-\-parser\fR=\fIPARSER\fR Use the specified parser (use its identifier) .TP \fB\-\-offset\fR=\fIOFFSET\fR Skip first bytes of input file .TP \fB\-\-parser\-list\fR List all parsers then exit .TP \fB\-\-profiler\fR Run profiler .TP \fB\-\-profile\-display\fR Force update of the screen beetween each event .TP \fB\-\-size\fR=\fISIZE\fR Maximum size of bytes of input file .TP \fB\-\-hide\-value\fR Don't display value .TP \fB\-\-hide\-size\fR Don't display size .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 debian/pycompat0000644000000000000000000000000211647627747010762 0ustar 2 debian/control0000644000000000000000000000230311526570061010572 0ustar Source: hachoir-urwid 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-urwid Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-urwid/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-urwid/trunk/ Package: python-hachoir-urwid Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-parser (>= 1.0), python-urwid (>= 0.9.4) Suggests: python-profiler Description: Binary file explorer using Hachoir and urwid libraries hachoir-urwid is a binary file explorer based on Hachoir library to parse the files. Using this tool you can exactly know the meaning of each bit/byte of your files. With direction keys, you can navigate in the field tree. The key 'h' will disable 'human display' and switch to 'raw display'. It's sometime useful when you would like to compare hexadecimal data and Hachoir representation. debian/watch0000644000000000000000000000016211647627747010243 0ustar version=3 http://cheeseshop.python.org/packages/source/h/hachoir-urwid/hachoir-urwid-(.*)\.tar\.gz debian uupdate debian/patches/0000755000000000000000000000000011647630020010614 5ustar debian/patches/series0000644000000000000000000000002611526570061012033 0ustar fix-project-url.patch debian/patches/fix-project-url.patch0000644000000000000000000000111511526570061014671 0ustar fix project URL (copied from upstream trunk) --- a/README +++ b/README @@ -5,7 +5,7 @@ useful when you would like to compare hexadecimal data and Hachoir reprensentation. -Website: http://hachoir.org/wiki/hachoir-urwid +Website: http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid Startup options =============== --- a/hachoir_urwid/version.py +++ b/hachoir_urwid/version.py @@ -1,5 +1,5 @@ VERSION = "1.1" PACKAGE = "hachoir-urwid" -WEBSITE = 'http://hachoir.org/wiki/hachoir-urwid' +WEBSITE = 'http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid' LICENSE = 'GNU GPL v2' debian/source/0000755000000000000000000000000011647630021010466 5ustar debian/source/format0000644000000000000000000000001411526570060011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000363011647627776011071 0ustar hachoir-urwid (1.1-2) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Michel Casabona ] * control: - fix URL in Homepage: - Build-Depends-Indep: python-all instead of python-all-dev - add ${misc:Depends} to Depends: * remove outdated URL from man page Thanks to Mike Hommey (Closes: #604040) * bump Standards-Version to 3.9.1 - reference GPL-2 in the copyright file * Switch to dpkg-source 3.0 (quilt) format * fix-project-url.patch: fix URL in README and version.py -- Michel Casabona Sun, 21 Nov 2010 23:46:36 +0100 hachoir-urwid (1.1-1) unstable; urgency=low [ Michel Casabona ] * New upstream release * bump Standards-Version to 3.8.0 [ Piotr Ożarowski ] * Homepage field added * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Michel Casabona Sun, 28 Sep 2008 17:29:35 +0200 hachoir-urwid (1.0.1-1) unstable; urgency=low * new upstream relase -- Michel Casabona Tue, 24 Jul 2007 23:05:40 +0200 hachoir-urwid (0.9.0-1) unstable; urgency=low [ Piotr Ożarowski ] * add debian/watch file [ Michel Casabona ] * New upstream release -- Michel Casabona Sun, 06 May 2007 23:42:58 +0200 hachoir-urwid (0.7.1-1) unstable; urgency=low * New upstream release * python-setuptools is now optional, remove it from Build-Depends * no longer requires hachoir-pareser to build -- Michel Casabona Sun, 28 Jan 2007 15:37:46 +0100 hachoir-urwid (0.7.0-2) UNRELEASED; urgency=low * convert to python-support -- Michel Casabona Tue, 23 Jan 2007 12:10:49 +0100 hachoir-urwid (0.7.0-1) UNRELEASED; urgency=low * source package automatically created by stdeb -- Michel Casabona Tue, 19 Dec 2006 18:45:56 +0100