[feel++] 87/122: up

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:24 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 eb68dc60ef36c18a3f6a8f7a26a14c3c552ccf6c
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Mon May 9 21:35:05 2011 +0000

    up
---
 debian/changelog      | 3 ++-
 debian/control        | 2 +-
 debian/patches/series | 1 -
 debian/rules          | 5 +++--
 debian/source/format  | 1 +
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb60aac..f0c5b65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ feel++ (0.91.0~svn7044-1) unstable; urgency=low
   * New upstream release
   * debian/control: Updated standard-versions to 3.9.2 (no change)
   * debian/control: Added texlive-fonts-extra for manual to b-d
+  * Switch to dpkg-source 3.0 (quilt) format
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 09 May 2011 23:06:10 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 09 May 2011 23:31:49 +0200
 
 feel++ (0.91.0~svn7013-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f8e3775..5d6d18f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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.4), gfortran (>=4.4),
+Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), g++-4.5, gfortran (>=4.4),
 	       libboost-all-dev, libboost-mpi-dev,
 	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
 	       libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
diff --git a/debian/patches/series b/debian/patches/series
index 0e3c207..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 
-manual.patch
diff --git a/debian/rules b/debian/rules
index eeb973e..824f336 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
 endif
 
 ifeq "$(DEB_BUILD_ARCH)" "sparc"
-FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
-         -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
+#FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
+#         -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
 FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \
                       -DFEEL_MINIMAL_CONFIGURATION=ON
@@ -58,6 +58,7 @@ endif
 DEB_CMAKE_EXTRA_FLAGS=                      \
         -DCMAKE_BUILD_TYPE=Release          \
 	-DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -g0"  \
+	-DCMAKE_CXX_COMPILER=/usr/bin/g++-4.5\
 	-DPETSC_ARCH=linux-gnu-c-opt        \
 	-DPETSC_DIR=/usr/lib/petscdir/3.1 \
 	-DPETSC_EXECUTABLE_RUNS=ON          \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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