debian/0000755000000000000000000000000011647627105007177 5ustar debian/rules0000755000000000000000000000022411647627042010255 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/manpages0000644000000000000000000000003111647627042010707 0ustar debian/hachoir-subfile.1 debian/compat0000644000000000000000000000000211647627042010375 0ustar 5 debian/copyright0000644000000000000000000000235611526567376011151 0ustar This package was debianised by Michel Casabona on Mon Jul 16 00:29:23 CEST 2007 It was downloaded from Author: Victor Stinner 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/pyversions0000644000000000000000000000000511647627042011336 0ustar 2.4- debian/pycompat0000644000000000000000000000000211647627042010746 0ustar 2 debian/hachoir-subfile.10000644000000000000000000000156511526567376012345 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH HACHOIR "1" "April 2008" "Hachoir subfile version 0.5.3" "User Commands" .SH NAME hachoir-subfile \- a tool based on hachoir-parser to find subfiles in any binary stream .SH DESCRIPTION usage: hachoir\-subfile [options] filename [output_directory] .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP hachoir\-subfile: .TP Option of hachoir\-subfile .TP \fB\-\-offset\fR=\fIOFFSET\fR Skip first bytes of input file .TP \fB\-\-size\fR=\fISIZE\fR Maximum size of input file .TP \fB\-\-category\fR=\fICATEGORY\fR Parser category list (separated with a comma) .TP \fB\-\-parser\fR=\fIPARSER\fR Parser identifier list (separated with a comma) .TP \fB\-\-version\fR Display version and exit .TP \fB\-\-quiet\fR Be quiet .TP \fB\-\-profiler\fR Run profiler .TP \fB\-\-debug\fR Enable debug mode debian/control0000644000000000000000000000162111526567376010613 0ustar Source: hachoir-subfile 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-subfile Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-subfile/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-subfile/trunk/ Package: python-hachoir-subfile Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-parser (>= 1.1), python-hachoir-regex (>= 1.0.3) Suggests: python-profiler Description: find subfiles in any binary stream hachoir-subfile is a tool based on hachoir-parser to find subfiles in any binary stream. debian/watch0000644000000000000000000000016611647627042010233 0ustar version=3 http://cheeseshop.python.org/packages/source/h/hachoir-subfile/hachoir-subfile-(.*)\.tar\.gz debian uupdate debian/patches/0000755000000000000000000000000011647627103010624 5ustar debian/patches/series0000644000000000000000000000002611526567375012051 0ustar fix-project-url.patch debian/patches/fix-project-url.patch0000644000000000000000000000110411526567375014705 0ustar fix project home page URL --- a/README +++ b/README @@ -1,6 +1,6 @@ hachoir-subfile is a tool based on hachoir-parser to find subfiles in any binary stream. -Website: http://hachoir.org/wiki/hachoir-subfile +Website: http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile Changelog ========= --- a/hachoir_subfile/version.py +++ b/hachoir_subfile/version.py @@ -1,6 +1,6 @@ VERSION = "0.5.3" PACKAGE = "hachoir-subfile" -WEBSITE = "http://hachoir.org/wiki/hachoir-subfile" +WEBSITE = "http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile" LICENSE = 'GNU GPL v2' debian/source/0000755000000000000000000000000011647627105010477 5ustar debian/source/format0000644000000000000000000000001411526567375011715 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000233611647627067011064 0ustar hachoir-subfile (0.5.3-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 Sat, 20 Nov 2010 15:58:10 +0100 hachoir-subfile (0.5.3-1) unstable; urgency=low [ Michel Casabona ] * New upstream release * debian/copyright: change (C) line format for lintian * upgrade Standards-Version to 3.7.3 * fix manpage short description [ Piotr Ożarowski ] * Homepage field added * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Michel Casabona Thu, 24 Apr 2008 01:30:03 +0200 hachoir-subfile (0.5.2-1) unstable; urgency=low * first release packaged for Debian (Closes: #433264) -- Michel Casabona Tue, 24 Jul 2007 23:16:01 +0200