Your message dated Wed, 20 Mar 2024 05:00:49 +0000
with message-id <e1rmo4h-005ngz...@fasolo.debian.org>
and subject line Bug#1066356: fixed in ncbi-tools6 6.1.20170106+dfsg2-2
has caused the Debian Bug report #1066356,
regarding ncbi-tools6: FTBFS: asn2gnb2.c:3409:14: error: implicit declaration 
of function ‘PrintDate’ [-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ncbi-tools6
Version: 6.1.20170106+dfsg2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -c -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_PNG -I../include -DWIN_MOTIF 
> asn2gnb2.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>                  from ../include/ncbilcl.h:150,
>                  from ../include/ncbi.h:57,
>                  from asn2gnb2.c:42:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> asn2gnb2.c: In function ‘s_LocusAddSuffix’:
> asn2gnb2.c:217:11: warning: variable ‘ch’ set but not used 
> [-Wunused-but-set-variable]
>   217 |   Char    ch;
>       |           ^~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1361:66: warning: suggest parentheses around ‘&&’ within ‘||’ 
> [-Wparentheses]
>  1361 |       } else if ((moltype >= 2 && moltype <= 8) || moltype >= 10 && 
> moltype <= 11) {
>       |                                                    
> ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘IsSuccessor’:
> asn2gnb2.c:1742:15: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>       |               ^~
> asn2gnb2.c:1742:10: note: did you mean to dereference the pointer?
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>       |          ^
> asn2gnb2.c:1742:34: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>       |                                  ^~
> asn2gnb2.c:1742:28: note: did you mean to dereference the pointer?
>  1742 |   while (accp != '\0'  &&  prevp != '\0') {
>       |                            ^
> asn2gnb2.c: In function ‘IsProjectAccn’:
> asn2gnb2.c:1767:38: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>  1767 |     for (ptr = acc, letters = 0; ptr != '\0'  &&  IS_ALPHA(*ptr); 
> ++ptr, ++letters) continue;
>       |                                      ^~
> asn2gnb2.c:1767:34: note: did you mean to dereference the pointer?
>  1767 |     for (ptr = acc, letters = 0; ptr != '\0'  &&  IS_ALPHA(*ptr); 
> ++ptr, ++letters) continue;
>       |                                  ^
> asn2gnb2.c: In function ‘AddDblinkBlock’:
> asn2gnb2.c:2892:22: warning: variable ‘parentID’ set but not used 
> [-Wunused-but-set-variable]
>  2892 |   Int4               parentID;
>       |                      ^~~~~~~~
> asn2gnb2.c: In function ‘AddSPBlock’:
> asn2gnb2.c:3409:14: error: implicit declaration of function ‘PrintDate’ 
> [-Werror=implicit-function-declaration]
>  3409 |     string = PrintDate (spb->created);
>       |              ^~~~~~~~~
> asn2gnb2.c:3409:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3409 |     string = PrintDate (spb->created);
>       |            ^
> asn2gnb2.c:3417:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3417 |     string = PrintDate (spb->sequpd);
>       |            ^
> asn2gnb2.c:3424:12: warning: assignment to ‘Nlm_CharPtr’ {aka ‘char *’} from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>  3424 |     string = PrintDate (spb->annotupd);
>       |            ^
> asn2gnb2.c: In function ‘AddSourceOrganismBlock’:
> asn2gnb2.c:5056:22: warning: variable ‘common’ set but not used 
> [-Wunused-but-set-variable]
>  5056 |   CharPtr            common;
>       |                      ^~~~~~
> asn2gnb2.c: In function ‘GetRefsOnBioseq’:
> asn2gnb2.c:5893:22: warning: variable ‘strand’ set but not used 
> [-Wunused-but-set-variable]
>  5893 |   Uint1              strand;
>       |                      ^~~~~~
> asn2gnb2.c:5890:22: warning: variable ‘split’ set but not used 
> [-Wunused-but-set-variable]
>  5890 |   Boolean            split;
>       |                      ^~~~~
> asn2gnb2.c:5884:22: warning: variable ‘right’ set but not used 
> [-Wunused-but-set-variable]
>  5884 |   Int4               right;
>       |                      ^~~~~
> asn2gnb2.c:5878:22: warning: variable ‘left’ set but not used 
> [-Wunused-but-set-variable]
>  5878 |   Int4               left;
>       |                      ^~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:239:24: warning: ‘%d’ directive writing between 1 and 10 bytes 
> into a region of size 6 [-Wformat-overflow=]
>   239 |   sprintf(segCountStr,"%d",awp->numsegs);
>       |                        ^~
> In function ‘s_LocusAddSuffix’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> asn2gnb2.c:239:23: note: directive argument in the range [2, 2147483647]
>   239 |   sprintf(segCountStr,"%d",awp->numsegs);
>       |                       ^~~~
> In file included from /usr/include/stdio.h:906,
>                  from ../include/ncbilcl.h:154:
> In function ‘sprintf’,
>     inlined from ‘s_LocusAddSuffix’ at asn2gnb2.c:239:3,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 2 and 11 bytes into a destination of 
> size 6
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:244:25: warning: ‘%0*d’ directive writing between 1 and 32768 
> bytes into a region of size 4 [-Wformat-overflow=]
>   244 |     sprintf(segSuffix,"S%0*d",segCountStrLen,awp->seg);
>       |                         ^~~~
> In function ‘s_LocusAddSuffix’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> asn2gnb2.c:244:23: note: directive argument in the range [0, 65535]
>   244 |     sprintf(segSuffix,"S%0*d",segCountStrLen,awp->seg);
>       |                       ^~~~~~~
> In function ‘sprintf’,
>     inlined from ‘s_LocusAddSuffix’ at asn2gnb2.c:244:5,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 3 and 32770 bytes into a destination 
> of size 5
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:246:24: warning: ‘%0*d’ directive writing between 1 and 32768 
> bytes into a region of size 5 [-Wformat-overflow=]
>   246 |     sprintf(segSuffix,"%0*d",segCountStrLen,awp->seg);
>       |                        ^~~~
> In function ‘s_LocusAddSuffix’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> asn2gnb2.c:246:23: note: directive argument in the range [0, 65535]
>   246 |     sprintf(segSuffix,"%0*d",segCountStrLen,awp->seg);
>       |                       ^~~~~~
> In function ‘sprintf’,
>     inlined from ‘s_LocusAddSuffix’ at asn2gnb2.c:246:5,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1190:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 2 and 32769 bytes into a destination 
> of size 5
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1514:48: warning: ‘" title="Jump to the comment...’ directive 
> writing 69 bytes into a region of size between 66 and 106 [-Wformat-overflow=]
>  1514 |       sprintf (sect, "<li><a href=\"#comment_%s\" title=\"Jump to the 
> comment section of this record\">Comment</a></li>",
>       |                                                
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1514:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 92 and 132 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1518:46: warning: ‘" title="Jump to the feature...’ directive 
> writing 68 bytes into a region of size between 66 and 106 [-Wformat-overflow=]
>  1518 |     sprintf (sect, "<li><a href=\"#feature_%s\" title=\"Jump to the 
> feature table of this record\">Features</a></li>",
>       |                                              
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1518:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 91 and 131 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1527:117: warning: ‘__builtin___sprintf_chk’ may write a 
> terminating nul past the end of the destination [-Wformat-overflow=]
>  1527 |       sprintf (sect, "<li><a href=\"#genome_%s\" title=\"Jump to the 
> genome section of this record\">Genome</a></li>",
>       |                                                                       
>                                               ^
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1527:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 89 and 129 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1532:117: warning: ‘__builtin___sprintf_chk’ may write a 
> terminating nul past the end of the destination [-Wformat-overflow=]
>  1532 |       sprintf (sect, "<li><a href=\"#contig_%s\" title=\"Jump to the 
> contig section of this record\">Contig</a></li>",
>       |                                                                       
>                                               ^
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1532:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 89 and 129 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1579:81: warning: ‘%s’ directive writing up to 127 bytes into a 
> region of size between 68 and 77 [-Wformat-overflow=]
>  1579 |       sprintf (sect, "<li class=\"next\"><a href=\"#locus_%ld\" 
> title=\"Jump to %s\">Next</a></li>", (long) nextGi, seqid);
>       |                                                                       
>           ^~                                  ~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1579:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 67 and 203 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1587:81: warning: ‘%s’ directive writing up to 127 bytes into a 
> region of size between 67 and 77 [-Wformat-overflow=]
>  1587 |       sprintf (sect, "<li class=\"next\"><a href=\"#locus_%ld\" 
> title=\"Jump to %s\">Next</a></li>", (long) awp->nextGi, seqid);
>       |                                                                       
>           ^~                                       ~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1587:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 67 and 204 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1608:81: warning: ‘%s’ directive writing up to 127 bytes into a 
> region of size between 67 and 77 [-Wformat-overflow=]
>  1608 |       sprintf (sect, "<li class=\"prev\"><a href=\"#locus_%ld\" 
> title=\"Jump to %s\">Previous</a></li>", (long) awp->prevGi, seqid);
>       |                                                                       
>           ^~                                           ~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1608:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 71 and 208 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> asn2gnb2.c: In function ‘AddLocusBlock’:
> asn2gnb2.c:1600:81: warning: ‘%s’ directive writing up to 127 bytes into a 
> region of size between 68 and 77 [-Wformat-overflow=]
>  1600 |       sprintf (sect, "<li class=\"prev\"><a href=\"#locus_%ld\" 
> title=\"Jump to %s\">Previous</a></li>", (long) prevGi, seqid);
>       |                                                                       
>           ^~                                      ~~~~~
> In function ‘sprintf’,
>     inlined from ‘AddLocusBlock’ at asn2gnb2.c:1600:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 71 and 207 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [makefile:513: asn2gnb2.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ncbi-tools6_6.1.20170106+dfsg2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ncbi-tools6
Source-Version: 6.1.20170106+dfsg2-2
Done: Aaron M. Ucko <u...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ncbi-tools6, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aaron M. Ucko <u...@debian.org> (supplier of updated ncbi-tools6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Mar 2024 23:21:24 -0400
Source: ncbi-tools6
Architecture: source
Version: 6.1.20170106+dfsg2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Aaron M. Ucko <u...@debian.org>
Closes: 1066356
Changes:
 ncbi-tools6 (6.1.20170106+dfsg2-2) unstable; urgency=medium
 .
   * Don't rely on any implicit function declarations.  (Closes: #1066356.)
     - api/asn2gnb2.c: Correct the first(!) <asn2gnbi.h> to <ffprint.h>
       for PrintDate.
     - api/salutil.c: +<alignmgr2.h> for AlnMgr2IndexSingleChildSeqAlign.
     - vibrant/shim3d.h: Add a prototype for Nlm_SetOGLContext and
       supporting forward declarations.  (Some name clashes preclude
       reliably including X headers from here.)
   * debian/control: Apply routine-update.
     - List fields in its preferred order.
     - Wrap lists to hold one item per line.
     - Standards-Version: 4.6.2 (no changes needed).
     - Drop ncbi-cn3d's Breaks/Replaces on ancient ncbi-tools-x11.
Checksums-Sha1:
 f8594cda42f378d421656080cfff54df7878e148 2919 
ncbi-tools6_6.1.20170106+dfsg2-2.dsc
 676c9b681552b3a30fd3e3e66b15cf68792c9994 1514208 
ncbi-tools6_6.1.20170106+dfsg2-2.debian.tar.xz
Checksums-Sha256:
 869871c94adc13d916848cfa8882dafb0a84f591079893c6a7b3a379bafb554a 2919 
ncbi-tools6_6.1.20170106+dfsg2-2.dsc
 ab9a691a67611e5c9b82fafaac922d03a6d630f91f16004961d12918b09c8bcb 1514208 
ncbi-tools6_6.1.20170106+dfsg2-2.debian.tar.xz
Files:
 1f0c4dbaf0ef509b7b16495521fa2695 2919 libdevel optional 
ncbi-tools6_6.1.20170106+dfsg2-2.dsc
 a429a4cb42f5bad4d11501c03505e9af 1514208 libdevel optional 
ncbi-tools6_6.1.20170106+dfsg2-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfDq5z9IwvTDdAJxZHnCRsfFKZKIFAmX6V70ACgkQHnCRsfFK
ZKIUqA/9H/ZVTzp6bPOYKePkssNSNlE9YFxtfLGkzVdMCEj7DM+CNrPNo8LMVq/i
gy/M+M0jlkf0MKSEWC8FxPrB4eU2aouyBht2dG0Th45qAK7NAvBNHCX7oy2iQFRt
GQcb70VniJXK1nzt9aRtla10aQp9Pvnw/SaOQIHZMKYqJElHNg05RxN+Tng3jev3
/WUUx9iMrC+KWAxRt87wGtbbCqHfg+sdbUjIxYwRPQK9D6UvalHUevxnAh1fE5Na
0JIsiZYNeaNfesBTqhctb/XeV0rMYfGmOBNE1rJ5c3Ar30IuZXEI/9HtrBtuajd4
U0B5omHPtTtBs47EJJVE1q/dbn4rspcJZUK5MIGRTYzH3wThdDY+F+V+LfNMs6lR
BMY3/3HTRMrSYxrEydJFOxlJ1KU2myUqeDdAuvJzzdMXwnctSNyk2BMhfK7c5cOD
W992Lf6Jw2R83mFMnPBL9GCHnQwphd6/M78Dmo59XngehwKsfchY47FdZKE0JV+L
vPOV9OxTyrQqj1+TmVUkmVO1etryzwD+3ak72Chc+vQwq79SVP7Oo0Kj4+7fC93a
ASbz4zd/iO+sqYoV9PC8IzSBs1gNez546dIwQwhR9Lqqux0J/ylu11UIOjJfEjf7
uZrHEWg6HZUPBX6xW9BQKyzba4neKNqgMN97FOwOA9yowMMVoOU=
=dJfj
-----END PGP SIGNATURE-----

Attachment: pgpfhWzGJR_td.pgp
Description: PGP signature


--- End Message ---

Reply via email to