Codebase list barrnap / 4e70e09
use fixed /usr/bin/perl in executable Sascha Steinbiss 4 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 * Fix EDAM syntax (Thanks Andreas Tille).
44 * Bump Standards-Version.
55 * Use debhelper-compat 12.
6 * Use fixed /usr/bin/perl in executable.
67 * Add missing DEP-12 fields.
78
89 -- 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
11 --- a/bin/barrnap
22 +++ 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);
39 @@ -14,6 +14,9 @@
410 my $AUTHOR = 'Torsten Seemann';
511 my $URL = 'https://github.com/tseemann/barrnap';