Skip to content
Snippets Groups Projects
Commit 15bac595 authored by rishwanth's avatar rishwanth
Browse files

added debian files for deb build

parent 2a9a69bd
No related branches found
No related tags found
No related merge requests found
sleuthkit for Debian
-------------------
-- Rishwanth Senthilkumar <rishwanth@basistech.com> Tue, 30 Jan 2018 15:34:02 -0500
sleuthkit (4.6.0-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Rishwanth Senthilkumar <rishwanth@basistech.com> Tue, 30 Jan 2018 15:34:02 -0500
9
Source: sleuthkit
Section: contrib
Priority: optional
Maintainer: Rishwanth Senthilkumar <rishwanth@basistech.com>
Build-Depends: debhelper (>=9),autotools-dev, libewf-dev (>= 20130416), libsqlite3-dev, libafflib-dev (>= 3.6.6)
Standards-Version: 4.0.0
Homepage: http://www.sleuthkit.org/sleuthkit
Package: sleuthkit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libewf-dev (>= 20130416), libafflib-dev (>= 3.6.6), libsqlite3-dev
Description: tools for forensics analysis on volume and filesystem data
The Sleuth Kit, also known as TSK, is a collection of UNIX-based command
line file and volume system forensic analysis tools. The filesystem tools
allow you to examine filesystems of a suspect computer in a non-intrusive
fashion. Because the tools do not rely on the operating system to process the
filesystems, deleted and hidden content is shown.
.
The volume system (media management) tools allow you to examine the layout of
disks and other media. You can also recover deleted files, get information
stored in slack spaces, examine filesystems journal, see partitions layout on
disks or images etc. But is very important clarify that the TSK acts over the
current filesystem only.
.
The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac
partitions, Sun slices (Volume Table of Contents), and GPT disks. With these
tools, you can identify where partitions are located and extract them so that
they can be analyzed with filesystem analysis tools.
.
Currently, TSK supports several filesystems, as NTFS, FAT, exFAT, HFS+, Ext3,
Ext4, UFS and YAFFS2.
.
This package contains the set of command line tools in The Sleuth Kit.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: The Sleuth Kit (TSK)
Upstream-Contact: Brian Carrier <carrier@sleuthkit.org>
Source: https://github.com/sleuthkit/sleuthkit
Files: *
Copyright: 2001-2016 Brian Carrier <carrier@sleuthkit.org>
2002 @stake Inc.
2005 Naysawn Naderi <ndn@xiphos.ca>
2006-2011 Joachim Metz <jbmetz@users.sourceforge.net>
2006-2014 Basis Technology <carrier@sleuthkit.org>
License: CPL-1.0
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
%:
dh $@ --with autotools_dev
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
README.Debian
README.source
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment