[xmds2] 21/22: Add patch interpreter-name-in-shebang.patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Jan 3 21:46:59 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository xmds2.

commit 728b10ddabe8265f27f3dd176fafc398fcfcda1f
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jan 3 20:17:25 2014 +0100

    Add patch interpreter-name-in-shebang.patch
---
 debian/changelog                                 |  1 +
 debian/patches/interpreter-name-in-shebang.patch | 20 ++++++++++++++++++++
 debian/patches/series                            |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 08a6f2b..44d0355 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ xmds2 (2.1.4-1) UNRELEASED; urgency=low
   * Bump the debhelper compatibility level to 9
   * debian/copyright: DEPS-5-compliant
   * debian/docs: Drop the COPYRIGHT file (redundant with debian/copyright)
+  * New patch interpreter-name-in-shebang.patch
 
  --
 
diff --git a/debian/patches/interpreter-name-in-shebang.patch b/debian/patches/interpreter-name-in-shebang.patch
new file mode 100644
index 0000000..dd54740
--- /dev/null
+++ b/debian/patches/interpreter-name-in-shebang.patch
@@ -0,0 +1,20 @@
+Description: Fix the name of the python interpreter in the shebang line
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2014-01-03
+
+--- xmds2-2.1.4.orig/xpdeint/Features/Transforms/_FourierTransformFFTW3.py
++++ xmds2-2.1.4/xpdeint/Features/Transforms/_FourierTransformFFTW3.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python,
++#!/usr/bin/env python
+ # encoding: utf-8
+ """
+ _FourierTransform.py
+--- xmds2-2.1.4.orig/xpdeint/Features/Transforms/_MMT.py
++++ xmds2-2.1.4/xpdeint/Features/Transforms/_MMT.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python,
++#!/usr/bin/env python
+ # encoding: utf-8
+ """
+ _MMT.py
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..59c9776
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+interpreter-name-in-shebang.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git



More information about the debian-science-commits mailing list