[Forensics-changes] [volatility-profiles] 03/03: * New upstream release. * debian/control: added the Enhances field. * debian/rules: added a variable to indicate the python version in use.

Eriberto Mota eriberto-guest at moszumanska.debian.org
Thu Jan 30 21:06:31 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-profiles.

commit 641851c51b6ef7d26f9614e142a01d88d0a161c7
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Thu Jan 30 18:44:55 2014 -0200

      * New upstream release.
      * debian/control: added the Enhances field.
      * debian/rules: added a variable to indicate the python version in use.
---
 debian/changelog | 8 ++++++++
 debian/control   | 1 +
 debian/rules     | 4 +++-
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 287c665..7986b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+volatility-profiles (20140130-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/control: added the Enhances field.
+  * debian/rules: added a variable to indicate the python version in use.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Thu, 30 Jan 2014 17:53:43 -0200
+
 volatility-profiles (20140109-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index bc3637a..24ee09f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Package: volatility-profiles
 Architecture: all
 Depends: ${misc:Depends}, volatility
 Suggests: volatility-tools
+Enhances: volatility
 Description: Linux profiles to Volatility
  This package provides some profiles to be used with Volatility to analyse
  Linux memory dumps.
diff --git a/debian/rules b/debian/rules
index 2d9bdea..d6726b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+PYTHON=python2.7
+
 %:
 	dh $@ --parallel
 
@@ -9,5 +11,5 @@ override_dh_link:
 	do \
 	    FILE1=`echo $$i | cut -d"/" -f3-`; \
 	    FILE2=`echo $$i | cut -d"/" -f6`; \
-	    dh_link $$FILE1 usr/lib/python2.7/dist-packages/volatility/plugins/overlays/linux/$$FILE2; \
+	    dh_link $$FILE1 usr/lib/$(PYTHON)/dist-packages/volatility/plugins/overlays/linux/$$FILE2; \
 	done

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



More information about the forensics-changes mailing list