Sascha Steinbiss pushed to branch master at Debian Med / barrnap
Commits: 9fa6fa87 by Sascha Steinbiss at 2020-04-17T12:04:48+02:00 add housekeeping work to d/changelog - - - - - 66577049 by Sascha Steinbiss at 2020-04-17T12:05:00+02:00 add missing DEP-12 fields - - - - - 8b05f8a0 by Sascha Steinbiss at 2020-04-17T12:05:35+02:00 use debhelper-compat 12 - - - - - c782bcd9 by Sascha Steinbiss at 2020-04-17T12:05:50+02:00 bump Standards-Version - - - - - 4e70e099 by Sascha Steinbiss at 2020-04-17T12:06:11+02:00 use fixed /usr/bin/perl in executable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/patches/use_debian_dirs - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +barrnap (0.9+dfsg-2) unstable; urgency=medium + + * Add references to conda (Thanks Steffen Moeller). + * Fix EDAM syntax (Thanks Andreas Tille). + * Bump Standards-Version. + * Use debhelper-compat 12. + * Use fixed /usr/bin/perl in executable. + * Add missing DEP-12 fields. + + -- Sascha Steinbiss <[email protected]> Fri, 17 Apr 2020 11:47:50 +0200 + barrnap (0.9+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -3,8 +3,11 @@ Priority: optional Section: science Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Sascha Steinbiss <[email protected]> -Build-Depends: debhelper (>= 11), hmmer (>= 3.1), lua5.1, bedtools -Standards-Version: 3.9.8 +Build-Depends: debhelper-compat (= 12), + hmmer (>= 3.1), + lua5.1, + bedtools +Standards-Version: 4.5.0 Homepage: http://www.vicbioinformatics.com/software.barrnap.shtml Vcs-Browser: https://salsa.debian.org/med-team/barrnap Vcs-Git: https://salsa.debian.org/med-team/barrnap.git ===================================== debian/patches/use_debian_dirs ===================================== @@ -1,6 +1,12 @@ -Description: Do not rely on path location relative to barrnap executable +Description: Make sure we use correct paths for Debian policy --- a/bin/barrnap +++ b/bin/barrnap +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/bin/perl + use strict; + use warnings; + use List::Util qw(max); @@ -14,6 +14,9 @@ my $AUTHOR = 'Torsten Seemann'; my $URL = 'https://github.com/tseemann/barrnap'; ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,6 @@ +Bug-Database: https://github.com/tseemann/barrnap/issues +Bug-Submit: https://github.com/tseemann/barrnap/issues/new +Repository: https://github.com/tseemann/barrnap Registry: - Name: SciCrunch Entry: SCR_015995 View it on GitLab: https://salsa.debian.org/med-team/barrnap/-/compare/4b08d930961e7ca45699c36d1bd40fe53b643ef6...4e70e099dee804a03e45b5cbc4013b58db692470 -- View it on GitLab: https://salsa.debian.org/med-team/barrnap/-/compare/4b08d930961e7ca45699c36d1bd40fe53b643ef6...4e70e099dee804a03e45b5cbc4013b58db692470 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
