From a20442d0cc58d0aa9f685c6d97119be5183dddb8 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Mon, 12 Feb 2018 13:00:21 -0500
Subject: [PATCH] minor doc updates

---
 bindings/java/README.txt | 12 ++++++++----
 debian/README.source     |  4 +++-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/bindings/java/README.txt b/bindings/java/README.txt
index 2e1985651..0e5163914 100644
--- a/bindings/java/README.txt
+++ b/bindings/java/README.txt
@@ -13,16 +13,20 @@ To use the Java bindings, you must have the Sleuth Kit datamodel
 JAR file compiled and have compiled the associated dynamic library
 from the C/C++ code.
 
-The following jar files must be on the classpath.  Version details can be found in ivy.xml. 
-- sqlite-jdbc
-- postgresql-jdbc
-- c3p0
 
 Requirements:
 * Java JDK
 * Ant
 * Jar files as listed in ivy.xml (which will get downloaded automatically)
 
+The following jar files must be on the classpath for building and
+running.  Version details can be found in ivy.xml.  They will be 
+automatically downloaded if you do not compile in offline mode. 
+* sqlite-jdbc
+* postgresql-jdbc
+* c3p0
+
+
 
 Building the Dynamic Library (for JNI)
 
diff --git a/debian/README.source b/debian/README.source
index 93de9f3dd..ad70d0ebf 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,7 +1,9 @@
 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
+These debian files are not for the official debian packaging and it does not meet all of the Debian rules because it depends on SQLITE JDBC jar file that is not available as a Debian package.
+
+We will be using this .deb file for our own distribution to support Autopsy. 
 
 
  -- Rishwanth Senthilkumar <rishwanth@basistech.com>  Tue, 30 Jan 2018 15:34:02 -0500
-- 
GitLab