Package: octave-vibes / 0.2.0-7

Metadata

Package Version Patches format
octave-vibes 0.2.0-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling error in description.patch | (download)

DESCRIPTION | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix spelling error in package description
add del loadpath.patch | (download)

inst/PKG_ADD | 1 1 0 - 0 !
inst/PKG_DEL | 1 1 0 - 0 !
2 files changed, 2 insertions( )

 add pkg_add and pkg_del files
skip test if no interval pkg.patch | (download)

inst/ vibes/drawBox.m | 80 49 31 - 0 !
1 file changed, 49 insertions( ), 31 deletions(-)

 skip unit tests in drawbox.m is package interval is not available
 Thanks to Oliver Heimlich for the coding suggestions.
octave5.patch | (download)

src/__vibes__.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix ftbfs against octave 5
 mkoctfile now passes -Werror=format-security, so we explicitly set the format
 string in calls to error().
build against octave 6.patch | (download)

src/__vibes__.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix ftbfs against octave 6.1
 Use iscellstr method instead of deprecated is_cellstr.