Package: octave-sparsersb / 1.0.9-8

Metadata

Package Version Patches format
octave-sparsersb 1.0.9-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
honor cxxflags.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 honor the environment variable cxxflags
 This is required in Debian, such that hardening flags like
 -fstack-protector-strong, -Wformat, and -Werror=format-security are
 used in the compilation of C++ files.
no internal mex fcns.patch | (download)

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

 fix ftbfs against octave 7
 Don't use internal functions.
fix cleaning.patch | (download)

Makefile | 7 4 + 3 - 0 !
src/Makefile | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+), 3 deletions(-)

 fix cleaning rules
 + In Makefile, create distclean rule and remove distclean stuff from the clean rule
 + In src/Makefile, create distclean target
 + Prefix the rm commands with '-" where appropriate
deprecated dot minus.patch | (download)

src/sparsersb.cc | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 replace deprecated operator ".-" by "-"
no cxx11.patch | (download)

src/configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't force std=gnu++11
 Needed to compile against Octave 10.