Package: libtommath / 1.0-4

Metadata

Package Version Patches format
libtommath 1.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove undefined macro | (download)

bn.tex | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove \undefined macro
Bug-Debian: https://bugs.debian.org/562349
latex_build_fix | (download)

bn.tex | 10 5 + 5 - 0 !
booker.pl | 2 1 + 1 - 0 !
tommath.src | 190 95 + 95 - 0 !
tommath.tex | 196 98 + 98 - 0 !
4 files changed, 199 insertions(+), 199 deletions(-)

 latex build fix
 It seems you cannot use "[here]" anymore to indicate float placement;
 the correct usage is "[h]", as documented e.g. here:
 https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
Bug-Debian: https://bugs.debian.org/790320
fix shift count overflow on x32 | (download)

tommath.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix shift count overflow on x32
 Date: Sat Jan 14 10:42:55 2017 +0100
 .
    Fix bad detection of 64bit arch on x32
 .
    This commit comes from a Debian bug report from Thorsten:
 .
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850723
 .
    The important part is:
 .