Package: phast / 1.6+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
phast | 1.6+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clapack.patch | (download) |
src/lib/Makefile |
24 2 + 22 - 0 ! |
use debian package for blas/lapack (instead of obsolete clapack) - Use -lblas instead of -lblaswr - Use -ltmglib instead of -ltmg - Do not use f2c, not needed - Introduce prototypes for LAPACK functions used in the package (those are documented in the manpages from the liblapack-doc package) |
do_not_install_to_opt.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
packages should not install anything to /opt |
use_debian_packaged_libpcre.patch | (download) |
src/lib/Makefile |
2 1 + 1 - 0 ! |
use debian packaged libpcre |
use_debian_packaged_help2man.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
debian packaged help2man creates better results |
hardening.patch | (download) |
src/make-include.mk |
4 2 + 2 - 0 ! |
propagate hardening options |
fix_test_makefile.patch | (download) |
test/Makefile |
62 31 + 31 - 0 ! |
test suite makefile has syntax errors and there was at least one buggy data file which was fixed. . With these changes `make msa_view` works but other targets are throwing errors. This needs to be investigated |
pcre2.patch | (download) |
include/phast/stringsplus.h |
20 9 + 11 - 0 ! |
port from pcre3 to pcre2 Bug-Debian: https://bugs.debian.org/1000000 |