File: add-python3-shebangs.patch

package info (click to toggle)
promod3 3.6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 966,592 kB
  • sloc: cpp: 55,817; python: 18,058; makefile: 85; sh: 51
file content (30 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: Add Python3 shebangs for executables.
Author: Andrius Merkys <merkys@debian.org>
--- a/actions/pm-build-model
+++ b/actions/pm-build-model
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 # Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
--- a/actions/pm-build-rawmodel
+++ b/actions/pm-build-rawmodel
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 # Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
--- a/actions/pm-build-sidechains
+++ b/actions/pm-build-sidechains
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 # Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
--- a/actions/pm-help
+++ b/actions/pm-help
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 # Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 #