Package: ecopcr / 1.0.1+dfsg-5

Metadata

Package Version Patches format
ecopcr 1.0.1+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2to3.patch | (download)

tools/ecoPCRFilter.py | 29 15 + 14 - 0 !
tools/ecoPCRFormat.py | 69 35 + 34 - 0 !
tools/ecoSort.py | 61 31 + 30 - 0 !
3 files changed, 81 insertions(+), 78 deletions(-)

 2to3 conversion to python3


ecoisundertaxon.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 create all possible executables


spelling.patch | (download)

src/ecofind.c | 10 5 + 5 - 0 !
src/ecogrep.c | 2 1 + 1 - 0 !
src/ecoisundertaxon.c | 4 2 + 2 - 0 !
src/libecoPCR/ecoPCR.h | 2 1 + 1 - 0 !
4 files changed, 9 insertions(+), 9 deletions(-)

 spelling fixes


hardening.patch | (download)

src/global.mk | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 propagate hardening options
 No idea why the lintian warning remains - the options are properly set IMHO


gcc 14.patch | (download)

src/ecogrep.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 append forgotten unistd.h inclusion.
 This fixes build failure with Gcc 14, as lack of isatty declaration
 causes an implicit function declaration, which is fatal with this
 compiler level:
 .
  ecogrep.c:317:29: error: implicit declaration of function isatty [-Wimplicit-function-declaration]
    317 |                         if (isatty(fileno(stdin)) == 0)
        |                             ^~~~~~