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 <sebas...@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 <sebas...@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 _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel