Le jeudi 05 décembre 2013 à 18:41 +0100, Sébastien Villemot a écrit :
> Hi Joao,
> 
> Le mercredi 26 juin 2013 à 22:54 +0200, Sébastien Villemot a écrit :
> 
> > python-glpk fails to build from source against glpk 4.51-1, which is 
> > currently
> > available in experimental.
> 
> The new version of glpk has been uploaded to sid, and the transition is
> now ongoing. Can you therefore please upload to sid a new version of
> python-glpk compatible with GLPK >= 4.51?

I have uploaded to DELAYED/5 a NMU of python-glpk fixing the FTBFS. It
is basically the same version than in experimental, except that I fixed
the dependencies of the binary package. Please find the debdiff
attached. As usual, don't hesitate to tell me if I should delay the
upload longer.

Cheers,

-- 
 .''`.    Sébastien Villemot
: :' :    Debian Developer
`. `'     http://www.dynare.org/sebastien
  `-      GPG Key: 4096R/381A7594

diff -Nru python-glpk-0.4.52/debian/changelog python-glpk-0.4.52/debian/changelog
--- python-glpk-0.4.52/debian/changelog	2013-10-07 18:43:02.000000000 +0200
+++ python-glpk-0.4.52/debian/changelog	2013-12-06 17:21:43.000000000 +0100
@@ -1,3 +1,15 @@
+python-glpk (0.4.52-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Upload to unstable, for glpk transition.
+  * debian/control: remove manually added versioned dependencies on libglpk0.
+    The shared library is now libglpk36. Also, it is unnecessary to add such
+    versioned dependencies, because SONAME versioning ensures that the package
+    will work with newer versions of the library, and symbols/shlibs files
+    ensure that the minimal required version is enforced.
+
+ -- Sébastien Villemot <sebast...@debian.org>  Fri, 06 Dec 2013 17:11:11 +0100
+
 python-glpk (0.4.52-1) experimental; urgency=low
 
   * updated interface to GLPK version 4.52
diff -Nru python-glpk-0.4.52/debian/control python-glpk-0.4.52/debian/control
--- python-glpk-0.4.52/debian/control	2013-09-26 15:34:36.000000000 +0200
+++ python-glpk-0.4.52/debian/control	2013-12-06 17:13:49.000000000 +0100
@@ -9,7 +9,7 @@
 
 Package: python-glpk
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglpk0 (>= 4.45), libglpk0 (<< 4.53), python-ply (>= 3.4)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-ply (>= 3.4)
 Provides: ${python:Provides}
 Description: Python bindings to the GNU Linear Programming Kit
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to