[Forensics-changes] [SCM] debian-forensics/grokevt branch, debian, updated. debian/0.4.1-5-3-gf00de80

Christophe Monniez christophe.monniez at fccu.be
Thu Oct 29 10:19:06 UTC 2009


The following commit has been merged in the debian branch:
commit f00de807c33420b7fc61de7032338f3a3caad207
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Thu Oct 29 11:19:51 2009 +0100

    Fixing etc path in Makefile.

diff --git a/debian/patches/01-config-path.patch b/debian/patches/01-config-path.patch
index cbc2336..0d28850 100644
--- a/debian/patches/01-config-path.patch
+++ b/debian/patches/01-config-path.patch
@@ -1,10 +1,11 @@
 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:
+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.
@@ -13,3 +14,20 @@ diff -Naurp grokevt.orig/lib/grokevt.py grokevt/lib/grokevt.py
  
  
  ################################################################################
+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
+ 

-- 
debian-forensics/grokevt



More information about the forensics-changes mailing list