[Forensics-changes] [volatility-profiles] 01/01: debian directory - first commit.
Eriberto Mota
eriberto-guest at moszumanska.debian.org
Thu Nov 21 17:14:26 UTC 2013
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 7b267d8fda927a2947e912d875662c6a35d25828
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date: Thu Nov 21 15:13:22 2013 -0200
debian directory - first commit.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 28 ++++++++++++++++++++++++++++
debian/docs | 1 +
debian/gbp.conf | 3 +++
debian/install | 1 +
debian/rules | 13 +++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
10 files changed, 76 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..94ce9a6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+volatility-profiles (20131121-1) unstable; urgency=low
+
+ * Initial release (Closes: #730120)
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> Thu, 21 Nov 2013 11:18:11 -0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b29ec16
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: volatility-profiles
+Section: utils
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: http://eriberto.pro.br/forense
+Vcs-Git: git://anonscm.debian.org/forensics/volatility-profiles.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/volatility-profiles.git;a=summary
+
+Package: volatility-profiles
+Architecture: all
+Depends: ${misc:Depends}, volatility
+Description: Linux profiles to Volatility
+ This package provides some profiles to be used with Volatility to analyse
+ Linux memory dumps.
+ .
+ The Volatility Framework is a completely open collection of tools for the
+ extraction of digital artifacts from volatile memory (RAM) samples. It is
+ useful in forensics analysis.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e6a0255
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: volatility-profiles
+Source: http://eriberto.pro.br/forense
+
+Files: *
+Copyright: 2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..23e88fe
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian
+pristine-tar = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..caf095b
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+profiles/* usr/share/volatility-profiles/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d9bdea
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --parallel
+
+override_dh_link:
+ for i in debian/volatility-profiles/usr/share/volatility-profiles/*.zip ; \
+ 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; \
+ done
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..36c0f1f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://eriberto.pro.br/files/volatility/volatility-profiles-(\d+)\.tar\.gz
--
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