[Forensics-changes] [volatility] 01/01: * debian/control: moved python from Depends to Suggests field in volatility-tools binary, to avoid unnecessary installs when making a Linux profile only. It is a special case.

Eriberto Mota eriberto-guest at moszumanska.debian.org
Fri Jan 31 09:50:17 UTC 2014


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

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

commit 190e3fef8b53682c6d786f54bed9749d7929396d
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Fri Jan 31 07:49:29 2014 -0200

      * debian/control: moved python from Depends to Suggests field in
        volatility-tools binary, to avoid unnecessary installs when
        making a Linux profile only. It is a special case.
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 158fd81..4ddc27f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+volatility (2.3.1-7) unstable; urgency=medium
+
+  * debian/control: moved python from Depends to Suggests field in
+    volatility-tools binary, to avoid unnecessary installs when
+    making a Linux profile only. It is a special case.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Fri, 31 Jan 2014 07:40:07 -0200
+
 volatility (2.3.1-6) unstable; urgency=medium
 
   * debian/control: removed minimum python version from volatility-tools,
diff --git a/debian/control b/debian/control
index dc7c43d..fa8bcbf 100644
--- a/debian/control
+++ b/debian/control
@@ -49,8 +49,8 @@ Description: advanced memory forensics framework
 
 Package: volatility-tools
 Architecture: all
-Depends: ${misc:Depends}, dwarfdump, python
-Suggests: gcc, linux-headers, make, zip
+Depends: ${misc:Depends}, dwarfdump
+Suggests: gcc, linux-headers, make, python, zip
 Description: generate profiles to Volatility Framework
  The Volatility Framework is a completely open collection of tools for the
  extraction of digital artifacts from volatile memory (RAM) samples. It is

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



More information about the forensics-changes mailing list