[feel++] 02/03: Disable building on powerpc: probably it won't be able anymore.
Mattia Rizzolo
mattia at debian.org
Sat Apr 30 22:32:15 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 56ad4a673c65c9d0a2dab6df785a59e061d13d5b
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Apr 30 22:22:20 2016 +0000
Disable building on powerpc: probably it won't be able anymore.
---
debian/changelog | 1 +
debian/control | 9 ++++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 795e522..699d067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ feel++ (1:0.101.1-1) UNRELEASED; urgency=medium
+ Stop building for ia64 and sparc, those architectures are gone now.
+ Bump Standards-Version to 3.9.8, no changes needed.
+ Make the descriptions policy compliant.
+ + Disable building on powerpc: probably it won't be able anymore.
* debian/watch: update for the move to github.
* debian/rules:
+ Rewrite using the dh sequencer. (also bump compat level to 9).
diff --git a/debian/control b/debian/control
index 82687b1..1fc87cc 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/feel++.git
Package: libfeel++1
Section: libs
-Architecture: amd64 i386 powerpc
+Architecture: amd64 i386
Depends:
gmsh,
${misc:Depends},
@@ -86,7 +86,7 @@ Description: library for the finite element method
Package: libfeel++-dev
Section: libdevel
-Architecture: amd64 i386 powerpc
+Architecture: amd64 i386
Depends:
libann-dev,
libboost-all-dev,
@@ -145,7 +145,7 @@ Description: library for the finite element method - development files
projection and numerical integration
Package: feel++-apps
-Architecture: amd64 i386 powerpc
+Architecture: amd64 i386
Depends:
gmsh,
libfeel++-dev (= ${binary:Version}),
@@ -199,8 +199,7 @@ Replaces:
life-doc,
Description: library for the finite element method - documentation
Provides the documentation for the Feel++ library : a user
- guide including a tutorial and the api documentation generated by
- doxygen.
+ guide including a tutorial and the api documentation.
.
Feel++ is a versatile finite element library to solve partial
differential equations.
--
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