[Forensics-changes] [grokevt] 02/04: d/patches: python3_path: fix to use python3 instead of python

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sun Nov 5 16:08:41 UTC 2017


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

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

commit a2fde4191033243fcdc8983276aecf93241807ba
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Thu Nov 2 11:49:50 2017 -0200

    d/patches: python3_path: fix to use python3 instead of python
---
 debian/patches/python3_path.patch | 15 +++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/python3_path.patch b/debian/patches/python3_path.patch
new file mode 100644
index 0000000..f892f83
--- /dev/null
+++ b/debian/patches/python3_path.patch
@@ -0,0 +1,15 @@
+Description: Get correct python3 PATH
+Author: Samuel Henrique <samueloph at gmail.com>
+Index: grokevt/Makefile
+===================================================================
+--- grokevt.orig/Makefile
++++ grokevt/Makefile
+@@ -36,7 +36,7 @@ install: all
+ 	cp -r $(BUILD_ETC)/* $(ETC_PREFIX)
+ 	cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
+ 	if [ "x$(PYTHON_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install --install-layout=deb --prefix $(PREFIX); fi
+-	if [ "x$(PYTHON3_PATH)" != "x" ]; then $(PYTHON_PATH) grokevt-distutils.py install --install-layout=deb --prefix $(PREFIX); fi
++	if [ "x$(PYTHON3_PATH)" != "x" ]; then $(PYTHON3_PATH) grokevt-distutils.py install --install-layout=deb --prefix $(PREFIX); fi
+ 	$(MAKE) -C doc install
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9a31d77..7463c90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-config-path.patch
 install_prefix.patch
+python3_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