[med-svn] [nanopolish] 03/04: Add patch to add shebang line to script

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Jan 19 09:04:58 UTC 2016


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

afif-guest pushed a commit to branch master
in repository nanopolish.

commit bc40ea4d727767c436045beb986a29275101fe98
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Tue Jan 19 00:21:09 2016 -0800

    Add patch to add shebang line to script
---
 debian/patches/add-shebang-to-script.patch | 12 ++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/add-shebang-to-script.patch b/debian/patches/add-shebang-to-script.patch
new file mode 100644
index 0000000..fc08a66
--- /dev/null
+++ b/debian/patches/add-shebang-to-script.patch
@@ -0,0 +1,12 @@
+Description: Add shebang line to the executable consensus.make
+Author: Afif Elghraoui <afif at ghraoui.name>
+Forwarded: no
+Last-Update: 2016-01-19
+--- nanopolish.orig/scripts/consensus.make
++++ nanopolish/scripts/consensus.make
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ SHELL=/bin/bash -o pipefail
+ .SECONDARY:
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 743ba4c..7e4debe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 adjust-include-path.patch
 compiler-flags.patch
 external-libs.patch
+add-shebang-to-script.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanopolish.git



More information about the debian-med-commit mailing list