[Forensics-changes] [vinetto] 02/05: debian directory - first commit.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Thu Dec 11 17:18:17 UTC 2014


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

eriberto pushed a commit to branch debian
in repository vinetto.

commit 2b964d1b9af20b6c2f531cd6913e34eea2a38e11
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Dec 11 15:13:23 2014 -0200

    debian directory - first commit.
---
 debian/changelog |  7 +++++++
 debian/compat    |  1 +
 debian/control   | 14 ++++++++++++++
 debian/copyright | 26 ++++++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     | 36 ++++++++++++++++++++++++++++++++++++
 debian/vinetto.1 | 37 +++++++++++++++++++++++++++++++++++++
 7 files changed, 122 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d6c6f38
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+vinetto (0.6.0~alpha-1) unstable; urgency=low
+
+  * Changed setup.py to use relative paths
+  * Add manpage vinetto.1
+  * Initial release (Closes: #402092)
+
+ -- Danny van der Meeren <danny at illogic.nl>  Sun, 10 Dec 2006 15:33:08 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..54dcbe1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: vinetto
+Section: utils
+Priority: optional
+Maintainer: Danny van der Meeren <danny at illogic.nl>
+Build-Depends: debhelper (>= 5), python (>= 2.3), python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+Package: vinetto
+Architecture: all
+Depends: ${python:Depends}
+Description: A forensics tool to examine Thumbs.db files
+ A tool intended for forensics examinations. It is a console program to extract
+ thumbnail images and their metadata from those thumbs.db files generated under
+ Windows. Used in forensic environments.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..71c0867
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Danny van der Meeren <danny at illogic.nl> on
+Sun, 10 Dec 2006 15:33:08 +0100.
+
+It was downloaded from <http://sourceforge.net/projects/vinetto>
+
+Upstream Author: Michel Roukine <rukin at users.sf.net>
+
+Copyright: (C) 2005, 2006 by Michel Roukine <rukin at users.sf.net>
+ 
+License:
+        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 2 of the License, or
+        (at your option) any later version.
+
+        This program 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, write to the Free Software
+        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+The Debian packaging is (C) 2006, Danny van der Meeren <danny at illogic.nl> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
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/rules b/debian/rules
new file mode 100755
index 0000000..2372e4a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+
+PREFIX := debian/vinetto
+
+build: 
+
+install: build
+	python ./setup.py install --no-compile \
+		--install-lib=$(PREFIX)/usr/share/python-support/vinetto \
+		--install-scripts=$(PREFIX)/usr/bin \
+		--prefix=$(PREFIX)
+
+install: build
+
+clean:
+	dh_clean
+	find . -name \*.pyc | xargs rm -f
+	rm -rf debian/vinetto
+	rm -rf build
+
+binary-arch binary: binary-indep
+
+binary-indep: build install
+	dh_pysupport
+	dh_install
+	dh_installchangelogs
+	dh_installdocs
+	dh_installman debian/vinetto.1
+	dh_installdeb
+	dh_compress
+	dh_fixperms
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: build binary binary-arch binary-indep clean install 
diff --git a/debian/vinetto.1 b/debian/vinetto.1
new file mode 100644
index 0000000..5a32dff
--- /dev/null
+++ b/debian/vinetto.1
@@ -0,0 +1,37 @@
+.TH vinetto "1" "19 November 2006" "vinetto"
+.SH NAME
+vinetto \- Extract images from Microsoft thumb.db files 
+.SH SYNOPSIS
+.B vinetto [OPTION] [-o DIR] file 
+
+.SH DESCRIPTION
+Vinetto is a tool intended for forensics examinations. It is a console program to extract thumbnail images and their metadata from those thumbs.db files generated under Windows. Used in forensic environments. 
+.PP
+
+.SH OPTIONS
+.TP
+\fB\--version \fR
+show program's version number and exit.
+
+.TP
+\fB\-h, --help \fR
+show help message and exit.
+
+.TP
+\fB\-o DIR \fR
+write thumbnails to DIR
+
+.TP
+\fB\-H \fR
+write html report to DIR
+
+.SH BUG REPORTS
+Report bugs to <rukin at users.sf.net>
+.SH COPYRIGHT
+Copyright (C) 2005, 2006 by Michel Roukine <rukin at users.sf.net>
+.br
+.SH AUTHOR
+Vinetto was written by: Michel Roukine <rukin at users.sf.net>
+.PP
+This manual page was written by Danny van der Meeren <danny at illogic.nl>, for the
+Debian project (but may be used by others).

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



More information about the forensics-changes mailing list