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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Description: fix perl interpreter path
This change is required by Debian policy 10.4
Author: Giulio Paci <giuliopaci@gmail.com>
Forwarded: yes
--- a/src/align2html/buildPack.pl
+++ b/src/align2html/buildPack.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# ALIGN2HTML
# Author: Jerome Ajot
--- a/src/chfilt/chfilt.pl
+++ b/src/chfilt/chfilt.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
### This changes the function of a runtime warning to dump a stack trace
#use Carp (); local $SIG{__WARN__} = \&Carp::cluck;
--- a/src/hamzaNorm/hamzaNorm.pl
+++ b/src/hamzaNorm/hamzaNorm.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
--- a/src/rttmValidator/rttmValidator.pl
+++ b/src/rttmValidator/rttmValidator.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# RTTMVALIDATOR
# Author: Jon Fiscus, Jerome Ajot
--- a/src/slatreport/slatTest.pl
+++ b/src/slatreport/slatTest.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# $Id$
--- a/src/slatreport/slatreport.pl
+++ b/src/slatreport/slatreport.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# $Id$
--- a/src/tanweenFilt/tanweenFilt.pl
+++ b/src/tanweenFilt/tanweenFilt.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
|