[SCM] Packaging for mathgl branch, master, updated. debian/1.11.2-9-2-g152b91f
Dimitrios Eftaxiopoulos
eftaxi12 at otenet.gr
Sun Apr 8 18:17:11 UTC 2012
The following commit has been merged in the master branch:
commit 152b91f49d1f396e8f9fd1f5e92b5640af17e9db
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sun Apr 8 21:11:12 2012 +0300
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 <eftaxi12 at otenet.gr> 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
--
Packaging for mathgl
More information about the debian-science-commits
mailing list