Package: octave / 4.0.3-1~bpo8+1

Metadata

Package Version Patches format
octave 4.0.3-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
octave pkgbuilddir.patch | (download)

scripts/pkg/private/install.m | 22 12 + 10 - 0 !
1 file changed, 12 insertions(+), 10 deletions(-)

 allow an unpacked source package to be compiled in place
drop_versioned_binaries.diff | (download)

scripts/miscellaneous/mkoctfile.m | 2 1 + 1 - 0 !
scripts/pkg/private/configure_make.m | 6 3 + 3 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
src/main.in.cc | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 do not install versioned binaries
 We don't need them.
install_libraries_publically | (download)

libinterp/Makefile.am | 3 2 + 1 - 0 !
liboctave/Makefile.am | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 install the octave libraries publically in /usr/lib/
 Thanks to John Eaton for helping with this.
 .
 The patch is currently not needed upstream, but forwarding it might make sense
 in the future.
no_pdf_in_print.diff | (download)

scripts/plot/util/print.m | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
add_info_dir_categories | (download)

doc/interpreter/octave.texi | 1 1 + 0 - 0 !
doc/liboctave/liboctave.texi | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add categories to the static info files generated by the texi files.
mkoctfile mpi.diff | (download)

src/mkoctfile.in.cc | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 include mpi headers when building oct/mex-files
always build octave jar.patch | (download)

scripts/java/module.mk | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 deletions(-)

 ensure that octave.jar is built even if java is disabled
 On some archs we pass --disable-java to the configure script, but we still
 want octave-common to contain octave.jar if built on those archs.
hdf5 flags.patch | (download)

libgui/src/module.mk | 1 1 + 0 - 0 !
libinterp/Makefile.am | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 propagate hdf5 flags to various places
hdf5 mkoctfile.patch | (download)

src/mkoctfile.in.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add hdf5 path to incflags in mkoctfile
 So that packages build-depending on liboctave-dev don't have to care.