--- rifiuti-1.0+20040505.orig/debian/rules +++ rifiuti-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 --- rifiuti-1.0+20040505.orig/debian/source.lintian-overrides +++ rifiuti-1.0+20040505/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +rifiuti source: changelog-should-mention-nmu +rifiuti source: source-nmu-has-incorrect-version-number --- rifiuti-1.0+20040505.orig/debian/rifiuti.install +++ rifiuti-1.0+20040505/debian/rifiuti.install @@ -0,0 +1 @@ +src/rifiuti /usr/bin --- rifiuti-1.0+20040505.orig/debian/compat +++ rifiuti-1.0+20040505/debian/compat @@ -0,0 +1 @@ +7 --- rifiuti-1.0+20040505.orig/debian/control +++ rifiuti-1.0+20040505/debian/control @@ -0,0 +1,20 @@ +Source: rifiuti +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/rifiuti.git +Vcs-Git: git://git.debian.net/git/debian-forensics/rifiuti.git + +Package: rifiuti +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A MS Windows recycle bin analysis tool + Rifiuti is a tool to examine the INFO2 files found in the MS Windows + recycle bins. + . + The INFO2 file gives meta informations about the files found in the + recycle bin. --- rifiuti-1.0+20040505.orig/debian/rifiuti.manpages +++ rifiuti-1.0+20040505/debian/rifiuti.manpages @@ -0,0 +1 @@ +debian/manpages/* --- rifiuti-1.0+20040505.orig/debian/changelog +++ rifiuti-1.0+20040505/debian/changelog @@ -0,0 +1,43 @@ +rifiuti (1.0+20040505-4) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:30:58 +0200 + +rifiuti (1.0+20040505-3) unstable; urgency=low + + * Prefixing debhelper files with package name. + * Updating to standards 3.8.1. + * Updating year in copyright file. + + -- Daniel Baumann Thu, 28 May 2009 22:19:05 +0200 + +rifiuti (1.0+20040505-2) unstable; urgency=low + + * Updating vcs fields. + * Adding myself to copyright file. + * Installing rifiuti into /usr/bin instead of /usr/sbin (Closes: #509473). + + -- Daniel Baumann Tue, 23 Dec 2008 09:54:00 +0100 + +rifiuti (1.0+20040505-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #469963). + * Man page corrections. + * Copyright file corrections. + * Corrections of typos in the package description. + * Closing ITP bug in the changelog. + * Correction of the version number in the changelog. + + [ Daniel Baumann ] + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Rewrapping copyright file. + * Using tabs rather than whitespaces in debhelper install file. + * Adding empty line as seperator in clean target of rules. + * Sorting vcs fields in control. + * Correcting rules targets wrt/ bin directory handling. + + -- Daniel Baumann Sun, 14 Sep 2008 10:44:00 +0200 --- rifiuti-1.0+20040505.orig/debian/copyright +++ rifiuti-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. --- rifiuti-1.0+20040505.orig/debian/manpages/rifiuti.1 +++ rifiuti-1.0+20040505/debian/manpages/rifiuti.1 @@ -0,0 +1,26 @@ +.TH RIFIUTI 1 "2008-03-14" "1.0+20040505" "extract informations from MS recycle bin INFO2 files" + +.SH NAME +rifiuti \- tool to extract informations from MS recycle bins info2 files. + +.SH SYNOPSIS +.B rifiuti +.BR [ \-t ]\ \fIFILE\fR + +.SH DESCRIPTION +rifiuti is a tool to extract valuable informations (from a forensics +investigator point of view) from MS recycle bins info2 files. +.PP +It will extract the deleted time, original drive number, original path ans size +of the deleted files found in the recycle bin. +.PP + +.SH OPTIONS +.IP "\fB\-t FD\fR" 4 +Change the default field delimiter (TAB) to FD. +.IP "\fB\fR" 4 +INFO2 file to parse. + +.SH AUTHOR +This manual page was written by Christophe Monniez +for the Debian project (but may be used by others).