Author: mok0-guest Date: 2008-12-09 16:09:52 +0000 (Tue, 09 Dec 2008) New Revision: 2761
Modified: trunk/packages/theseus/trunk/debian/control Log: Theseus FTBFS on archs armel and lpia because libatlas-base-dev is not available on those platforms. Use liblapack3gf instead on those. Modified: trunk/packages/theseus/trunk/debian/control =================================================================== --- trunk/packages/theseus/trunk/debian/control 2008-12-09 07:15:47 UTC (rev 2760) +++ trunk/packages/theseus/trunk/debian/control 2008-12-09 16:09:52 UTC (rev 2761) @@ -4,7 +4,8 @@ Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]> Uploaders: Morten Kjeldgaard <[EMAIL PROTECTED]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5), dpatch, libatlas-base-dev, libgsl0-dev +Build-Depends: debhelper (>= 5), dpatch, libgsl0-dev, + [!lpia !armel] libatlas-base-dev | [lpia armel] liblapack3gf 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
