[med-svn] [Git][med-team/iva][master] 3 commits: use correct Vcs-Git URL
Sascha Steinbiss
gitlab at salsa.debian.org
Wed Aug 1 20:53:43 BST 2018
Sascha Steinbiss pushed to branch master at Debian Med / iva
Commits:
3810adf6 by Sascha Steinbiss at 2018-08-01T19:52:26Z
use correct Vcs-Git URL
- - - - -
ba5d94c3 by Sascha Steinbiss at 2018-08-01T19:52:38Z
remove ancient X-Python3-Version fiel
- - - - -
62088461 by Sascha Steinbiss at 2018-08-01T19:52:51Z
use Debian's Perl path in RATT scripts
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/perl-shebang.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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 at debian.org> Wed, 01 Aug 2018 21:19:30 +0200
+
iva (1.0.9+ds-5) unstable; urgency=medium
[ Sascha Steinbiss ]
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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
=====================================
--- /dev/null
+++ b/debian/patches/perl-shebang.patch
@@ -0,0 +1,18 @@
+Description: Use Debian's Perl path
+Author: Sascha Steinbiss <satta at 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
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
disable-multithreaded-test.patch
+perl-shebang.patch
View it on GitLab: https://salsa.debian.org/med-team/iva/compare/c47e3705e957b680ce8980060975ceb133a81017...62088461cdf0a607b68bc3e8069d303c672178cc
--
View it on GitLab: https://salsa.debian.org/med-team/iva/compare/c47e3705e957b680ce8980060975ceb133a81017...62088461cdf0a607b68bc3e8069d303c672178cc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180801/7a4b27a0/attachment-0001.html>
More information about the debian-med-commit
mailing list