[Pkg-scicomp-commits] glpk/trunk/debian
Rafael Laboissiere
rafael at debian.org
Sun Mar 23 11:22:42 UTC 2008
SVN commit 2320 by rafael:
Preparation for new upstream release 4.28, which will drop the
dependencies on libiodbc2 and libmysqlclient15
A glpk/trunk/debian/NEWS
M +17 -1 glpk/trunk/debian/changelog
M +7 -2 glpk/trunk/debian/control
--- glpk/trunk/debian/changelog #2319:2320
@@ -1,3 +1,19 @@
+glpk (4.28-1) UNRELEASED; urgency=low
+
+ * New upstream version, which changed the interface for iODBC and MySQL
+ support for MathPROG. In this version, the library glpk library is
+ not linked against , libiodbc and libmysqlclient, but instead use
+ Libtools' lbiltdl for dynamically loading the libraries at run time.
+ This eliminates the dependencies on those libraries (closes: #469732).
+ * debian/control:
+ + libglpk0 suggests libiodbc2 and libmysqlclient15
+ + Drop the build-dependencies on libiodbc2-dev and libmysqlclient15-dev
+ + Add a paragraph in the libglpk0 description about MathProg and the
+ database connections
+ * debian/NEWS: Added item explaining the changes above
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 23 Mar 2008 11:15:57 +0100
+
glpk (4.27-2) unstable; urgency=low
* debian/glpk-utils.lintian, debian/rules: Do not install Lintian
@@ -14,7 +30,7 @@
* debian/copyright: Add proper copyright notice for the upstream
sources and the Debian packaging work
* debian/control: Build-depend on libiodbc2-dev and
- libmysqlclient15-dev in order to get MathPROG support
+ libmysqlclient15-dev in order to get MathProg support
-- Rafael Laboissiere <rafael at debian.org> Mon, 03 Mar 2008 06:49:51 +0100
--- glpk/trunk/debian/control #2319:2320
@@ -4,8 +4,7 @@
Maintainer: Debian Scientific Computation Team <pkg-scicomp-devel at lists.alioth.debian.org>
Uploaders: Falk Hueffner <falk at debian.org>,
Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, libgmp3-dev, libiodbc2-dev,
- libmysqlclient15-dev
+Build-Depends: debhelper (>> 5.0.0), cdbs, libgmp3-dev
Standards-Version: 3.7.3
Homepage: http://www.gnu.org/software/glpk/glpk.html
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/glpk/
@@ -14,6 +13,7 @@
Package: libglpk0
Architecture: any
Depends: ${shlibs:Depends}
+Suggests: , libiodbc2, libmysqlclient15
Description: linear programming kit with integer (MIP) support
GLPK (GNU Linear Programming Kit) is intended for solving large-scale
linear programming (LP), mixed integer programming (MIP), and other
@@ -29,6 +29,11 @@
* Branch-and-bound method.
* Translator for GNU MathProg modeling language.
* Application program interface (API).
+ .
+ In order to get connections between the internal MathProg model
+ objects and external database tables, please install the
+ libiodbc2 (for the iODBC table driver) and libmysqlclient15 (for the
+ MySQL table driver).
Package: libglpk-dev
Architecture: any
More information about the Pkg-scicomp-commits
mailing list