Skip to content
Snippets Groups Projects
Commit 661864e8 authored by rishwanth's avatar rishwanth
Browse files

debian files for sleuthkit-java

parent 845996bd
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ jar_DATA = $(tsk_jar)
$(tsk_jar):
all-local:
ant dist
ant dist -Donline=false
CLEANFILES = $(tsk_jar)
......
sleuthkit for Debian
-------------------
These debian files are not for the official debian packaging and it does not meet all of the debian rules. We are using these files for our own distribution
-- Rishwanth Senthilkumar <rishwanth@basistech.com> Tue, 30 Jan 2018 15:34:02 -0500
sleuthkit (4.6.0-1) unstable; urgency=medium
sleuthkit-java (4.6.0-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
......
Source: sleuthkit
Source: sleuthkit-java
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)
Build-Depends: debhelper (>=9),autotools-dev, libewf-dev (>= 20130416), libsqlite3-dev, libafflib-dev (>= 3.6.6), libc3p0-java, libpostgresql-jdbc-java
Standards-Version: 4.0.0
Homepage: http://www.sleuthkit.org/sleuthkit
Package: sleuthkit
Package: sleuthkit-java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libewf-dev (>= 20130416), libafflib-dev (>= 3.6.6), libsqlite3-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libewf-dev (>= 20130416), libafflib-dev (>= 3.6.6), libsqlite3-dev, libc3p0-java, libpostgresql-jdbc-java
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
......
......@@ -22,4 +22,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
/bin/bash ./libtool --mode=install /usr/bin/install -c /home/rishwanth07/Documents/sleuthkit/tsk/libtsk.la '/home/rishwanth07/Documents/sleuthkit/bindings/java/'
dh_install
File moved
bindings/java/thirdpartyjars/sqlite-jdbc-3.21.0.1.jar /usr/share/java
bindings/java/dist/sleuthkit-4.6.0.jar /usr/share/java
bindings/java/libtsk.so* /usr/lib/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment