Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Start work on ncbi-tools6 6.1.20170106-4, primarily for #902364.
· 208f471c
Aaron M. Ucko
authored
Jun 25, 2018
208f471c
control: Mark data reshuffling w/Breaks, not just Replaces (#902364)
· 8a166fb0
Aaron M. Ucko
authored
Jun 25, 2018
8a166fb0
d/copyright: Fix years (packaging through '18, upstream through '17)
· 231d43b9
Aaron M. Ucko
authored
Jun 25, 2018
231d43b9
Advance to Debhelper compat 11, B-D (>= 11~).
· 06fb78a9
Aaron M. Ucko
authored
Jun 25, 2018
06fb78a9
Finalize ncbi-tools6 6.1.20170106-4 for upload to unstable.
· d21070cd
Aaron M. Ucko
authored
Jun 25, 2018
d21070cd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d21070cd
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 ]
...
...
debian/compat
View file @
d21070cd
1
0
1
1
debian/control
View file @
d21070cd
...
...
@@ -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 (>= 1
0
~)
Build-Depends: debhelper (>= 1
1
~)
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
...
...
debian/copyright
View file @
d21070cd
...
...
@@ -4,13 +4,13 @@ Upstream-Name: ncbi
Source: http://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/
Files: *
Copyright: 1996-201
8
NCBI
Copyright: 1996-201
7
NCBI
License: public_domain
Files: debian/*
Copyright: 1998-1999 Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
2001 Dr. Guenter Bechly <gbechly@debian.org>
2001-201
7
Aaron M. Ucko <ucko@debian.org>
2001-201
8
Aaron M. Ucko <ucko@debian.org>
License: public_domain
Files: debian/tests/test-data/* (except for trnascan-se_sample.output)
...
...