[feel++] 98/122: see changelog

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:26 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 a44bf00954c4476ce7a35bd7757bdcec77ed600f
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Wed Apr 4 10:16:07 2012 +0000

    see changelog
---
 debian/changelog | 11 +++++++++++
 debian/control   | 27 ++++++++++++---------------
 debian/copyright |  8 ++++----
 3 files changed, 27 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ba8a36..90fa4e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+feel++ (0.91.3-3) unstable; urgency=low
+
+  * debian/copyright: update.
+  * debian/control: remove some build-depends (e.g. python-{pyx,scipy})
+    that are no longer necessary
+  * debian/control: only build for amd64, i386 ia64, powerpc and
+    sparc. The other architectures are not targets for feel++ which
+    requires a lot of memory to compile.
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 04 Apr 2012 12:04:06 +0200
+
 feel++ (0.91.3-2) unstable; urgency=low
 
   * debian/rules: remove sparc specific config 
diff --git a/debian/control b/debian/control
index 74ab6e4..17c3412 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,7 @@ Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), g++ (>=4.5), gfortr
 	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
 	       libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
 	       libpetsc3.2-dev, libslepc3.2-dev,
-	       libhdf5-mpi-dev,
-	       libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
-	       python-pyx, python-scipy,
+	       libhdf5-mpi-dev (>= 1.8.8),
 	       libxml2-dev,
 	       gmsh, 
                doxygen, doxygen-latex,
@@ -25,8 +23,8 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/feel++/trunk
 
 Package: libfeel++1
 Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gmsh, mpi-default-bin
+Architecture: amd64 i386 ia64 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, gmsh, ${mpi}
 Replaces: liblife
 Description: A library for the finite element method
  This package provides the dynamic Feel++ libraries.
@@ -63,15 +61,14 @@ Description: A library for the finite element method
 
 Package: libfeel++-dev
 Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++1 (= ${binary:Version}), libvtk5-dev, 
+Architecture: amd64 i386 ia64 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${mpi-dev], libfeel++1 (= ${binary:Version}), libvtk5-dev, 
 	 libboost1.46-all-dev|libboost-all-dev, libboost-mpi1.46-dev |libboost-mpi-dev,
 	 mpi-default-dev, mpi-default-bin,
-         libtrilinos-dev, libpetsc3.2-dev,  libslepc3.2-dev, libgmm++-dev,
-         libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
+         libtrilinos-dev, libpetsc3.2-dev,  libslepc3.2-dev, 
 	 libeigen2-dev, libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386],
          libopenturns-dev, openturns-wrapper, libann-dev, libglpk-dev
-Suggests: feel++-doc, libfeel++-dbg, doxygen, octave3.2-headers
+Suggests: feel++-doc, libfeel++-dbg, doxygen, cmake, cmake-curses-gui
 Replaces: liblife-dev
 Description: A library for the finite element method
  This package provides the header files and static libraries.
@@ -107,8 +104,8 @@ Description: A library for the finite element method
 
 Package: libfeel++-dbg
 Section: debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++-dev, libtbb2-dbg [amd64 i386]
+Architecture: amd64 i386 ia64 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${mpi-dev}, libfeel++-dev, libtbb2-dbg [amd64 i386]
 Replaces: liblife-dbg
 Description: A library for the finite element method
  Feel++ is a versatile finite element library to solve partial
@@ -142,8 +139,8 @@ Description: A library for the finite element method
 
 Package: feel++-apps
 Section: science
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++1 (= ${binary:Version}), gmsh
+Architecture: amd64 i386 ia64 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${mpi}, libfeel++1 (= ${binary:Version}), gmsh
 Recommends: paraview
 Replaces: life-apps
 Description: A library for the finite element method
@@ -183,7 +180,7 @@ Description: A library for the finite element method
 Package: feel++-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Replaces: life-doc
 Description: A library for the finite element method
  This package provides the documentation for the Feel++ library : a user
diff --git a/debian/copyright b/debian/copyright
index 710cad9..9d0529b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,10 +5,10 @@ Maintainer: Christophe Prud'homme <christophe.prudhomme at ujf-grenoble.fr>
 
 Source: http://ljkforge.imag.fr/feel
 
-Copyright: 2004-2010, Christophe Prud'homme
-	   2004-2008, École Polytechnique Fédérale de Lausanne
-	   2006-2010, Université Joseph Fourier (Grenoble 1)
-	   2008-2010, University of Coimbra
+Copyright: 2004-2012, Christophe Prud'homme
+	   2004-2006, École Polytechnique Fédérale de Lausanne
+	   2006-2012, Université Joseph Fourier (Grenoble 1)
+	   2008-2012, University of Coimbra
 
 License: LGPL-2.1+ and LGPL-3
  On Debian systems the full text of the GNU Lesser General Public

-- 
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