[Pkg-scicomp-devel] glpk-shlib/trunk/debian

Rafael Laboissiere rafael at debian.org
Mon Nov 27 19:57:08 CET 2006


SVN commit 1367 by rafael:

Debian release glpk-shlib_4.13-1

 M  +14 -0     glpk-shlib/trunk/debian/changelog  
 M  +2 -1      glpk-shlib/trunk/debian/control  
 M  +1 -1      glpk-shlib/trunk/debian/lintian/libglpk0  
 M  +1 -1      glpk-shlib/trunk/debian/patches/build-shared-lib.patch  
 M  +1 -0      glpk-shlib/trunk/debian/rules  


--- glpk-shlib/trunk/debian/changelog #1366:1367
@@ -1,3 +1,17 @@
+glpk-shlib (4.13-1) experimental; urgency=low
+
+  * New upstream release
+
+  * debian/patches/build-shared-lib.patch: Updated version-info (3:0:3)
+    of the shared library
+  * debian/lintian/libglpk0: Adjusted for the new SOVERSION number
+
+  * debian/rules: Define the preprocessor variable GLP_USE_GMP, such that
+    the GNU MP library is used (this is recommended by the upstream author)
+  * debian/control: Build-depends on libgmp3-dev
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 27 Nov 2006 15:17:44 +0100
+
 glpk-shlib (4.11-2) unstable; urgency=low
 
   * debian/control: Changed maintainer to the pkg-scicomp team at Alioth
--- glpk-shlib/trunk/debian/control #1366:1367
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4), cdbs, autoconf, automake1.9, libtool
+Build-Depends: debhelper (>= 4), cdbs, autoconf, automake1.9, libtool,
+ libgmp3-dev
 Standards-Version: 3.7.2
 
 Package: libglpk0
--- glpk-shlib/trunk/debian/lintian/libglpk0 #1366:1367
@@ -1 +1 @@
-libglpk0: non-dev-pkg-with-shlib-symlink usr/lib/libglpk.so.0.2.0 usr/lib/libglpk.so
+libglpk0: non-dev-pkg-with-shlib-symlink usr/lib/libglpk.so.0.3.0 usr/lib/libglpk.so
--- glpk-shlib/trunk/debian/patches/build-shared-lib.patch #1366:1367
@@ -33,7 +33,7 @@
 -
 -libglpk_a_SOURCES = \
 +lib_LTLIBRARIES = libglpk.la
-+libglpk_la_LDFLAGS = -version-info 2:0:2
++libglpk_la_LDFLAGS = -version-info 3:0:3
 +
 +libglpk_la_SOURCES = \
  glpavl.c \
--- glpk-shlib/trunk/debian/rules #1366:1367
@@ -9,6 +9,7 @@
 
 DEB_INSTALL_DOCS_ALL =
 
+DEB_MAKE_ENVVARS      := CFLAGS="-g -Wall -O2 -DGLP_USE_GMP"
 DEB_MAKE_CHECK_TARGET := check
 
 debusr = $(DEB_DESTDIR)/usr



More information about the Pkg-scicomp-devel mailing list