[qflow] 04/05: New patch for shebang fix

Ruben Undheim rubund-guest at moszumanska.debian.org
Thu Jul 13 20:57:11 UTC 2017


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

rubund-guest pushed a commit to branch master
in repository qflow.

commit 4c6949e479395f95e7a1b3152eb207fd2a7f19f5
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu Jul 13 22:38:15 2017 +0200

    New patch for shebang fix
---
 debian/patches/0005-Fix-shebang.patch | 18 ++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0005-Fix-shebang.patch b/debian/patches/0005-Fix-shebang.patch
new file mode 100644
index 0000000..400e582
--- /dev/null
+++ b/debian/patches/0005-Fix-shebang.patch
@@ -0,0 +1,18 @@
+From: Ruben Undheim <ruben.undheim at gmail.com>
+Date: Thu, 13 Jul 2017 22:37:19 +0200
+Subject: Fix shebang
+
+---
+ scripts/spi2xspice.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/scripts/spi2xspice.py b/scripts/spi2xspice.py
+index 3544f53..39a7d81 100755
+--- a/scripts/spi2xspice.py
++++ b/scripts/spi2xspice.py
+@@ -1,4 +1,4 @@
+-#!/bin/env python3
++#!/usr/bin/env python3
+ #
+ # spi2xspice.py
+ #
diff --git a/debian/patches/series b/debian/patches/series
index de8170b..229de10 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 permission_technology.patch
 fix_tcsh_path.patch
 yosys_version_number_minor.patch
+0005-Fix-shebang.patch

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



More information about the debian-science-commits mailing list