Skip to content
Commits on Source (5)
ncbi-tools6 (6.1.20170106-4) unstable; urgency=medium
* debian/compat: Advance to Debhelper 11.
* debian/control:
- Mark *-data reshuffling with Breaks, not just Replaces. (Closes: #902364.)
- Build-Depends: Advance to debhelper (>= 11~).
* debian/copyright: Fix years (packaging through 2018, upstream through 2017).
-- Aaron M. Ucko <ucko@debian.org> Mon, 25 Jun 2018 21:36:10 -0400
ncbi-tools6 (6.1.20170106-3) unstable; urgency=medium
[ Liubov Chuprikova ]
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 10~)
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: icoutils,
imagemagick
Build-Depends-Arch: csh | c-shell,
......@@ -48,6 +48,7 @@ Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
Breaks: ncbi-rrna-data (<< 6.1.20160908)
Replaces: ncbi-rrna-data (<< 6.1.20160908)
Description: Platform-independent data for the NCBI toolkit
This package contains support files needed by the NCBI toolkit on all
......@@ -60,6 +61,7 @@ Section: science
Depends: ncbi-data,
${misc:Depends}
Recommends: ncbi-blast+
Breaks: ncbi-data (<< 6.1.20160908)
Replaces: ncbi-data (<< 6.1.20160908)
Description: large rRNA BLAST databases distributed with the NCBI toolkit
This package contains some ribosomal RNA BLAST databases distributed
......
......@@ -4,13 +4,13 @@ Upstream-Name: ncbi
Source: http://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/
Files: *
Copyright: 1996-2018 NCBI
Copyright: 1996-2017 NCBI
License: public_domain
Files: debian/*
Copyright: 1998-1999 Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
2001 Dr. Guenter Bechly <gbechly@debian.org>
2001-2017 Aaron M. Ucko <ucko@debian.org>
2001-2018 Aaron M. Ucko <ucko@debian.org>
License: public_domain
Files: debian/tests/test-data/* (except for trnascan-se_sample.output)
......