On 1 December 2006 at 11:23, Brian Gough wrote: | Dirk Eddelbuettel wrote: | > Hi Petr, | > | > On 30 November 2006 at 14:29, Petr Salinger wrote: | > | Package: gsl | > | Severity: important | > | Version: 1.8-2 | > | Tags: patch | > | | > | Hi, | > | | > | the current version fails to build on GNU/kFreeBSD. | > | > Correct me if I'm wrong but I was not aware that the GNU/kFreeBSD port was an | > officially supported architecture -- so severity 'important' is inflated, no? | > | > Either way, the patch looks straighforwaed indeed and I am CCing Brian Gough | > as a heads-up. It is of course up to the GSL team to decide whether they | > apply it upstream or not, but I think I'll make a new release for Debian | > later today. | | Thank you, I have made the change below which should cover this and any | other cases.
Nice one. Earlier, I had made a one-off 1.8-3 release with Petr patch too, so we should be fine all around. Thanks again to both of you. Dirk | -- | Brian Gough | (GSL Maintainer) | | Network Theory Ltd, | Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ | | | Index: configure.ac | =================================================================== | RCS file: /home/gsl-cvs/gsl/configure.ac,v | retrieving revision 1.32 | diff -r1.32 configure.ac | 215c215 | < *86-*-linux* | *86_64-*-linux*) | --- | > *86-*-gnu | *86_64-*-gnu | *86-*-linux* | *86_64-*-linux*) -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

