[Forensics-changes] [sleuthkit] 01/01: * debian/patches/50_disable_ant_clean.diff: added to cancel the 'ant clean' command.

Eriberto Mota eriberto-guest at moszumanska.debian.org
Wed Mar 12 00:01:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto-guest pushed a commit to branch debian
in repository sleuthkit.

commit 2443b56c97e0bb1e686c404392047c03b43a1a8d
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Tue Mar 11 21:00:35 2014 -0300

      * debian/patches/50_disable_ant_clean.diff: added
        to cancel the 'ant clean' command.
---
 debian/changelog                         |  7 +++++++
 debian/patches/50_disable_ant_clean.diff | 15 +++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3a73f5f..9102079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sleuthkit (4.1.3-2) unstable; urgency=medium
+
+  * debian/patches/50_disable_ant_clean.diff: added
+    to cancel the 'ant clean' command.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Tue, 11 Mar 2014 20:45:18 -0300
+
 sleuthkit (4.1.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/50_disable_ant_clean.diff b/debian/patches/50_disable_ant_clean.diff
new file mode 100644
index 0000000..0390a24
--- /dev/null
+++ b/debian/patches/50_disable_ant_clean.diff
@@ -0,0 +1,15 @@
+Description: cancel the 'ant clean' command.
+Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Last-Update: 2014-03-11
+Index: sleuthkit-4.1.3/bindings/java/Makefile.am
+===================================================================
+--- sleuthkit-4.1.3.orig/bindings/java/Makefile.am	2014-01-27 01:27:02.000000000 -0200
++++ sleuthkit-4.1.3/bindings/java/Makefile.am	2014-03-11 20:30:56.588842013 -0300
+@@ -12,5 +12,5 @@
+ 
+ CLEANFILES = $(tsk_jar)
+ 
+-clean-local:
+-	ant clean
++#clean-local:
++#	ant clean
diff --git a/debian/patches/series b/debian/patches/series
index 24a291c..87addaf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 20_fix_spelling_errors.diff
 30_fix-manpages.diff
 40_no_static_ldflags.diff
+50_disable_ant_clean.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/sleuthkit.git



More information about the forensics-changes mailing list