tags 555830 + patch thanks Dear maintainer,
I've prepared an patch for lp-solve (versioned as 5.5.0.13-6.1) and appended the diff. This solves the problem for me by installing the missing headers (mmio, commonlib and myblas) to /usr/include/lpsolve Regards, Matthias Kümmerer diff -Nru lp-solve-5.5.0.13/debian/changelog lp-solve-5.5.0.13/debian/changelog --- lp-solve-5.5.0.13/debian/changelog 2009-11-12 14:52:10.000000000 +0100 +++ lp-solve-5.5.0.13/debian/changelog 2009-11-12 14:52:10.000000000 +0100 @@ -1,3 +1,10 @@ +lp-solve (5.5.0.13-6.1) unstable; urgency=low + + * Non-maintainer upload + * include headers needed for plugin libraries (closes: #555830) + + -- Matthias Kümmerer <matth...@mathi.uni-heidelberg.de> Thu, 12 Nov 2009 12:14:01 +0100 + lp-solve (5.5.0.13-6) unstable; urgency=low * build against suitesparse 3.4.0 (libcolamd2.7.1) diff -Nru lp-solve-5.5.0.13/debian/rules lp-solve-5.5.0.13/debian/rules --- lp-solve-5.5.0.13/debian/rules 2009-11-12 14:52:10.000000000 +0100 +++ lp-solve-5.5.0.13/debian/rules 2009-11-12 14:52:10.000000000 +0100 @@ -46,6 +46,7 @@ for x in lp_*.h; do \ install -m 644 $$x debian/liblpsolve55-dev/usr/include/lpsolve/$$x; \ done + install -m 644 shared/*.h debian/liblpsolve55-dev/usr/include/lpsolve/ touch install-stamp binary-indep: build install -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org