Author: mok0-guest Date: 2008-12-10 16:47:46 +0000 (Wed, 10 Dec 2008) New Revision: 2768
Modified: trunk/packages/theseus/trunk/debian/changelog trunk/packages/theseus/trunk/debian/control Log: Fix FTBFS on certain platforms that lack the Atlas libraries by using lapack-dev in Build-Depends. This will pull in Atlas on the relevant platforms, otherwise not. Modified: trunk/packages/theseus/trunk/debian/changelog =================================================================== --- trunk/packages/theseus/trunk/debian/changelog 2008-12-10 16:22:25 UTC (rev 2767) +++ trunk/packages/theseus/trunk/debian/changelog 2008-12-10 16:47:46 UTC (rev 2768) @@ -1,3 +1,11 @@ +theseus (1.3.9-2) unstable; urgency=low + + * Fix FTBFS on certain platforms that lack the Atlas libraries + by using lapack-dev in Build-Depends. This will pull in Atlas + on the relevant platforms, otherwise not. + + -- Morten Kjeldgaard <[EMAIL PROTECTED]> Wed, 10 Dec 2008 17:25:22 +0100 + theseus (1.3.9-1) unstable; urgency=low * New upstream release, first upload to Debian. Modified: trunk/packages/theseus/trunk/debian/control =================================================================== --- trunk/packages/theseus/trunk/debian/control 2008-12-10 16:22:25 UTC (rev 2767) +++ trunk/packages/theseus/trunk/debian/control 2008-12-10 16:47:46 UTC (rev 2768) @@ -4,8 +4,7 @@ Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]> Uploaders: Morten Kjeldgaard <[EMAIL PROTECTED]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5), dpatch, libgsl0-dev, - [!lpia !armel] libatlas-base-dev | [lpia armel] liblapack3gf +Build-Depends: debhelper (>= 5), dpatch, libgsl0-dev, liblapack-dev Standards-Version: 3.8.0 Homepage: http://www.theseus3d.org Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/theseus/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
