Package: octave-miscellaneous / 1.3.0-3

Metadata

Package Version Patches format
octave-miscellaneous 1.3.0-3 3.0 (quilt)

Patch series

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

inst/lauchli.m | 32 32 0 - 0 !
1 file changed, 32 insertions( )

 add lauchli.m file
 Add lauchli.m from special-matrix package, avoiding the need for a
 package (special-matrix) for just one file.
partcnt test succeeds.patch | (download)

src/partint.cc | 12 7 5 - 0 !
1 file changed, 7 insertions( ), 5 deletions(-)

 make the unit testing for partcnt succeed
 The partcnt function is defined in the partint.cc file, hence it is necessary
 to run the autoload command first.  This is needed only when building the
 Debian package, since the autoload command is run through the PKG_ADD file for
 the installed octave-miscellaneous package.