Package: plotutils / 2.6-3

Metadata

Package Version Patches format
plotutils 2.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_configure_ac | (download)

configure.ac | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 enable automake maintainer mode
 Enable AM_MAINTAINER_MODE to stop make from rebuilding configure in
 case of timestamp skew (as created by dpkg-source)
03_bison | (download)

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

 change the path to binson.simple to debian installation
10_repair_postscript | (download)

graph/plotter.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 repair postscrip output
 Repairs postscript output with graph, libplot -Tps.
 .
 Original patch by Steve Tell.
11_manpages_sb_macro | (download)

info/ode.1 | 4 3 + 1 - 0 !
info/plot.1 | 4 3 + 1 - 0 !
info/plotfont.1 | 4 3 + 1 - 0 !
info/tek2plot.1 | 4 3 + 1 - 0 !
4 files changed, 12 insertions(+), 4 deletions(-)

 repairs the indexing of .sb macro
14_manpage_spline | (download)

info/spline.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct the manpate of spline
 The --no-of-intervals arugment is documented wrongly originally.
20_svg_attribute_syntax | (download)

libplot/s_path.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 svg attribute syntax fix
 This patch fixes a syntax error connected with SVG XML attributes.
 See also the original report by the pstoedit upstream maintainer at
 http://lists.opensuse.org/opensuse-bugs/2009-01/msg04905.html
 and the respective pstoedit bug in Debian:
 http://bugs.debian.org/506086
 .
25_libpng15 | (download)

libplot/z_write.c | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 fix libpng 1.5 build
 libpng-1.5 hides structure members from public view, this patch
 adapts plotutils for this.
 .
 While Debian does not yet fix libpng 1.5 this will avoid future
 FTBFS.
30_hershey_glyphs | (download)

libplot/g_her_glyph.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 arithmetic overflow in hershey pointing hands glyphs
 The glyphs 4040 and 4043 (large pointing hands) in
 _pl_g_occidental_hershey_glyphs[] in libplot/a_her_glyph.c are
 incorrect.  There is an arithmetic overflow.
 .
 They where corrected by mirroing glyphs 4041 and 4042.