Skip to content
Commits on Source (3)
iva (1.0.9+ds-6) unstable; urgency=medium
* Use correct Vcs-Git URL.
* Remove ancient X-Python3-Version field.
* Use Debian's Perl path in RATT scripts.
-- Sascha Steinbiss <satta@debian.org> Wed, 01 Aug 2018 21:19:30 +0200
iva (1.0.9+ds-5) unstable; urgency=medium
[ Sascha Steinbiss ]
......
......@@ -24,9 +24,8 @@ Build-Depends: debhelper (>= 11~),
default-jdk-headless
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/iva
Vcs-Git: https://salsa.debian.org/git/med-team/iva.git
Vcs-Git: https://salsa.debian.org/med-team/iva.git
Homepage: https://github.com/sanger-pathogens/iva
X-Python3-Version: >= 3.3
Package: iva
Architecture: any
......
Description: Use Debian's Perl path
Author: Sascha Steinbiss <satta@debian.org>
--- a/iva/ratt/embl2gff.pl
+++ b/iva/ratt/embl2gff.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (c) 2014-2016 Genome Research Ltd.
#
# This file is part of IVA.
--- a/iva/ratt/genbank2embl.pl
+++ b/iva/ratt/genbank2embl.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (c) 2014-2016 Genome Research Ltd.
#
# This file is part of IVA.
disable-multithreaded-test.patch
perl-shebang.patch