[pysal] 13/17: Add patch to fix unusual interpreter path.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 11 20:44:29 UTC 2016


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

sebastic pushed a commit to branch master
in repository pysal.

commit d20e5bdd9ecab4f1f4414e8b92ca76f3bcc66be2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 11 17:42:16 2016 +0200

    Add patch to fix unusual interpreter path.
---
 debian/patches/series                    |  1 +
 debian/patches/unusual-interpreter.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..347d63d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+unusual-interpreter.patch
diff --git a/debian/patches/unusual-interpreter.patch b/debian/patches/unusual-interpreter.patch
new file mode 100644
index 0000000..bf67222
--- /dev/null
+++ b/debian/patches/unusual-interpreter.patch
@@ -0,0 +1,11 @@
+Description: Fix unusual interpreter path.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/pysal/contrib/network/klincs.py
++++ b/pysal/contrib/network/klincs.py
+@@ -1,4 +1,4 @@
+-#!/usr/env python
++#!/usr/bin/env python
+ 
+ """
+ A library for computing local K function for network-constrained data

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git



More information about the Pkg-grass-devel mailing list