[med-svn] r2768 - trunk/packages/theseus/trunk/debian
mok0-guest at alioth.debian.org
mok0-guest at alioth.debian.org
Wed Dec 10 16:47:46 UTC 2008
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 <mok0 at ubuntu.com> 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 <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Morten Kjeldgaard <mok0 at ubuntu.com>
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/
More information about the debian-med-commit
mailing list