[feel++] 109/122: bump up to 0.93

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 2855027cccbf0a5293e9bd57295549ce234c552d
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Sat May 25 11:31:03 2013 +0000

    bump up to 0.93
---
 debian/changelog |  9 ++++++---
 debian/control   | 13 +++++++------
 debian/copyright |  9 +++++----
 debian/docs      |  5 +++--
 debian/rules     | 18 ++++--------------
 5 files changed, 25 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 99052ea..9554871 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-feel++ (0.91.4-4) UNRELEASED; urgency=low
+feel++ (0.93.0-1) unstable; urgency=low
 
   [ Anton Gladky ]
-  *  Add libgmsh-dev to build-depends (Closes: #682650)
+  * Add libgmsh-dev to build-depends (Closes: #682650)
+  
+  [ Christophe Prud'homme]
+  * New upstream release
 
- -- Anton Gladky <gladky.anton at gmail.com>  Tue, 24 Jul 2012 19:29:02 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 25 May 2013 13:00:25 +0200
 
 feel++ (0.91.4-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 28ea161..5303c15 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,18 @@ 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), g++-4.6, gfortran (>=4.5),
+Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), clang (>=3.2), gfortran (>=4.5),
 	       libboost-all-dev, libboost-mpi-dev,
 	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
 	       libslepc3.2-dev|libslepc3.1-dev,
 	       libhdf5-mpi-dev (>= 1.8.8),
 	       libxml2-dev,
-	       libgmsh-dev, 
+	       libgmsh-dev,
+	       bison,flex,
 	       doxygen, doxygen-latex,
 	       transfig,imagemagick,
 	       libtbb-dev[amd64 i386],
-	       libopenturns-dev, libann-dev, libglpk-dev 
+	       libopenturns-dev, libann-dev, libglpk-dev
 Standards-Version: 3.9.3
 Homepage: http://www.feelpp.org
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/feel++/trunk
@@ -61,11 +62,11 @@ Description: A library for the finite element method
 Package: libfeel++-dev
 Section: libdevel
 Architecture: amd64 i386 ia64 powerpc sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, libfeel++1 (= ${binary:Version}), libvtk5-dev, 
+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,
-	 libslepc3.2-dev|libslepc3.1-dev, 
-	 libeigen2-dev, libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386],
+	 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
diff --git a/debian/copyright b/debian/copyright
index 9d0529b..7d7edad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,14 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION
 Name: Feel++
-Maintainer: Christophe Prud'homme <christophe.prudhomme at ujf-grenoble.fr>
+Maintainer: Christophe Prud'homme <christophe.prudhomme at feelpp.org>
 
 
 Source: http://ljkforge.imag.fr/feel
 
-Copyright: 2004-2012, Christophe Prud'homme
-	   2004-2006, École Polytechnique Fédérale de Lausanne
-	   2006-2012, Université Joseph Fourier (Grenoble 1)
+Copyright: 2004-2013, Christophe Prud'homme
+	   2011-2013, Universite de Strasbourg
+	   2004-2006, Ecole Polytechnique Federale de Lausanne
+	   2006-2012, Universite Joseph Fourier (Grenoble 1)
 	   2008-2012, University of Coimbra
 
 License: LGPL-2.1+ and LGPL-3
diff --git a/debian/docs b/debian/docs
index 50bd824..95d343e 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
-NEWS
-README
+ChangeLog
+COPYING.md
+README.md
diff --git a/debian/rules b/debian/rules
index a4ca32a..3638e72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-export CXX=/usr/bin/g++-4.6
+export CXX=/usr/bin/clang++
 export CFLAGS=
 export CXXFLAGS=
 
@@ -22,23 +22,14 @@ FEELPP_INSTALL_ENABLERS=-DBUILD_TESTING=OFF                  \
                       -DFEELPP_MINIMAL_CONFIGURATION=ON
 
 DEB_CMAKE_EXTRA_FLAGS=                      \
-        -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.6 \
+        -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
         -DCMAKE_BUILD_TYPE=Release          \
 	-DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -g0"  \
 	-DPETSC_ARCH=$(PETSC_ARCH)-c-opt        \
 	-DPETSC_DIR=/usr/lib/petscdir/3.2 \
 	-DPETSC_EXECUTABLE_RUNS=ON          \
-	-DFEELPP_ENABLE_TRILINOS=OFF      \
-	-DFEELPP_ENABLE_APPLICATIONS=OFF      \
-	-DFEELPP_ENABLE_APPLICATIONS_CRB=ON      \
-	-DFEELPP_ENABLE_BENCHMARKS=OFF        \
-	-DFEELPP_ENABLE_TESTS=OFF             \
-	-DFEELPP_ENABLE_EXAMPLES=OFF          \
-	-DFEELPP_OPUS_ENABLE_EADS=ON        \
 	${FEELPP_INSTALL_ENABLERS}            \
-	-DTRILINOS_LIB_NOXLAPACK=           \
-	-DFEELPP_ENABLE_INSTANTIATION_MODE=OFF \
-	$(CURDIR)/$(DEB_SRCDIR) 
+	$(CURDIR)/$(DEB_SRCDIR)
 
 
 #build/feel++-apps::
@@ -48,11 +39,10 @@ DEB_CMAKE_EXTRA_FLAGS=                      \
 #	-cd $(DEB_BUILDDIR) && make doc
 
 build/feel++-doc::
-	-cd $(DEB_BUILDDIR)/doc/api && make doxygen
+	-cd $(DEB_BUILDDIR)/ && make doxygen
 
 binary-install/feel++-apps::
 	strip debian/feel++-apps/usr/bin/*
 
 get-orig-source:
 	uscan --force-download
-

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