Package: grace / 1:5.1.24-3

Metadata

Package Version Patches format
grace 1:5.1.24-3 3.0 (quilt)

Patch series

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

gracerc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
manpages.diff | (download)

doc/convcal.1 | 6 3 + 3 - 0 !
doc/grace.1 | 5 4 + 1 - 0 !
doc/grconvert.1 | 5 2 + 3 - 0 !
3 files changed, 9 insertions(+), 7 deletions(-)

 various debian-specific additions and typo fixes to grace manpages
tmpnam_to_mkstemp.diff | (download)

src/editpwin.c | 6 3 + 3 - 0 !
src/plotone.c | 18 14 + 4 - 0 !
2 files changed, 17 insertions(+), 7 deletions(-)

---
fftw3.diff | (download)

ac-tools/configure.in | 13 11 + 2 - 0 !
configure | 111 47 + 64 - 0 !
src/fourier.c | 32 19 + 13 - 0 !
3 files changed, 77 insertions(+), 79 deletions(-)

 switch dependency from fftw2 to fftw3
netcdf build fix.diff | (download)

ac-tools/configure.in | 13 11 + 2 - 0 !
configure | 113 47 + 66 - 0 !
2 files changed, 58 insertions(+), 68 deletions(-)

 update netcdf macro in autotools
netbook_small_screen_2.diff | (download)

src/motifutils.c | 2 1 + 1 - 0 !
src/nonlwin.c | 2 1 + 1 - 0 !
src/strwin.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 improve display on small-resolution screens, e.g. netbooks
non resizable dialogs.diff | (download)

src/motifinc.h | 2 2 + 0 - 0 !
src/motifutils.c | 25 25 + 0 - 0 !
src/setappwin.c | 2 2 + 0 - 0 !
src/tickwin.c | 3 3 + 0 - 0 !
4 files changed, 32 insertions(+)

 set certain dialog boxes to fixed sizes
 Some dialog boxes could cause display errors and conceal their action
 buttons when resized.  This sets minimum sizes on such boxes to prevent
 such problems.
Bug: http://bugs.debian.org/253087
nonlinear_extended.diff | (download)

doc/UsersGuide.html | 97 97 + 0 - 0 !
src/draw.c | 6 6 + 0 - 0 !
src/draw.h | 1 1 + 0 - 0 !
src/events.c | 92 92 + 0 - 0 !
src/events.h | 8 7 + 1 - 0 !
src/nonlwin.c | 420 419 + 1 - 0 !
6 files changed, 622 insertions(+), 2 deletions(-)

 add multiple non-linear data fitting functions
 One of the most used features in software for scientific data analysis is
 the ability to perform non linear peak fitting (specifically Lorentzian and
 Gaussian fits). Xmgrace sorely lacks this capability, unless you consider
 adding manually the required formula.
 .
 This implements a substantial library of such functions and documentation
 for their use.
binary_nostrip.diff | (download)

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

 allow dh_strip to control binary stripping, not globally
source hardening.diff | (download)

auxiliary/Makefile | 2 1 + 1 - 0 !
src/svgdrv.c | 2 1 + 1 - 0 !
src/utils.c | 8 5 + 3 - 0 !
3 files changed, 7 insertions(+), 5 deletions(-)

 permit compilation with hardening flags in dpkg >= 1.16.0
t1lib general.diff | (download)

T1lib/t1lib/.dependencies | 62 33 + 29 - 0 !
T1lib/t1lib/parseAFM.c | 6 4 + 2 - 0 !
T1lib/t1lib/t1aaset.c | 287 258 + 29 - 0 !
T1lib/t1lib/t1aaset.h | 10 8 + 2 - 0 !
T1lib/t1lib/t1afmtool.c | 49 45 + 4 - 0 !
T1lib/t1lib/t1base.c | 377 252 + 125 - 0 !
T1lib/t1lib/t1base.h | 28 12 + 16 - 0 !
T1lib/t1lib/t1delete.c | 16 8 + 8 - 0 !
T1lib/t1lib/t1enc.c | 15 8 + 7 - 0 !
T1lib/t1lib/t1env.c | 241 222 + 19 - 0 !
T1lib/t1lib/t1env.h | 8 6 + 2 - 0 !
T1lib/t1lib/t1extern.h | 5 3 + 2 - 0 !
T1lib/t1lib/t1finfo.c | 163 94 + 69 - 0 !
T1lib/t1lib/t1global.h | 3 2 + 1 - 0 !
T1lib/t1lib/t1lib.h | 48 32 + 16 - 0 !
T1lib/t1lib/t1libx.h | 93 93 + 0 - 0 !
T1lib/t1lib/t1load.c | 125 84 + 41 - 0 !
T1lib/t1lib/t1load.h | 16 8 + 8 - 0 !
T1lib/t1lib/t1misc.h | 18 13 + 5 - 0 !
T1lib/t1lib/t1outline.c | 28 14 + 14 - 0 !
T1lib/t1lib/t1outline.h | 10 6 + 4 - 0 !
T1lib/t1lib/t1set.c | 385 365 + 20 - 0 !
T1lib/t1lib/t1set.h | 27 19 + 8 - 0 !
T1lib/t1lib/t1subset.c | 178 149 + 29 - 0 !
T1lib/t1lib/t1subset.h | 10 8 + 2 - 0 !
T1lib/t1lib/t1trans.c | 191 179 + 12 - 0 !
T1lib/t1lib/t1trans.h | 18 16 + 2 - 0 !
T1lib/t1lib/t1types.h | 16 10 + 6 - 0 !
T1lib/t1lib/t1x11.c | 1168 1168 + 0 - 0 !
T1lib/t1lib/t1x11.h | 103 103 + 0 - 0 !
T1lib/type1/.dependencies | 10 5 + 5 - 0 !
T1lib/type1/fontfcn.c | 199 180 + 19 - 0 !
T1lib/type1/fontstruct.h | 2 1 + 1 - 0 !
T1lib/type1/hints.c | 578 317 + 261 - 0 !
T1lib/type1/lines.c | 18 18 + 0 - 0 !
T1lib/type1/objects.c | 15 8 + 7 - 0 !
T1lib/type1/objects.h | 4 2 + 2 - 0 !
T1lib/type1/paths.c | 32 17 + 15 - 0 !
T1lib/type1/paths.h | 74 38 + 36 - 0 !
T1lib/type1/regions.c | 828 415 + 413 - 0 !
T1lib/type1/regions.h | 29 17 + 12 - 0 !
T1lib/type1/scanfont.c | 34 27 + 7 - 0 !
T1lib/type1/t1chardump | 697 697 + 0 - 0 !
T1lib/type1/t1io.c | 47 36 + 11 - 0 !
T1lib/type1/t1stdio.h | 4 3 + 1 - 0 !
T1lib/type1/type1.c | 3188 2894 + 294 - 0 !
46 files changed, 7897 insertions(+), 1566 deletions(-)

 apply several updates and fixes to t1lib
 Incorporation of all patches and updates to T1lib as of Debian revision
 5.1.2-4 (2014-01-20), including fixes for CVE-2010-2642, CVE-2011-1552,
 -1553, and -1554.