[SCM] FreeFem++ packaging branch, master, updated. debian/3.13-1-6-gbe63b0f

Sylvestre Ledru sylvestre.ledru at scilab.org
Tue Jun 7 15:54:09 UTC 2011


The following commit has been merged in the master branch:
commit be63b0f0ee1f2321493fbe57a2162eb7a84465f7
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Tue Jun 7 17:53:05 2011 +0200

    Details why we need gcc 4.5

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9ac42d9
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+
+Please note that gcc 4.5.X instead of gcc 4.6 is forced because of the bug:
+http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
+We will update the dependency once a new release of gcc 4.6 is released.
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 07 Jun 2011 17:50:04 +0200
+
diff --git a/debian/control b/debian/control
index c8aad04..8dee96d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,16 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>, 
  Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.2.3~), autotools-dev, gawk, g++-4.5,
- gfortran-4.5, flex, bison, libxt-dev, libxext-dev, libxxf86vm-dev,
+Build-Depends: debhelper (>= 7.2.3~), autotools-dev, gawk, 
+ flex, bison, libxt-dev, libxext-dev, libxxf86vm-dev,
  libxpm-dev, openmpi-bin, libfftw3-dev, libblas-dev, libgsl0-dev,
  libarpack2-dev, libsuitesparse-dev, libsuperlu3-dev, imagemagick, 
  libfltk1.1-dev, freeglut3-dev, texlive, texlive-extra-utils, 
  texlive-latex-extra, texlive-font-utils,
  libmumps-dev, libblacs-mpi-dev, libscalapack-mpi-dev,
- libscotch-dev, ghostscript, libptscotch-dev
+ libscotch-dev, ghostscript, libptscotch-dev,
+# See README.Debian for the rational on the gcc version.
+ g++-4.5, gfortran-4.5
 Standards-Version: 3.9.2
 Homepage: http://www.freefem.org/ff++/
 Vcs-Git: git://git.debian.org/debian-science/packages/freefempp.git
diff --git a/debian/docs b/debian/docs
index 64f95c3..2dd0597 100644
--- a/debian/docs
+++ b/debian/docs
@@ -7,3 +7,5 @@ README_CVS
 README_CW
 README_WINDOWS
 TODO
+README.Debian
+
diff --git a/debian/rules b/debian/rules
index 309dfbb..ca14af8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ clean:
 
 build:
 	dh_testdir
+# See README.Debian for the rational on the gcc version.
 	dh_auto_configure -- CFLAGS=-lm CXX=g++-4.5 CC=gcc-4.5 FC=gfortran-4.5
 	dh_auto_build
 #	dh_auto_test
@@ -132,4 +133,4 @@ binary-arch:
 	dh_md5sums -a
 	dh_builddeb -a
 
-binary: binary-arch binary-indep
\ No newline at end of file
+binary: binary-arch binary-indep

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list