Your message dated Thu, 20 Apr 2017 18:07:40 +0000
with message-id <e1d1guw-0001tg...@fasolo.debian.org>
and subject line Bug#860666: fixed in dune-istl 2.5.0-2
has caused the Debian Bug report #860666,
regarding dune-istl: FTBFS on i386: io.hh:577:5: error: 'begin' was not 
declared in this scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dune-istl
Version: 2.5.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/matrixiteratortest.dir/matrixiteratortest.cc.o  -o 
> matrixiteratortest -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 57%] Built target vbvectortest
> In file included from /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:8:0:
> /<<PKGBUILDDIR>>/dune/istl/io.hh: In instantiation of 'void 
> Dune::writeVectorToMatlabHelper(const V&, std::ostream&) [with V = double; 
> std::ostream = std::basic_ostream<char>]':
> /<<PKGBUILDDIR>>/dune/istl/io.hh:578:32:   required from 'void 
> Dune::writeVectorToMatlabHelper(const V&, std::ostream&) [with V = 
> std::array<double, 5u>; std::ostream = std::basic_ostream<char>]'
> /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:36:34:   required from 'void 
> testWriteVectorToMatlab() [with VectorType = std::array<double, 5u>]'
> /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:78:50:   required from here
> /<<PKGBUILDDIR>>/dune/istl/io.hh:577:5: error: 'begin' was not declared in 
> this scope
>      for (const auto& entry : v)
>      ^~~
> /<<PKGBUILDDIR>>/dune/istl/io.hh:577:5: note: suggested alternative:
> In file included from /usr/include/c++/6/string:51:0,
>                  from /usr/include/c++/6/bits/locale_classes.h:40,
>                  from /usr/include/c++/6/bits/ios_base.h:41,
>                  from /usr/include/c++/6/ios:42,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from /usr/include/dune/common/fmatrix.hh:8,
>                  from /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:4:
> /usr/include/c++/6/bits/range_access.h:105:37: note:   'std::begin'
>    template<typename _Tp> const _Tp* begin(const valarray<_Tp>&);
>                                      ^~~~~
> In file included from /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:8:0:
> /<<PKGBUILDDIR>>/dune/istl/io.hh:577:5: error: 'end' was not declared in this 
> scope
>      for (const auto& entry : v)
>      ^~~
> /<<PKGBUILDDIR>>/dune/istl/io.hh:577:5: note: suggested alternative:
> In file included from /usr/include/c++/6/string:51:0,
>                  from /usr/include/c++/6/bits/locale_classes.h:40,
>                  from /usr/include/c++/6/bits/ios_base.h:41,
>                  from /usr/include/c++/6/ios:42,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from /usr/include/dune/common/fmatrix.hh:8,
>                  from /<<PKGBUILDDIR>>/dune/istl/test/iotest.cc:4:
> /usr/include/c++/6/bits/range_access.h:107:37: note:   'std::end'
>    template<typename _Tp> const _Tp* end(const valarray<_Tp>&);
>                                      ^~~
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 57%] Built target matrixiteratortest
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc: In function 'int 
> main(int, char**)':
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:217:3: warning: 'int 
> MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), 
> ompi_errhandler_t**)' is deprecated: MPI_Errhandler_create is superseded by 
> MPI_Comm_create_errhandler in MPI-2.0 [-Wdeprecated-declarations]
>    MPI_Errhandler_create(MPI_err_handler, &handler);
>    ^~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1345:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_create(MPI_Handler_function *function,
>                     ^~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:217:50: warning: 
> 'int MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), 
> ompi_errhandler_t**)' is deprecated: MPI_Errhandler_create is superseded by 
> MPI_Comm_create_errhandler in MPI-2.0 [-Wdeprecated-declarations]
>    MPI_Errhandler_create(MPI_err_handler, &handler);
>                                                   ^
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1345:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_create(MPI_Handler_function *function,
>                     ^~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:218:3: warning: 'int 
> MPI_Errhandler_set(MPI_Comm, MPI_Errhandler)' is deprecated: 
> MPI_Errhandler_set is superseded by MPI_Comm_set_errhandler in MPI-2.0 
> [-Wdeprecated-declarations]
>    MPI_Errhandler_set(MPI_COMM_WORLD, handler);
>    ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1352:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler 
> errhandler)
>                     ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:218:45: warning: 
> 'int MPI_Errhandler_set(MPI_Comm, MPI_Errhandler)' is deprecated: 
> MPI_Errhandler_set is superseded by MPI_Comm_set_errhandler in MPI-2.0 
> [-Wdeprecated-declarations]
>    MPI_Errhandler_set(MPI_COMM_WORLD, handler);
>                                              ^
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1352:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler 
> errhandler)
>                     ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc: In function 'int 
> main(int, char**)':
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:217:3: warning: 'int 
> MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), 
> ompi_errhandler_t**)' is deprecated: MPI_Errhandler_create is superseded by 
> MPI_Comm_create_errhandler in MPI-2.0 [-Wdeprecated-declarations]
>    MPI_Errhandler_create(MPI_err_handler, &handler);
>    ^~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1345:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_create(MPI_Handler_function *function,
>                     ^~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:217:50: warning: 
> 'int MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), 
> ompi_errhandler_t**)' is deprecated: MPI_Errhandler_create is superseded by 
> MPI_Comm_create_errhandler in MPI-2.0 [-Wdeprecated-declarations]
>    MPI_Errhandler_create(MPI_err_handler, &handler);
>                                                   ^
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1345:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_create(MPI_Handler_function *function,
>                     ^~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:218:3: warning: 'int 
> MPI_Errhandler_set(MPI_Comm, MPI_Errhandler)' is deprecated: 
> MPI_Errhandler_set is superseded by MPI_Comm_set_errhandler in MPI-2.0 
> [-Wdeprecated-declarations]
>    MPI_Errhandler_set(MPI_COMM_WORLD, handler);
>    ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1352:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler 
> errhandler)
>                     ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:218:45: warning: 
> 'int MPI_Errhandler_set(MPI_Comm, MPI_Errhandler)' is deprecated: 
> MPI_Errhandler_set is superseded by MPI_Comm_set_errhandler in MPI-2.0 
> [-Wdeprecated-declarations]
>    MPI_Errhandler_set(MPI_COMM_WORLD, handler);
>                                              ^
> In file included from /usr/include/dune/common/parallel/mpitraits.hh:7:0,
>                  from /usr/include/dune/common/parallel/plocalindex.hh:9,
>                  from /<<PKGBUILDDIR>>/dune/istl/paamg/test/anisotropic.hh:8,
>                  from 
> /<<PKGBUILDDIR>>/dune/istl/paamg/test/parallelamgtest.cc:7:
> /usr/lib/i386-linux-gnu/openmpi/include/mpi.h:1352:20: note: declared here
>  OMPI_DECLSPEC  int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler 
> errhandler)
>                     ^~~~~~~~~~~~~~~~~~
> [ 57%] Linking CXX executable mv
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/mv.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/mv.dir/mv.cc.o  -o mv 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 57%] Built target mv
> [ 58%] Linking CXX executable solveraborttest
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/solveraborttest.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/solveraborttest.dir/solveraborttest.cc.o  -o solveraborttest 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 58%] Built target solveraborttest
> [ 59%] Linking CXX executable bcrsassigntest
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/bcrsassigntest.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/bcrsassigntest.dir/bcrsassigntest.cc.o  -o bcrsassigntest 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> [ 60%] Linking CXX executable ldltest
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/ldltest.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/ldltest.dir/ldltest.cc.o  -o ldltest 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> [ 62%] Linking CXX executable matrixutilstest
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/matrixutilstest.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/matrixutilstest.dir/matrixutilstest.cc.o  -o matrixutilstest 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 62%] Built target ldltest
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 62%] Built target bcrsassigntest
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 62%] Built target matrixutilstest
> [ 63%] Linking CXX executable fieldvectortest
> cd /<<PKGBUILDDIR>>/build/dune/istl/test && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/fieldvectortest.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14   -Wl,-z,relro -pthread 
> CMakeFiles/fieldvectortest.dir/fieldvectortest.cc.o  -o fieldvectortest 
> -Wl,-rpath,/usr/lib/i386-linux-gnu/openmpi/lib -rdynamic 
> /usr/lib/i386-linux-gnu/libdunecommon.so.2.5.0 -lldl -lspqr -lumfpack 
> -lcholmod -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -llapack -lblas 
> -pthread /usr/lib/i386-linux-gnu/openmpi/lib/libmpi.so 
> dune/istl/test/CMakeFiles/iotest.dir/build.make:65: recipe for target 
> 'dune/istl/test/CMakeFiles/iotest.dir/iotest.cc.o' failed
> make[5]: *** [dune/istl/test/CMakeFiles/iotest.dir/iotest.cc.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/04/18/dune-istl_2.5.0-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: dune-istl
Source-Version: 2.5.0-2

We believe that the bug you reported is fixed in the latest version of
dune-istl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ansgar Burchardt <ans...@debian.org> (supplier of updated dune-istl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 20 Apr 2017 19:36:09 +0200
Source: dune-istl
Binary: libdune-istl-dev libdune-istl-doc
Architecture: source
Version: 2.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Ansgar Burchardt <ans...@debian.org>
Description:
 libdune-istl-dev - toolbox for solving PDEs -- iterative solvers (development 
files)
 libdune-istl-doc - toolbox for solving PDEs -- iterative solvers 
(documentation)
Closes: 860666
Changes:
 dune-istl (2.5.0-2) unstable; urgency=medium
 .
   * Use correct type for second template argument of `std::array`.
     (Closes: #860666)
     + patch: 0001-Merge-branch-bugfix-build-failure-on-i386-into-maste.patch
Checksums-Sha1:
 85b22c4ae48159cbdae48d4d009dd0163863a7c8 2603 dune-istl_2.5.0-2.dsc
 8362c29226e0c239869cb8c2ef534180dcb373b4 3864 dune-istl_2.5.0-2.debian.tar.xz
 60f53d119eab648bfd1b349a8ae9b4fb49543d16 7549 
dune-istl_2.5.0-2_source.buildinfo
Checksums-Sha256:
 d07fb32a860541e4e6da709cfcb0b4833a19591f1c84d618c009998d31df1d98 2603 
dune-istl_2.5.0-2.dsc
 947e6e4ad37157740db45bf95ce14f4c1ac61432c00a18c61fa1470058ab5776 3864 
dune-istl_2.5.0-2.debian.tar.xz
 46176143391c110c5d86e7d5577eceb566ef60c1769bd730290552258be3b90e 7549 
dune-istl_2.5.0-2_source.buildinfo
Files:
 c333e8920f91cf7cdc3b2dd2a83d9b6b 2603 libs optional dune-istl_2.5.0-2.dsc
 bc13bbf4b15e878d52aa53134e0b35d5 3864 libs optional 
dune-istl_2.5.0-2.debian.tar.xz
 a5066f81b023a6bb2b5f9070bf6fdd3e 7549 libs optional 
dune-istl_2.5.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEE6XYjQ9o8g2p4zSVKamMCj1p06JMFAlj48w8SHGFuc2dhckBk
ZWJpYW4ub3JnAAoJEGpjAo9adOiTj/QP/07gGsAYu4Bvw3DCfaxkp9JDLk0QPRjP
DGK8Jv+IbfMn5p0GLiLKt1dBYsH3VFsKsHjOT9rfiU+D223eLeJAhpPHYxg2X3rA
VB9PciLQpHSkWA7Gx//4/CPEKA1dz0i+7jMZgbF/iHwL6ppFgdv+ouCWP1u9tLgU
FiimzQdo8Ci2G4bqsSNhw+SHf9sNT3kSLka/GuRF2afPvnEMeX5bVVB22Mmn75S7
lEGNRJ0HFAHaPfNnJtGDXFKEl64XmbZRdCSoVeUxIL68c4rY32hKknP9jCvm+lvO
n/93qtpCoTj4FkQjnFeq25CIbfO6hfBa5E+gdmfyCghcKikEZts/e1E/NpSTJQvB
qXgMk4gMu/0Tdm97VTLX/53x3mZI3SuRIyRPoLPYW33h7I9Cl02D2BaWyebEiWKc
dThnbTD7lIfYpycUDTpxhRs3gmeO53Xd0Q8986xrOKbqsBbVAKh+d18tGze7zUQD
BF7eKH0opP/zL6lZUdo4lhrexKGiWAvJ0Uq++0yaL6XTGrUIHxAOdSMdP59Lz+GW
aIi1Fo9OtziTzhUOIblkjsNgzBhw9wNGui6mGm+dpSUqAIBnKgkEMXSj3NLzDTtg
Tjih8eMi3EJ/EdcbwT4kYL/Yw2hvR3QBQWpfpT2gzAfuXFuVtJRfsVImHJ7zMih9
qyl0KmlmFz9U
=dMhy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to