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 ! |
2to3 conversion to python3 |
| ecoisundertaxon.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
create all possible executables |
| spelling.patch | (download) |
src/ecofind.c |
10 5 + 5 - 0 ! |
spelling fixes |
| hardening.patch | (download) |
src/global.mk |
7 4 + 3 - 0 ! |
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 ! |
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)
| ^~~~~~
|
