[Forensics-changes] [grokevt] 01/02: Revert "Refresh patches"

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sun Jan 1 21:25:54 UTC 2017


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

samueloph-guest pushed a commit to branch debian
in repository grokevt.

commit 6c9f82d637493ab108f00e58b5ea80120defe981
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Sun Jan 1 19:12:55 2017 -0200

    Revert "Refresh patches"
    
    This reverts commit 1e591c228fdabf5e0526529303262a65901321ba.
---
 debian/patches/01-config-path.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/01-config-path.patch b/debian/patches/01-config-path.patch
new file mode 100644
index 0000000..51b2cb0
--- /dev/null
+++ b/debian/patches/01-config-path.patch
@@ -0,0 +1,33 @@
+Description: Fixing config path.
+Author: Christophe Monniez <christophe.monniez at fccu.be>
+Last-Update: 2008-09-02
+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
+ 
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

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



More information about the forensics-changes mailing list