[Forensics-changes] [SCM] forensics/grokevt branch, debian, updated. upstream/0.4.0-1-g1b6d816

David Paleino d.paleino at gmail.com
Sun Feb 24 21:32:03 UTC 2008


The following commit has been merged in the debian branch:
commit 1b6d816c6b5df660013c5844245bc00bfac06139
Author: David Paleino <d.paleino at gmail.com>
Date:   Sun Feb 24 22:31:55 2008 +0100

    Debianization.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..90c3bda
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+grokevt (0.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- David Paleino <d.paleino at gmail.com>  Sun, 24 Feb 2008 22:04:20 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..90d9de0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: grokevt
+Section: utils
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
+Build-Depends: debhelper (>= 6), python-support
+Standards-Version: 3.7.3
+Homepage: http://projects.sentinelchicken.org/grokevt/
+Vcs-Git: git://git.debian.org/git/forensics/grokevt.git
+Vcs-Browser: http://git.debian.org/?p=forensics/grokevt.git
+
+Package: grokevt
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, reglookup
+Description: scripts for reading Microsoft Windows event log files
+ GrokEVT is a collection of scripts built for reading Microsoft Windows
+ NT/2000/XP/2003 event log files.
+ .
+ Currently the scripts work together on one or more mounted Microsoft
+ Windows partitions to extract all information needed (registry entries,
+ message templates, and log files) to convert the logs to a human-readable
+ format.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3a0a0ed
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Author: Timothy D. Morgan
+Download: http://projects.sentinelchicken.org/grokevt/
+
+Files: *
+Copyright: (C) 2005-2006, Timothy D. Morgan
+License: GPL-2+
+ This package 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 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+Files: bin/grokevt-parselog
+Copyright:
+ (C) 2005-2007, Timothy D. Morgan
+ (C) 2004, Jamie French
+License: GPL-2+
+
+Files: bin/grokevt-ripdll
+Copyright:
+ (C) 2005-2006, Timothy D. Morgan
+ (C) 2004, A'rpi
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2008, David Paleino <d.paleino at gmail.com>
+License: GPL-2+
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..364bbb8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,56 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_testroot
+	$(MAKE) clean
+	dh_clean build-stamp
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) \
+	PREFIX=$(CURDIR)/debian/grokevt/usr \
+	ETC_PREFIX=$(CURDIR)/debian/grokevt/etc/grokevt \
+	MAN_PREFIX=$(CURDIR)/debian/grokevt/usr/share/man \
+	install
+	
+	rm -rf $(CURDIR)/debian/grokevt/usr/share/man/
+	mv $(CURDIR)/debian/grokevt/usr/share/doc/grokevt/man/ $(CURDIR)/debian/grokevt/usr/share/
+	
+	find $(CURDIR)/debian/grokevt/usr/share/doc/grokevt/ -name "*docbook*" -delete
+
+binary-arch: build install
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_pysupport
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2d07be1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://projects.sentinelchicken.org/data/downloads/grokevt-(\d+.*)\.tar\.gz
+

-- 
forensics/grokevt



More information about the forensics-changes mailing list