[SCM] hdf5 branch, upstream, updated. upstream/1.8.4-patch1-79-gbfcb1ff

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Nov 16 10:34:22 UTC 2011


The following commit has been merged in the upstream branch:
commit 41061f87fd9f554f40f97afbea2b5e2da15d35f6
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Thu Apr 14 18:33:26 2011 +0200

     * Workaround for bug #619281 while #622783 is not fixed

diff --git a/debian/changelog b/debian/changelog
index dd5a4b5..a91f935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.8.6-2) experimental; urgency=low
+
+  * Workaround for bug #619281 while #622783 is not fixed
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 14 Apr 2011 18:31:50 +0200
+
 hdf5 (1.8.6-1) experimental; urgency=low
 
   * New upstream release (Closes: #586232)
diff --git a/debian/control b/debian/control
index b543763..5d92fb9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
   Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: libmpich2-dev, zlib1g-dev, lam4-dev (>= 7.1.1-3.2),
  libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4 !m68k], libjpeg-dev, debhelper (>> 7), sed (>=4.1.5), 
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
+ gfortran (>= 4.6), libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
  sharutils, mpi-default-dev
 Standards-Version: 3.9.1
 Homepage: http://hdfgroup.org/HDF5/
diff --git a/debian/rules b/debian/rules
index 2c23e62..115b968 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ endif
 # else
     DEBCC=gcc
     DEBCXX=g++
-    DEBFORTRAN=gfortran
+    DEBFORTRAN=gfortran-4.6  # cf bug #622783
 # With gcc 4.3+ force optimization off, else some tests fail...
 #    DEBOPT=-O0
 # endif

-- 
Hierarchical Data Format 5 (HDF5)



More information about the Pkg-grass-devel mailing list