Package: shogun Version: 1.1.0-4 Severity: important Hello,
shogun spins on armhf buildd due to build depend on: 'libatlas-base-dev' which does not exist in that architecture. I would suggest to exclude 'libatlas-base-dev' for armhf builds: diff -Nru shogun-1.1.0/debian/changelog shogun-1.1.0/debian/changelog --- shogun-1.1.0/debian/changelog 2012-01-24 17:06:34.000000000 +0100 +++ shogun-1.1.0/debian/changelog 2012-04-04 12:35:04.000000000 +0200 @@ -1,3 +1,10 @@ +shogun (1.1.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Disable 'libatlas-base-dev' build dependency for armhf builds. + + -- Hector Oron <[email protected]> Wed, 04 Apr 2012 12:34:39 +0200 + shogun (1.1.0-4) unstable; urgency=low [ Jo Shields ] diff -Nru shogun-1.1.0/debian/control shogun-1.1.0/debian/control --- shogun-1.1.0/debian/control 2012-01-24 17:06:34.000000000 +0100 +++ shogun-1.1.0/debian/control 2012-04-04 12:34:02.000000000 +0200 @@ -2,7 +2,7 @@ Section: science Priority: optional Maintainer: Soeren Sonnenburg <[email protected]> -Build-Depends: libatlas-base-dev [!powerpc !alpha !arm !armel !sh4] | liblapack-dev, +Build-Depends: libatlas-base-dev [!powerpc !alpha !arm !armel !armhf !sh4] | liblapack-dev, debhelper (>= 5), libreadline-dev | libreadline5-dev, ghostscript, python-numpy (>= 1:1.4.1-4~), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~), r-base-core (>= 2.6.1-2), libblas-dev, swig (>= 2.0.4), -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-1-686-pae (SMP w/4 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

