Package: cadabra / 1.46-3

Metadata

Package Version Patches format
cadabra 1.46-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ldflags.diff | (download)

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

 properly pass $ldflags through gui makefile
cppflags.patch | (download)

gui/Makefile.in | 8 4 + 4 - 0 !
src/Makefile.in | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 pass $cppflags where it might be missing
Might pass it once or twice too often, but better than never. At least
fixes Lintian warning hardening-no-fortify-functions for cadabra. But
doesn't work yet for xcadabra.
reproducible build.diff | (download)

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

 make the build reproducible
disable hanging tests.patch | (download)

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

 disable tests hanging seemingly forever at build time
 Initially this patch was developped and added to fix a symptom of the
 (back then) missing build-dependency lie. Now it's needed to fix the
 very same symptoms on arm64, armel, armhf, pppc64el, s390x and
 powerpc. Accordingly my suspicion is that lie doesn't behave properly
 on the listed architectures.