Your message dated Mon, 20 Mar 2017 19:19:27 +0000
with message-id <e1cq2pz-0006ds...@fasolo.debian.org>
and subject line Bug#835746: fixed in odin 2.0.3-0.1
has caused the Debian Bug report #835746,
regarding odin: FTBFS: seqgradspiral.cpp:30:71: error: no matching function for 
call to 'max(double, float)'
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.)


-- 
835746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: odin
Version: 2.0.2-0.3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../tjutils  -I.. -I/<<PKGBUILDDIR>> -I/usr/include/qwt-qt4 
> -I/usr/share/qt4/include/QtGui -I/usr/share/qt4/include/QtCore 
> -I/usr/share/qt4/include -I. -I/usr/include/dcmtk 
> -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd 
> -I/usr/include/vtk-6.3 -I/usr/include/nifti   -Wdate-time -D_FORTIFY_SOURCE=2 
>  -O3 -fno-tree-vectorize -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> seqgradspiral.lo seqgradspiral.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../tjutils -I.. 
> -I/<<PKGBUILDDIR>> -I/usr/include/qwt-qt4 -I/usr/share/qt4/include/QtGui 
> -I/usr/share/qt4/include/QtCore -I/usr/share/qt4/include -I. 
> -I/usr/include/dcmtk -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd 
> -I/usr/include/vtk-6.3 -I/usr/include/nifti -Wdate-time -D_FORTIFY_SOURCE=2 
> -O3 -fno-tree-vectorize -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> seqgradspiral.cpp  -fPIC -DPIC -o .libs/seqgradspiral.o
> In file included from ../odinseq/seqplatform.h:24:0,
>                  from ../odinseq/seqdriver.h:23,
>                  from ../odinseq/seqphase.h:26,
>                  from ../odinseq/seqfreq.h:25,
>                  from ../odinseq/seqpuls.h:22,
>                  from ../odinseq/odinpulse.h:24,
>                  from seqgradspiral.h:23,
>                  from seqgradspiral.cpp:1:
> ../odinseq/seqplot.h:39:87: warning: invalid suffix on literal; C++11 
> requires a space between literal and string macro [-Wliteral-suffix]
>  static const char* timecourseUnit[]=  {ODIN_GRAD_UNIT,  ODIN_GRAD_UNIT, 
> ODIN_GRAD_UNIT"/"ODIN_TIME_UNIT, "rad/" ODIN_SPAT_UNIT, "rad*" ODIN_TIME_UNIT 
> "/" ODIN_SPAT_UNIT, "rad*" ODIN_TIME_UNIT "^2/" ODIN_SPAT_UNIT, 
> ODIN_TIME_UNIT "/" ODIN_SPAT_UNIT "^2", "rad/" ODIN_SPAT_UNIT, ODIN_TIME_UNIT 
> "/" ODIN_SPAT_UNIT "^2", ODIN_GRAD_UNIT};
>                                                                               
>          ^
> seqgradspiral.cpp: In member function 'float SeqGradSpiral::readout_npts() 
> const':
> seqgradspiral.cpp:30:71: error: no matching function for call to 'max(double, 
> float)'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gx-last_Gx));
>                                                                        ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note: candidate: template<class 
> _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)
>      max(const _Tp& __a, const _Tp& __b)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:30:71: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gx-last_Gx));
>                                                                        ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, 
> _Compare)
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:30:71: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gx-last_Gx));
>                                                                        ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note: candidate: template<class 
> _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)
>      max(initializer_list<_Tp> __l)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:30:71: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gx-last_Gx));
>                                                                        ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, 
> _Compare)
>      max(initializer_list<_Tp> __l, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:30:71: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gx-last_Gx));
>                                                                        ^
> seqgradspiral.cpp:31:71: error: no matching function for call to 'max(double, 
> float)'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gy-last_Gy));
>                                                                        ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note: candidate: template<class 
> _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)
>      max(const _Tp& __a, const _Tp& __b)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:31:71: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gy-last_Gy));
>                                                                        ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, 
> _Compare)
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:31:71: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gy-last_Gy));
>                                                                        ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note: candidate: template<class 
> _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)
>      max(initializer_list<_Tp> __l)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:31:71: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gy-last_Gy));
>                                                                        ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, 
> _Compare)
>      max(initializer_list<_Tp> __l, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:31:71: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>        max_grad_diff=STD_max(double(max_grad_diff),fabs(tds.Gy-last_Gy));
>                                                                        ^
> seqgradspiral.cpp:34:61: error: no matching function for call to 'max(double, 
> float)'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gx));
>                                                              ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note: candidate: template<class 
> _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)
>      max(const _Tp& __a, const _Tp& __b)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:34:61: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gx));
>                                                              ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, 
> _Compare)
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:34:61: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gx));
>                                                              ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note: candidate: template<class 
> _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)
>      max(initializer_list<_Tp> __l)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:34:61: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gx));
>                                                              ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, 
> _Compare)
>      max(initializer_list<_Tp> __l, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:34:61: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gx));
>                                                              ^
> seqgradspiral.cpp:35:61: error: no matching function for call to 'max(double, 
> float)'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gy));
>                                                              ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note: candidate: template<class 
> _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)
>      max(const _Tp& __a, const _Tp& __b)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:219:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:35:61: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gy));
>                                                              ^
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../tjutils/tjstd.h:72,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, 
> _Compare)
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:35:61: note:   deduced conflicting types for parameter 
> 'const _Tp' ('double' and 'float')
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gy));
>                                                              ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note: candidate: template<class 
> _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)
>      max(initializer_list<_Tp> __l)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3459:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:35:61: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gy));
>                                                              ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../tjutils/tjstd.h:111,
>                  from ../tjutils/tjutils.h:28,
>                  from ../tjutils/tjnumeric.h:21,
>                  from seqgradspiral.h:21,
>                  from seqgradspiral.cpp:1:
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note: candidate: template<class 
> _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, 
> _Compare)
>      max(initializer_list<_Tp> __l, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algo.h:3465:5: note:   template argument 
> deduction/substitution failed:
> seqgradspiral.cpp:35:61: note:   mismatched types 
> 'std::initializer_list<_Tp>' and 'double'
>      max_grad_magn=STD_max(double(max_grad_magn),fabs(tds.Gy));
>                                                              ^
> Makefile:652: recipe for target 'seqgradspiral.lo' failed
> make[2]: *** [seqgradspiral.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/08/28/odin_2.0.2-0.3_unstable.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: odin
Source-Version: 2.0.3-0.1

We believe that the bug you reported is fixed in the latest version of
odin, 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 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated odin 
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: SHA256

Format: 1.8
Date: Fri, 10 Mar 2017 19:40:49 +0100
Source: odin
Binary: odin mitools libodin-dev
Architecture: source
Version: 2.0.3-0.1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
 libodin-dev - static libraries and header for ODIN sequences
 mitools    - view, convert and perform basic maths with medical image datasets
 odin       - develop, simulate and run magnetic resonance sequences
Closes: 835746
Changes:
 odin (2.0.3-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
     - drop gcc patches, upstream
   * New upstream release (Closes: #835746)
Checksums-Sha1:
 2061775ca8206e303b3f1cb8b46e2f3b1a8aa58d 2205 odin_2.0.3-0.1.dsc
 cfd7f307e7f9462bb79e4d9561a83e89a7d3aed2 2033190 odin_2.0.3.orig.tar.gz
 38314245128012c27fa7759d28a1a551fc593d9c 7596 odin_2.0.3-0.1.debian.tar.xz
Checksums-Sha256:
 04b40bc168314cf0cad807307f14bd6890318972980a38c27e0b1ebacda26d85 2205 
odin_2.0.3-0.1.dsc
 541c91d5ff60a0d6d43e06ae736cd1081a3fb726bc25e4fc7d39421e58eaceb6 2033190 
odin_2.0.3.orig.tar.gz
 dfd25c9c0b33fd624f5777ff40a8d516cef3bc00cee93131a22d86c59724f275 7596 
odin_2.0.3-0.1.debian.tar.xz
Files:
 80565e3b481150adb069dea94af66900 2205 science extra odin_2.0.3-0.1.dsc
 c92094b9368cbab5a110daacf4d767f0 2033190 science extra odin_2.0.3.orig.tar.gz
 d5958356e51aeb2c0f3edebabbc11f5e 7596 science extra 
odin_2.0.3-0.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJYwvNkAAoJEPNPCXROn13ZSBAP/jJCwzLZgzW9XElf9ecsoI9V
gz+bNaP61Lz58jTPqp2sdWzd24+d4iXOkO9UL8/oXXo/J2h2O5GuN65QwmDhq1cZ
lN4omNqFlTFYuVpL08ynQ9Jy4auJ/ickAe+jbtD5w+JHkLYidwG41o0CrcJ0r3Mq
CasCK5K7aFtXCmK8tFz4eHveBcCBcsblbuekZy5L3OPlV71/J9FHXgSBgxZsLT/6
V/VI3Fo5v7XC8dK7z7X80W6PhepEtGV/LR7eZWccIi8tXHzlf2izyEgv4nzNbwPc
4dyVHhtyWU+g1h7lbJ5alNHvOmugCp5+XiosPTstdoR+e2gWzhWFwgaYnYw7KrCB
RR7bg1lXh9Z9N+mOrXb12VRwVrDj5GrH6RwD0XFmUmRFQPC4iMezuqCgVONH++KW
4avFSrMjk7sfDRY48LConbjBjRv3XLQhCagfGUnbYJm8N4j0pLPei/+5XHP5J9cd
VOTOpSgc20xpZnu/qPjDM4aObgaFAHqHNG+6+zVWy/Fqz0AL2NRYUm8yaAY1OGGU
mDyHemUzzycMxzqKYtJn3bv8ebRfatIZpeoLeMw+hjmShGlZpQm9CtBbZsnwlTpp
vLw7uTOeX5dQtC55obLXUgOuFz5ceA6zaqZToKnu7yrEZUdY1RS7F/G6afV1UITB
GBYeJ2De67WTeKvtflZr
=u+es
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to