use fixed /usr/bin/perl in executable
Sascha Steinbiss
3 years ago
3 | 3 |
* Fix EDAM syntax (Thanks Andreas Tille).
|
4 | 4 |
* Bump Standards-Version.
|
5 | 5 |
* Use debhelper-compat 12.
|
|
6 |
* Use fixed /usr/bin/perl in executable.
|
6 | 7 |
* Add missing DEP-12 fields.
|
7 | 8 |
|
8 | 9 |
-- Sascha Steinbiss <satta@debian.org> Fri, 17 Apr 2020 11:47:50 +0200
|
0 | |
Description: Do not rely on path location relative to barrnap executable
|
|
0 |
Description: Make sure we use correct paths for Debian policy
|
1 | 1 |
--- a/bin/barrnap
|
2 | 2 |
+++ b/bin/barrnap
|
|
3 |
@@ -1,4 +1,4 @@
|
|
4 |
-#!/usr/bin/env perl
|
|
5 |
+#!/usr/bin/perl
|
|
6 |
use strict;
|
|
7 |
use warnings;
|
|
8 |
use List::Util qw(max);
|
3 | 9 |
@@ -14,6 +14,9 @@
|
4 | 10 |
my $AUTHOR = 'Torsten Seemann';
|
5 | 11 |
my $URL = 'https://github.com/tseemann/barrnap';
|