--- pasco-1.0+20040505.orig/debian/pasco.manpages +++ pasco-1.0+20040505/debian/pasco.manpages @@ -0,0 +1 @@ +debian/manpages/* --- pasco-1.0+20040505.orig/debian/rules +++ pasco-1.0+20040505/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + $(MAKE) -C src clean + rm -rf bin + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + mkdir -p bin + $(MAKE) -C src + + touch build-stamp + +install: + +binary: binary-arch + +binary-arch: build + dh_testdir + dh_testroot + dh_installchangelogs CHANGES + dh_installdocs + dh_install + dh_installman + dh_lintian + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- pasco-1.0+20040505.orig/debian/source.lintian-overrides +++ pasco-1.0+20040505/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +pasco source: changelog-should-mention-nmu +pasco source: source-nmu-has-incorrect-version-number --- pasco-1.0+20040505.orig/debian/compat +++ pasco-1.0+20040505/debian/compat @@ -0,0 +1 @@ +7 --- pasco-1.0+20040505.orig/debian/control +++ pasco-1.0+20040505/debian/control @@ -0,0 +1,20 @@ +Source: pasco +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://sourceforge.net/project/showfiles.php?group_id=78332 +Vcs-Browser: http://git.debian.net/?p=debian-forensics/pasco.git +Vcs-Git: git://git.debian.net/git/debian-forensics/pasco.git + +Package: pasco +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: An Internet Explorer cache forensic analysis tool + Pasco is a forensic tool that examines the content of cache files (index.dat) + produced by Microsofts Internet Explorer. + . + It parses the file and outputs a field separated that can be loaded in a + spreadsheet. --- pasco-1.0+20040505.orig/debian/changelog +++ pasco-1.0+20040505/debian/changelog @@ -0,0 +1,60 @@ +pasco (1.0+20040505-5) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Thu, 09 Jul 2009 12:18:18 +0200 + +pasco (1.0+20040505-4) unstable; urgency=low + + * Updating vcs fields. + * Adding myself to copyright file. + * Prefixing debhelper files with package name. + * Updating year in copyright file. + * Updating to standards 3.8.1. + + -- Daniel Baumann Thu, 28 May 2009 21:51:23 +0200 + +pasco (1.0+20040505-3) unstable; urgency=low + + [ Christophe Monniez ] + * Fix rules to build on alpha and mipsel, thanks to Thiemo Seufer for + the patch (Closes: #495119). + + [ Daniel Baumann ] + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Sorting vcs fields in control file. + * Adding full license headers to copyright file. + * Using tab instead of whitespace in debhelper install file. + + -- Daniel Baumann Sun, 14 Sep 2008 10:06:00 +0200 + +pasco (1.0+20040505-2) unstable; urgency=medium + + [ Daniel Baumann ] + * Removing and recreating bin directory, really fixes the FTBFS now + (Closes: #474423). + + [ Christophe Monniez ] + * Correction of a typo in manpage (Closes: #478001). + * Removing a dangerous rule (Closes #474423). + * Correction of a typo in control file. + + -- Daniel Baumann Fri, 09 May 2008 09:30:00 +0200 + +pasco (1.0+20040505-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #469952). + + [ Daniel Baumann ] + * Added manpage based on the one from galleta. + * Synchronised rules with galleta. + * Synchronised copyright with galleta. + * Harmonized package description with galleta. + * Corrected version number in changelog. + * Adding ITP bug number to changelog. + + -- Christophe Monniez Fri, 14 Mar 2008 09:41:41 +0100 --- pasco-1.0+20040505.orig/debian/copyright +++ pasco-1.0+20040505/debian/copyright @@ -0,0 +1,54 @@ +Author: Keith J. Jones +Download: http://sourceforge.net/project/showfiles.php?group_id=78332 + +Files: * +Copyright: (C) 2003 Keith J. Jones +License: BSD-3 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. Neither the name of the project nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: debian/* +Copyright: + (C) 2008 Christophe Monniez + (C) 2008-2009 Daniel Baumann +License: GPL-2+ + This program 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 program 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 General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- pasco-1.0+20040505.orig/debian/pasco.install +++ pasco-1.0+20040505/debian/pasco.install @@ -0,0 +1 @@ +src/pasco /usr/sbin --- pasco-1.0+20040505.orig/debian/manpages/pasco.1 +++ pasco-1.0+20040505/debian/manpages/pasco.1 @@ -0,0 +1,20 @@ +.TH PASCO 1 "2008-03-10" "1.0+20040505" "extract informations from MS IE cache files" + +.SH NAME +pasco \- tool to extract informations from MS IE cache files + +.SH SYNOPSIS +\fBPasco\fR \fIFILE\fR + +.SH DESCRIPTION +pasco is a tool to extract valuable informations (from a forensics investigator +point of view) from MS IE cache files (index.dat). +.PP + +.SH OPTIONS +.IP "\fBFILE\fR" 4 +Cache file to parse. + +.SH AUTHOR +This manual page was written by Christophe Monniez +for the Debian project (but may be used by others).