[feel++] 01/01: debian/control: only build for amd64, the new dependency is available only there.
Mattia Rizzolo
mattia at debian.org
Sun May 1 08:44:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository feel++.
commit 91fa1aea04bde5c046b9ea829d3c6fbef6750f67
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun May 1 08:39:51 2016 +0000
debian/control: only build for amd64, the new dependency is available only there.
---
debian/changelog | 2 ++
debian/control | 14 +++++++-------
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a70683e..3197f9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ feel++ (1:0.101.1-2) UNRELEASED; urgency=medium
* Update previous changelog to mention the new upstream release, and the
closed bugs.
+ * debian/control: only build for amd64, the new dependency is
+ available only there.
-- Mattia Rizzolo <mattia at debian.org> Sun, 01 May 2016 08:30:55 +0000
diff --git a/debian/control b/debian/control
index 1fc87cc..c2002a7 100644
--- a/debian/control
+++ b/debian/control
@@ -28,12 +28,12 @@ Build-Depends:
libopenturns-dev,
libreadline-dev,
libscotch-dev,
- libtbb-dev[amd64 i386],
+ libtbb-dev,
libtrilinos-ml-dev,
libvtk6-dev,
libxml2-dev,
- mpi-default-bin[!hurd-i386],
- mpi-default-dev[!hurd-i386],
+ mpi-default-bin,
+ mpi-default-dev,
paraview-dev,
petsc-dev,
slepc-dev,
@@ -45,7 +45,7 @@ Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/feel++.git
Package: libfeel++1
Section: libs
-Architecture: amd64 i386
+Architecture: amd64
Depends:
gmsh,
${misc:Depends},
@@ -86,7 +86,7 @@ Description: library for the finite element method
Package: libfeel++-dev
Section: libdevel
-Architecture: amd64 i386
+Architecture: amd64
Depends:
libann-dev,
libboost-all-dev,
@@ -98,7 +98,7 @@ Depends:
libgmsh-dev,
libopenturns-dev,
libslepc3.4.2-dev,
- libtbb-dev [amd64 i386],
+ libtbb-dev,
libvtk5-dev,
libxml2-dev,
mpi-default-bin,
@@ -145,7 +145,7 @@ Description: library for the finite element method - development files
projection and numerical integration
Package: feel++-apps
-Architecture: amd64 i386
+Architecture: amd64
Depends:
gmsh,
libfeel++-dev (= ${binary:Version}),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git
More information about the debian-science-commits
mailing list