From: Dimitrios Eftaxiopoulos Date: Sun, 8 Apr 2012 18:11:12 +0000 (+0300) Subject: Replace octave3.2-headers with liboctave-dev in build deps X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~200 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=152b91f49d1f396e8f9fd1f5e92b5640af17e9db;p=mathgl.git Replace octave3.2-headers with liboctave-dev in build deps --- diff --git a/debian/changelog b/debian/changelog index 998c46e..c3ab5d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mathgl (1.11.2-10) unstable; urgency=low + + * Replace octave3.2-headers with liboctave-dev in Build-Depends in + debian/control (Closes: #666753). + * Add zlib1g (>= 1.2.6) to Depends of libmgl5 to deal with a symbol export + problem in earlier versions of mgl, which is not being seen by + debhelper's shlib expansion (spotted by D. Haley). + + -- Dimitrios Eftaxiopoulos Fri, 6 Apr 2012 18:03:00 +0300 + mathgl (1.11.2-9) unstable; urgency=low * Add patches that fix conflicting pointer type issues in files diff --git a/debian/control b/debian/control index bead61e..eabf4d9 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.2.3~), libltdl-dev, libgsl0-dev, freeglut3-dev, libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, gawk, swig, libjpeg-dev, libtiff-dev, libfltk1.3-dev | libfltk-dev, libqt4-dev, libwxgtk2.8-dev, - texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers, + texinfo, texi2html, texlive, texlive-generic-recommended, liboctave-dev, libgif-dev, autoconf, automake, python, python-dev, python-numpy, python-support, libhdf4-dev, chrpath Standards-Version: 3.9.3 @@ -59,7 +59,7 @@ Description: library for scientific graphs. (Russian documentation) Package: libmgl5 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data +Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data, zlib1g (>= 1.2.6) Description: library for scientific graphs. (main runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF