Package: xmds2 / 2.2.2+dfsg-3

Metadata

Package Version Patches format
xmds2 2.2.2+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
revision number as deb pkg.patch | (download)

xpdeint/version.sh | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 insert debian package version in subversionrevisionstring 
spelling fix in manpage.patch | (download)

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

 fix spelling error in man page (detected by lintian)
pyparsing dict.patch | (download)

xpdeint/CodeParser.py | 24 23 + 1 - 0 !
1 file changed, 23 insertions(+), 1 deletion(-)

 fix breakage arising from newer versions of pyparsing
 The original implementation of the following code was
 .
 tokenDict = tokens.access[0].asDict()
 .
indexing with scalars.patch | (download)

xpdeint/XSILFile.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 insures that index values in reshape() are integers
 This prevents TypeErrors with NumPy 1.12.0.