[Pkg-octave-commit] rev 639 - in trunk/packages/glpk-shlib/debian: . lintian patches

Rafael Laboissiere rafael at costa.debian.org
Sat Jun 17 08:18:06 UTC 2006


Author: rafael
Date: 2006-06-17 08:18:05 +0000 (Sat, 17 Jun 2006)
New Revision: 639

Modified:
   trunk/packages/glpk-shlib/debian/changelog
   trunk/packages/glpk-shlib/debian/lintian/libglpk0
   trunk/packages/glpk-shlib/debian/patches/build-shared-lib.patch
Log:
Preparation for the new upstream release 4.10.  The upload will have
to wait until the glpk package is also upgraded to 4.10.  This is the
price that we pay for having forked the package in order to get shared
libraries...

At any rate, see http://bugs.debian.org/374063


Modified: trunk/packages/glpk-shlib/debian/changelog
===================================================================
--- trunk/packages/glpk-shlib/debian/changelog	2006-06-17 07:27:48 UTC (rev 638)
+++ trunk/packages/glpk-shlib/debian/changelog	2006-06-17 08:18:05 UTC (rev 639)
@@ -1,9 +1,12 @@
-glpk-shlib (4.9-2) unstable; urgency=low
+glpk-shlib (4.10-1) unstable; urgency=low
 
   NOT YET RELEASED!
 
   [ Rafael Laboissiere ]
+  * New upstream release
   * debian/control: Bumped Standards-Version to 3.7.2 (no changes needed)
+  * debian/patches/build-shared-lib.patch: Upgraded Libtool's
+    version-info to 1:0:1
 
  --
 

Modified: trunk/packages/glpk-shlib/debian/lintian/libglpk0
===================================================================
--- trunk/packages/glpk-shlib/debian/lintian/libglpk0	2006-06-17 07:27:48 UTC (rev 638)
+++ trunk/packages/glpk-shlib/debian/lintian/libglpk0	2006-06-17 08:18:05 UTC (rev 639)
@@ -1 +1 @@
-libglpk0: non-dev-pkg-with-shlib-symlink usr/lib/libglpk.so.0.0.0 usr/lib/libglpk.so
\ No newline at end of file
+libglpk0: non-dev-pkg-with-shlib-symlink usr/lib/libglpk.so.0.1.0 usr/lib/libglpk.so

Modified: trunk/packages/glpk-shlib/debian/patches/build-shared-lib.patch
===================================================================
--- trunk/packages/glpk-shlib/debian/patches/build-shared-lib.patch	2006-06-17 07:27:48 UTC (rev 638)
+++ trunk/packages/glpk-shlib/debian/patches/build-shared-lib.patch	2006-06-17 08:18:05 UTC (rev 639)
@@ -33,7 +33,7 @@
 -
 -libglpk_a_SOURCES = \
 +lib_LTLIBRARIES = libglpk.la
-+libglpk_la_LDFLAGS = -version-info 0:0:0
++libglpk_la_LDFLAGS = -version-info 1:0:1
 +	       
 +libglpk_la_SOURCES = \
  glpavl.c \




More information about the Pkg-octave-commit mailing list