Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
use correct Vcs-Git URL
· 3810adf6
Sascha Steinbiss
authored
Aug 01, 2018
3810adf6
remove ancient X-Python3-Version fiel
· ba5d94c3
Sascha Steinbiss
authored
Aug 01, 2018
ba5d94c3
use Debian's Perl path in RATT scripts
· 62088461
Sascha Steinbiss
authored
Aug 01, 2018
62088461
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
62088461
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 ]
...
...
debian/control
View file @
62088461
...
...
@@ -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
...
...
debian/patches/perl-shebang.patch
0 → 100644
View file @
62088461
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.
debian/patches/series
View file @
62088461
disable-multithreaded-test.patch
perl-shebang.patch