Control: tags -1 + patch pending Dear Maintainer,
Le jeudi 05 décembre 2013 à 16:03 +0100, Julien Cristau a écrit : > Source: cvxopt > Version: 1.1.4-1.1 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > Control: block 714398 with -1 > > Your package fails to build in sid: I have uploaded to DELAYED/5 a NMU fixing this bug. 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 cvxopt-1.1.4/debian/changelog cvxopt-1.1.4/debian/changelog --- cvxopt-1.1.4/debian/changelog 2013-08-15 16:13:25.000000000 +0200 +++ cvxopt-1.1.4/debian/changelog 2013-12-06 17:38:32.000000000 +0100 @@ -1,3 +1,11 @@ +cvxopt (1.1.4-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * glpk-4.49.diff: fix GLPK version detection (the wrong macro was used). + (Closes: #731445) + + -- Sébastien Villemot <sebast...@debian.org> Fri, 06 Dec 2013 17:38:28 +0100 + cvxopt (1.1.4-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru cvxopt-1.1.4/debian/patches/glpk-4.49.diff cvxopt-1.1.4/debian/patches/glpk-4.49.diff --- cvxopt-1.1.4/debian/patches/glpk-4.49.diff 2013-08-15 16:14:39.000000000 +0200 +++ cvxopt-1.1.4/debian/patches/glpk-4.49.diff 2013-12-06 17:39:16.000000000 +0100 @@ -1550,7 +1550,7 @@ + +#include <glpk.h> + -+#if (GLP_VERSION_MAJOR == 4 && GLP_MINOR_VERSION >= 49) || GLP_VERSION_MAJOR > 4 ++#if (GLP_MAJOR_VERSION == 4 && GLP_MINOR_VERSION >= 49) || GLP_MAJOR_VERSION > 4 + +#ifdef __cplusplus +extern "C" {
signature.asc
Description: This is a digitally signed message part