File: paths.patch

package info (click to toggle)
magics%2B%2B 4.16.0%2Breally4.15.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 93,812 kB
  • sloc: cpp: 169,000; xml: 27,515; perl: 6,352; ansic: 4,111; python: 3,899; sh: 716; javascript: 703; f90: 282; makefile: 86
file content (25 lines) | stat: -rw-r--r-- 823 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
Description: Use system perl, not path, for safety
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2018-11-15
Forwarded: not-needed

Index: magics++-4.8.0/apps/metgram/metgram
===================================================================
--- magics++-4.8.0.orig/apps/metgram/metgram
+++ magics++-4.8.0/apps/metgram/metgram
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 use strict;
 use Data::Dumper;
 use IO::Socket;
Index: magics++-4.8.0/tools/magicsCompatibilityChecker
===================================================================
--- magics++-4.8.0.orig/tools/magicsCompatibilityChecker
+++ magics++-4.8.0/tools/magicsCompatibilityChecker
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 #
 # Copyright 2011 European Centre for Medium-Range Weather Forecasts (ECMWF)
 #