[Forensics-changes] [SCM] scripts for reading Microsoft Windows event log files branch, debian, updated. upstream/0.4.0-27-g2b83e44

Daniel Baumann daniel at debian.org
Thu May 28 19:35:42 UTC 2009


The following commit has been merged in the debian branch:
commit 70e44ea2cf18fc12327709a39fbf68c89846d737
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 21:26:49 2009 +0200

    Using quilt rather than dpatch.

diff --git a/debian/control b/debian/control
index d8363be..da429f3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
-Build-Depends: debhelper (>= 7), python-support, dpatch
+Build-Depends: debhelper (>= 7), python-support, quilt
 Standards-Version: 3.8.1
 Homepage: http://projects.sentinelchicken.org/grokevt/
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/grokevt.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index ed70e64..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-fixing_config_path.dpatch
diff --git a/debian/patches/01-config-path.patch b/debian/patches/01-config-path.patch
new file mode 100644
index 0000000..cbc2336
--- /dev/null
+++ b/debian/patches/01-config-path.patch
@@ -0,0 +1,15 @@
+Author: Christophe Monniez <christophe.monniez at fccu.be>
+Description: Fixing config path.
+
+diff -Naurp grokevt.orig/lib/grokevt.py grokevt/lib/grokevt.py
+--- grokevt.orig/lib/grokevt.py	2009-05-28 21:04:26.000000000 +0200
++++ grokevt/lib/grokevt.py	2009-05-28 21:25:11.000000000 +0200
+@@ -682,7 +682,7 @@ class grokevtConfig:
+ 
+ # 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'
+ 
+ 
+ ################################################################################
diff --git a/debian/patches/fixing_config_path.dpatch b/debian/patches/fixing_config_path.dpatch
deleted file mode 100755
index 1cc8349..0000000
--- a/debian/patches/fixing_config_path.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fixing_config_path.dpatch by  <christophe at localhost.localdomain>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad grokevt~/lib/grokevt.py grokevt/lib/grokevt.py
---- grokevt~/lib/grokevt.py	2008-07-21 09:55:38.000000000 +0200
-+++ grokevt/lib/grokevt.py	2008-07-21 16:45:53.000000000 +0200
-@@ -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'
- 
- 
- ################################################################################
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..daf01d3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-config-path.patch
diff --git a/debian/rules b/debian/rules
index 813e26a..325977f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 clean: unpatch
 	dh_testdir
@@ -12,7 +12,7 @@ clean: unpatch
 	dh_clean
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp: patch
 	dh_testdir
 
 	$(MAKE)

-- 
scripts for reading Microsoft Windows event log files



More information about the forensics-changes mailing list