--- galleta-1.0+20040505.orig/debian/rules +++ galleta-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 --- galleta-1.0+20040505.orig/debian/source.lintian-overrides +++ galleta-1.0+20040505/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +galleta source: changelog-should-mention-nmu +galleta source: source-nmu-has-incorrect-version-number --- galleta-1.0+20040505.orig/debian/compat +++ galleta-1.0+20040505/debian/compat @@ -0,0 +1 @@ +7 --- galleta-1.0+20040505.orig/debian/control +++ galleta-1.0+20040505/debian/control @@ -0,0 +1,20 @@ +Source: galleta +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/galleta.git +Vcs-Git: git://git.debian.net/git/debian-forensics/galleta.git + +Package: galleta +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: An Internet Explorer cookie forensic analysis tool + Galleta is a forensic tool that examines the content of cookie files produced + by Microsofts Internet Explorer. + . + It parses the file and outputs a field separated that can be loaded in a + spreadsheet. --- galleta-1.0+20040505.orig/debian/galleta.install +++ galleta-1.0+20040505/debian/galleta.install @@ -0,0 +1 @@ +src/galleta /usr/sbin --- galleta-1.0+20040505.orig/debian/changelog +++ galleta-1.0+20040505/debian/changelog @@ -0,0 +1,61 @@ +galleta (1.0+20040505-5) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 11:53:39 +0200 + +galleta (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. + * Upgrading package to standards 3.8.1. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Thu, 28 May 2009 21:13:48 +0200 + +galleta (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: #495117). + + [ Daniel Baumann ] + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Sorting vcs fields in control. + * Updating copyright file. + * Using tab instead of whitespace in debhelper install file. + + -- Daniel Baumann Sun, 14 Sep 2008 09:39:00 +0200 + +galleta (1.0+20040505-2) unstable; urgency=medium + + [ Daniel Baumann ] + * Removing and recreating bin directory, really fixes the FTBFS now + (Closes: #474412). + + [ Christophe Monniez ] + * Removing a dangerous rule (Closes #474412). + + -- Daniel Baumann Fri, 09 May 2008 09:34:00 +0200 + +galleta (1.0+20040505-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #469949). + + [ Daniel Baumann ] + * Also removing binary doublette in clean target of rules. + * Adding manpage debhelper file to install the manpage. + * Calling the upstream makefile in clean target of rules rather than + removing the binary manually. + * Adjusted some a formating issue on the manpage. + * Rewrapping copyright file. + * Fixing a few typos in package description. + * Adding ITP bug number to changelog. + * Corrected version number in changelog. + + -- Christophe Monniez Sun, 09 Mar 2008 17:03:24 +0100 --- galleta-1.0+20040505.orig/debian/copyright +++ galleta-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. --- galleta-1.0+20040505.orig/debian/galleta.manpages +++ galleta-1.0+20040505/debian/galleta.manpages @@ -0,0 +1 @@ +debian/manpages/* --- galleta-1.0+20040505.orig/debian/manpages/galleta.1 +++ galleta-1.0+20040505/debian/manpages/galleta.1 @@ -0,0 +1,26 @@ +.TH GALLETA 1 "2008-03-10" "1.0+20040505" "extract informations from MS IE cookie files" + +.SH NAME +galleta \- tool to extract informations from MS IE cookie files + +.SH SYNOPSIS +.B galleta +.BR [ \-t ]\ \fIFILE\fR + +.SH DESCRIPTION +galleta is a tool to extract valuable informations (from a forensics +investigator point of view) from MS IE cookie files. +.PP +It will extract the website name, the variables names and values. +The creation and expire time for these variables and also flags. +.PP + +.SH OPTIONS +.IP "\fB\-t FD\fR" 4 +Change the default field delimiter (TAB) to FD. +.IP "\fB\fR" 4 +Cookie file to parse. + +.SH AUTHOR +This manual page was written by Christophe Monniez +for the Debian project (but may be used by others).