texinfo, texlive, texlive-generic-recommended, liblua5.1-dev, libxcursor-dev,
libgif-dev, python-dev, python-numpy, libfontconfig1-dev, libqtwebkit-dev,
libhdf4-dev, chrpath, libxinerama-dev, libxmu-dev, libxi-dev, libhpdf-dev,
- mpi-default-dev, swig3.0, cmake, libxft-dev
+ mpi-default-dev, swig3.0, cmake, libxft-dev, liboctave-dev
Standards-Version: 3.9.6
Homepage: http://mathgl.sourceforge.net/doc_en/Main.html
Vcs-Git: git://anonscm.debian.org/debian-science/packages/mathgl.git
+Selection of enabled features and implementation of hardening flags during build
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,16 +63,16 @@
MGL_DEPENDENT_OPTION(enable-lua "Enable Lua (v.5.1) interface" OFF "NOT enable-lgpl" ON "NOT enable-all-swig" ON)
MGL_DEPENDENT_OPTION(enable-octave "Enable octave interface" OFF "NOT enable-lgpl" ON "NOT enable-all-swig" ON)
MGL_DEPENDENT_OPTION(enable-octave-install "Octave interface will install for all users" ON "NOT enable-lgpl" ON "NOT enable-all-swig" ON)
-@@ -395,6 +395,8 @@
- set(MGL_HAVE_GLUT 0)
- endif(enable-glut)
-
-+set(FLTK_FLUID_EXECUTABLE usr/bin/fluid)
-+
- if(enable-fltk)
- set(MGL_HAVE_FLTK 1)
- include(FindFLTK)