[feel++] 111/122: fixed warning, new pstream pre-release
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:27 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 96feac4d4e51d0ee2d28ed1647ea5423019b593b
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Sat Aug 17 11:20:39 2013 +0000
fixed warning, new pstream pre-release
---
debian/changelog | 9 +++++++++
debian/control | 14 ++++++++------
debian/rules | 5 +++--
3 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9554871..5bfda60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+feel++ (0.94.0~gita1ad50c-1) unstable; urgency=low
+
+ [Christophe Prud'homme]
+ * New upstream release
+ * debian/control: update Standards-Version to 3.9.4 (no change)
+ * removed embedded eigen3 copy from tarball (Closes: #714022).
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Sat, 17 Aug 2013 00:17:08 +0200
+
feel++ (0.93.0-1) unstable; urgency=low
[ Anton Gladky ]
diff --git a/debian/control b/debian/control
index 6e94c07..958af10 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: science
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), clang (>=3.2), gfortran (>=4.5),
+Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), clang (>=3.2) | clang-3.3, gfortran (>=4.5),
libboost-all-dev, libboost-mpi-dev,
mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
+ libeigen3-dev, libcln-dev, libgoogle-glog-dev, libgflags-dev,
libslepc3.2-dev|libslepc3.1-dev,
libhdf5-mpi-dev (>= 1.8.8),
libxml2-dev,
@@ -15,7 +16,7 @@ Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), clang (>=3.2), gfor
transfig,imagemagick,
libtbb-dev[amd64 i386],
libopenturns-dev, libann-dev, libglpk-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://www.feelpp.org
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/feel++/trunk
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/feel++/trunk
@@ -27,7 +28,7 @@ Architecture: amd64 i386 ia64 powerpc sparc
Depends: ${shlibs:Depends}, ${misc:Depends}, gmsh
Replaces: liblife
Description: A library for the finite element method
- This package provides the dynamic Feel++ libraries.
+ Provides the dynamic Feel++ libraries.
.
Feel++ is a versatile finite element library to solve partial
differential equations.
@@ -65,13 +66,14 @@ Architecture: amd64 i386 ia64 powerpc sparc
Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, libfeel++1 (= ${binary:Version}), libvtk5-dev,
libboost-all-dev, libboost-mpi-dev,
mpi-default-dev, mpi-default-bin,
+ libeigen3-dev, libcln-dev, libgoogle-glog-dev, libgflags-dev,
libslepc3.2-dev|libslepc3.1-dev,
libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386],
libopenturns-dev, libann-dev, libglpk-dev
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.
+ Provides the header files and static libraries.
.
Feel++ is a versatile finite element library to solve partial
differential equations.
@@ -144,7 +146,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++1 (= ${binary:Version}), g
Recommends: paraview
Replaces: life-apps
Description: A library for the finite element method
- This package provides some applications codes(source and executables) such
+ Provides some applications codes(source and executables) such
as laplacian with cG and dG methods, stokes, heat transfer, solid
mechanics(static and dynamic).
.
@@ -183,7 +185,7 @@ Architecture: all
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
+ Provides the documentation for the Feel++ library : a user
guide including a tutorial and the api documentation generated by
doxygen.
.
diff --git a/debian/rules b/debian/rules
index 3638e72..5fc385c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,9 @@ DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
PETSC_ARCH=$(DEB_BUILD_GNU_SYSTEM)
FEELPP_INSTALL_ENABLERS=-DBUILD_TESTING=OFF \
- -DFEELPP_ENABLE_DOCUMENTATION=ON \
- -DFEELPP_MINIMAL_CONFIGURATION=ON
+ -DFEELPP_ENABLE_DOXYGEN=ON \
+ -DFEELPP_ENABLE_DOCUMENTATION=ON \
+ -DFEELPP_MINIMAL_CONFIGURATION=ON
DEB_CMAKE_EXTRA_FLAGS= \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
--
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