From cd012f70e344b30475c59c18511fb980435908ea Mon Sep 17 00:00:00 2001
From: Rishwanth Senthilkumar <rishwanthsenthilkumar@hotmail.com>
Date: Thu, 1 Feb 2018 10:43:01 -0500
Subject: [PATCH] Added more dependencies in jar file.

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 76e48b2bc..ef0b7c0a7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ 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)  
+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
 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
-- 
GitLab