--- grokevt-0.4.1.orig/debian/control
+++ grokevt-0.4.1/debian/control
@@ -0,0 +1,21 @@
+Source: grokevt
+Section: utils
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
+Uploaders: Christophe Monniez <christophe.monniez@fccu.be>
+Build-Depends: debhelper (>= 7.0.50~), python-support, quilt (>= 0.46-7~), cpio
+Standards-Version: 3.9.0
+Homepage: http://projects.sentinelchicken.org/grokevt/
+Vcs-Browser: http://git.debian.org/?p=forensics/grokevt.git
+Vcs-Git: git://git.debian.org/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.
--- grokevt-0.4.1.orig/debian/dirs
+++ grokevt-0.4.1/debian/dirs
@@ -0,0 +1 @@
+usr/share/doc/grokevt/config-examples
--- grokevt-0.4.1.orig/debian/watch
+++ grokevt-0.4.1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://projects.sentinelchicken.org/data/downloads/grokevt-(\d+.*)\.tar\.gz
--- grokevt-0.4.1.orig/debian/rules
+++ grokevt-0.4.1/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh ${@} --with quilt
+
+override_dh_auto_install:
+	dh_auto_install -- PREFIX=$(CURDIR)/debian/grokevt/usr ETC_PREFIX=$(CURDIR)/debian/grokevt/etc/grokevt MAN_PREFIX=$(CURDIR)/debian/grokevt/usr/share/man
+
+	rm -rf debian/grokevt/usr/share/man
+	mv debian/grokevt/usr/share/doc/grokevt/man debian/grokevt/usr/share
+
+	mv debian/grokevt/etc/grokevt/systems/example debian/grokevt/usr/share/doc/grokevt/config-examples/example1
+
+	find debian/grokevt/usr/share/doc/grokevt -name "*docbook*" | xargs rm -f
--- grokevt-0.4.1.orig/debian/source.lintian-overrides
+++ grokevt-0.4.1/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# Avoid warnings if non-uploaders to uploads.
+grokevt source: changelog-should-mention-nmu
+grokevt source: source-nmu-has-incorrect-version-number
--- grokevt-0.4.1.orig/debian/compat
+++ grokevt-0.4.1/debian/compat
@@ -0,0 +1 @@
+7
--- grokevt-0.4.1.orig/debian/copyright
+++ grokevt-0.4.1/debian/copyright
@@ -0,0 +1,89 @@
+Author: Timothy D. Morgan
+Download: http://projects.sentinelchicken.org/grokevt/
+
+Files: *
+Copyright: (C) 2005-2006 Timothy D. Morgan
+License: GPL-2
+ 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; version 2
+ of the License.
+ .
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: bin/grokevt-parselog
+Copyright:
+ (C) 2005-2007 Timothy D. Morgan
+ (C) 2004 Jamie French
+License: GPL-2
+ 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; version 2
+ of the License.
+ .
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: bin/grokevt-ripdll
+Copyright:
+ (C) 2005-2006 Timothy D. Morgan
+ (C) 2004 A'rpi
+License: GPL-2
+ 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; version 2
+ of the License.
+ .
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+
+Files: debian/*
+Copyright:
+ (C) 2008 David Paleino <d.paleino@gmail.com>
+ (C) 2008-2009 Daniel Baumann <daniel@debian.org>
+License: GPL-2+
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
--- grokevt-0.4.1.orig/debian/changelog
+++ grokevt-0.4.1/debian/changelog
@@ -0,0 +1,93 @@
+grokevt (0.4.1-7) unstable; urgency=low
+
+  [ Christophe Monniez ]
+  * Fixing quilt depency in control file.
+  * Bumping standards version to 3.9.0.
+  * Renaming the example directory to avoid confusion (Closes: #590094).
+
+  [ Michael Prokop ]
+  * Add debian/dirs to create directory
+    /usr/share/doc/grokevt/config-examples.
+
+ -- Michael Prokop <mika@debian.org>  Wed, 28 Jul 2010 11:48:45 -0400
+
+grokevt (0.4.1-6) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Minimizing rules file.
+
+  [ Christophe Monniez ]
+  * Fixing VCS fields in control file.
+  * Fixing etc path in Makefile.
+
+  [ Michael Prokop ]
+  * Bump Standards-Version to 3.8.3 (no further changes).
+  * Bump Build-Depends to debhelper (>= 7.0.50~).
+
+ -- Michael Prokop <mika@debian.org>  Thu, 05 Nov 2009 01:00:38 +0100
+
+grokevt (0.4.1-5) unstable; urgency=low
+
+  [ Christophe Monniez ]
+  * Added cpio as a build dependency (Closes: #537036).
+
+ -- Daniel Baumann <daniel@debian.org>  Wed, 15 Jul 2009 14:03:03 +0200
+
+grokevt (0.4.1-4) unstable; urgency=low
+
+  * Updating package to standards version 3.8.2.
+  * Adding lintian overrides.
+  * Using correct rfc-2822 date formats in changelog.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 09 Jul 2009 11:59:29 +0200
+
+grokevt (0.4.1-3) unstable; urgency=low
+
+  * Updating vcs fields.
+  * Adding myself to copyright file.
+  * Replacing obsolete dh_clean -k with dh_prep.
+  * Updating year in copyright file.
+  * Updating package to standards 3.8.1.
+  * Using quilt rather than dpatch.
+  * Tidy rules file.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 28 May 2009 21:27:51 +0200
+
+grokevt (0.4.1-2) unstable; urgency=low
+
+  [ Christophe Monniez ]
+  * Patch from Dr. Markus Waldeck to fix the wrong config directory bug
+    (Closes: #491430).
+  * Adjusting the patch list to execute the correct patch.
+  * Adding the missing dpatch file.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 02 Sep 2008 17:31:00 +0200
+
+grokevt (0.4.1-1) unstable; urgency=low
+
+  [ Christophe Monniez ]
+  * New maintainer.
+  * Merging upstream version 0.4.1.
+
+  [ Daniel Baumann ]
+  * Adding full license headers to copyright file.
+  * Rewrapping rules.
+  * Upgrading package to debhelper 7.
+  * Updating to standards 3.8.0.
+
+ -- Daniel Baumann <daniel@debian.org>  Wed, 11 Jun 2008 09:31:00 +0200
+
+grokevt (0.4.0-1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Correcting debian copyright file.
+  * Moving example files from /etc to /usr/share/doc.
+  * Removing useless whitespaces.
+  * Cleaning up rules.
+  * Rewrapping copyright.
+  * Rewrapping long description.
+
+  [ David Paleino ]
+  * Initial release (Closes: #467357).
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 3 Apr 2008 20:55:00 +0200
--- grokevt-0.4.1.orig/debian/patches/01-config-path.patch
+++ grokevt-0.4.1/debian/patches/01-config-path.patch
@@ -0,0 +1,33 @@
+Author: Christophe Monniez <christophe.monniez@fccu.be>
+Description: Fixing config path.
+
+Index: grokevt/lib/grokevt.py
+===================================================================
+--- grokevt.orig/lib/grokevt.py	2009-10-27 17:54:19.182687288 +0100
++++ grokevt/lib/grokevt.py	2009-10-29 11:16:22.511477914 +0100
+@@ -682,7 +682,7 @@
+ 
+ # This is only here to aide in debugging.
+ # It will be overridden during a 'make install' below.
+-PATH_CONFIG='/usr/local/etc/grokevt'
++PATH_CONFIG='/etc/grokevt'
+ 
+ 
+ ################################################################################
+Index: grokevt/Makefile
+===================================================================
+--- grokevt.orig/Makefile	2009-10-29 11:18:11.107640882 +0100
++++ grokevt/Makefile	2009-10-29 11:19:00.335312310 +0100
+@@ -6,10 +6,10 @@
+ 	print "%d.%d" % (sys.version_info[0],sys.version_info[1])' | python`
+ 
+ # Installation prefixes.  Change to install elsewhere.
+-PREFIX=/usr/local
++PREFIX=/usr
+ LIB_PREFIX:=$(PREFIX)/lib/python$(PYTHON_VERSION)/site-packages
+ BIN_PREFIX=$(PREFIX)/bin
+-ETC_PREFIX=$(PREFIX)/etc/grokevt
++ETC_PREFIX=/etc/grokevt
+ DOC_PREFIX=$(PREFIX)/share/doc/grokevt
+ MAN_PREFIX=$(PREFIX)/man
+ 
--- grokevt-0.4.1.orig/debian/patches/series
+++ grokevt-0.4.1/debian/patches/series
@@ -0,0 +1 @@
+01-config-path.patch
