#1143692 probabel: FTBFS: phedata.cpp:83:28: error: no match for 'operator>>' (operand types are 'std::stringstream' {aka 'std::__cxx11::basic_stringstream<char>'} and 'char*')

#1143692#5
Date:
2026-08-05 11:24:59 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:probabel, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: no obvious need to run autopoint
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc

[... snipped ...]

      • error: invalid conversion from ‘char*’ to ‘short int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(short int)tmp’ to ‘short int&’
    • candidate 3: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(short unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:183:7:
        183 |       operator>>(unsigned short& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘short unsigned int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(short unsigned int)tmp’ to ‘short unsigned int&’
    • candidate 4: ‘std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(int&) [with _CharT = char; _Traits = std::char_traits<char>]’ (near match)
      /usr/include/c++/16/istream:187:7:
        187 |       operator>>(int& __n);
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(int)tmp’ to ‘int&’
    • candidate 5: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:190:7:
        190 |       operator>>(unsigned int& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘unsigned int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(unsigned int)tmp’ to ‘unsigned int&’
    • candidate 6: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:194:7:
        194 |       operator>>(long& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘long int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(long int)tmp’ to ‘long int&’
    • candidate 7: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:198:7:
        198 |       operator>>(unsigned long& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘long unsigned int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(long unsigned int)tmp’ to ‘long unsigned int&’
    • candidate 8: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:205:7:
        205 |       operator>>(long long& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘long long int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(long long int)tmp’ to ‘long long int&’
    • candidate 9: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:209:7:
        209 |       operator>>(unsigned long long& __n)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: invalid conversion from ‘char*’ to ‘long long unsigned int’ [-fpermissive]
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
              |                           |
              |                           char*
      • error: cannot bind rvalue ‘(long long unsigned int)tmp’ to ‘long long unsigned int&’
    • candidate 10: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(void*&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’ (near match)
      /usr/include/c++/16/istream:334:7:
        334 |       operator>>(void*& __p)
            |       ^~~~~~~~
      • conversion of argument 1 would be ill-formed:
      • error: cannot bind non-const lvalue reference of type ‘void*&’ to an rvalue of type ‘void*’
        phedata.cpp:247:27:
          247 |                 infile >> tmp;
              |                           ^~~
    • candidate 11: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(float&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’
      /usr/include/c++/16/istream:225:7:
        225 |       operator>>(float& __f)
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘float&’
        /usr/include/c++/16/istream:225:25:
          225 |       operator>>(float& __f)
              |                  ~~~~~~~^~~
    • candidate 12: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’
      /usr/include/c++/16/istream:229:7:
        229 |       operator>>(double& __f)
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘double&’
        /usr/include/c++/16/istream:229:26:
          229 |       operator>>(double& __f)
              |                  ~~~~~~~~^~~
    • candidate 13: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’
      /usr/include/c++/16/istream:233:7:
        233 |       operator>>(long double& __f)
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘long double&’
        /usr/include/c++/16/istream:233:31:
          233 |       operator>>(long double& __f)
              |                  ~~~~~~~~~~~~~^~~
    • candidate 14: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(__istream_type& (*)(__istream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’
      /usr/include/c++/16/istream:128:7:
        128 |       operator>>(__istream_type& (*__pf)(__istream_type&))
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘std::basic_istream<char>::__istream_type& (*)(std::basic_istream<char>::__istream_type&)’ {aka ‘std::basic_istream<char>& (*)(std::basic_istream<char>&)’}
        /usr/include/c++/16/istream:128:36:
          128 |       operator>>(__istream_type& (*__pf)(__istream_type&))
              |                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    • candidate 15: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(__ios_type& (*)(__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>; __ios_type = std::basic_ios<char>]’
      /usr/include/c++/16/istream:132:7:
        132 |       operator>>(__ios_type& (*__pf)(__ios_type&))
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘std::basic_istream<char>::__ios_type& (*)(std::basic_istream<char>::__ios_type&)’ {aka ‘std::basic_ios<char>& (*)(std::basic_ios<char>&)’}
        /usr/include/c++/16/istream:132:32:
          132 |       operator>>(__ios_type& (*__pf)(__ios_type&))
              |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
    • candidate 16: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]’
      /usr/include/c++/16/istream:139:7:
        139 |       operator>>(ios_base& (*__pf)(ios_base&))
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘std::ios_base& (*)(std::ios_base&)’
        /usr/include/c++/16/istream:139:30:
          139 |       operator>>(ios_base& (*__pf)(ios_base&))
              |                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
    • candidate 17: ‘std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; __streambuf_type = std::basic_streambuf<char>]’
      /usr/include/c++/16/istream:358:7:
        358 |       operator>>(__streambuf_type* __sb);
            |       ^~~~~~~~
      • no known conversion for argument 1 from ‘char*’ to ‘std::basic_istream<char>::__streambuf_type*’ {aka ‘std::basic_streambuf<char>*’}
        /usr/include/c++/16/istream:358:36:
          358 |       operator>>(__streambuf_type* __sb);
              |                  ~~~~~~~~~~~~~~~~~~^~~~
    • candidate 18: ‘template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
      /usr/include/c++/16/bits/basic_string.tcc:898:5:
        898 |     operator>>(basic_istream<_CharT, _Traits>& __in,
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   mismatched types ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘char*’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 19: ‘template<class _IntegerType> constexpr std::__byte_op_t<_IntegerType> std::operator>>(byte, _IntegerType)’
      /usr/include/c++/16/cstddef:136:5:
        136 |     operator>>(byte __b, _IntegerType __shift) noexcept
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   cannot convert ‘infile’ (type ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’}) to type ‘std::byte’
          phedata.cpp:247:17:
            247 |                 infile >> tmp;
                |                 ^~~~~~
    • candidate 20: ‘template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _CharT&)’
      /usr/include/c++/16/bits/istream.tcc:983:5:
        983 |     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c)
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘char*’)
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 21: ‘template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(basic_istream<char, _Traits>&, unsigned char&)’
      /usr/include/c++/16/istream:862:5:
        862 |     operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   cannot convert ‘tmp’ (type ‘char*’) to type ‘unsigned char&’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 22: ‘template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(basic_istream<char, _Traits>&, signed char&)’
      /usr/include/c++/16/istream:867:5:
        867 |     operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   cannot convert ‘tmp’ (type ‘char*’) to type ‘signed char&’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 23: ‘template<class _CharT, class _Traits, long unsigned int _Num> std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _CharT (&)[_Num])’
      /usr/include/c++/16/istream:965:5:
        965 |     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT (&__s)[_Num])
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   mismatched types ‘_CharT [_Num]’ and ‘char*’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 24: ‘template<class _Traits, long unsigned int _Num> std::basic_istream<char, _Traits>& std::operator>>(basic_istream<char, _Traits>&, unsigned char (&)[_Num])’
      /usr/include/c++/16/istream:974:5:
        974 |     operator>>(basic_istream<char, _Traits>& __in, unsigned char (&__s)[_Num])
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   mismatched types ‘unsigned char [_Num]’ and ‘char*’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 25: ‘template<class _Traits, long unsigned int _Num> std::basic_istream<char, _Traits>& std::operator>>(basic_istream<char, _Traits>&, signed char (&)[_Num])’
      /usr/include/c++/16/istream:979:5:
        979 |     operator>>(basic_istream<char, _Traits>& __in, signed char (&__s)[_Num])
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   mismatched types ‘signed char [_Num]’ and ‘char*’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
    • candidate 26: ‘template<class _Istream, class _Tp> _Istream&& std::operator>>(_Istream&&, _Tp&&)’
      /usr/include/c++/16/istream:1112:5:
       1112 |     operator>>(_Istream&& __is, _Tp&& __x)
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        • /usr/include/c++/16/istream: In substitution of ‘template<class _Istream, class _Tp> _Istream&& std::operator>>(_Istream&&, _Tp&&) [with _Istream = std::basic_ifstream<char>&; _Tp = char*&]’:
        • required from here
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
        • error: template constraint failure for ‘template<class _Is, class _Tp>  requires (__derived_from_ios_base<_Is>) && requires(_Is& __is, _Tp&& __t) {__is >> (forward<_Tp>)(__t);} using std::__rvalue_stream_extraction_t = _Is&&’
          /usr/include/c++/16/istream:1112:5:
           1112 |     operator>>(_Istream&& __is, _Tp&& __x)
                |     ^~~~~~~~
        • constraints not satisfied
          • /usr/include/c++/16/bits/ostream.h: In substitution of ‘template<class _Is, class _Tp>  requires (__derived_from_ios_base<_Is>) && requires(_Is& __is, _Tp&& __t) {__is >> (forward<_Tp>)(__t);} using std::__rvalue_stream_extraction_t = _Is&& [with _Is = std::basic_ifstream<char>&; _Tp = char*&]’:
          • required by substitution of ‘template<class _Istream, class _Tp> _Istream&& std::operator>>(_Istream&&, _Tp&&) [with _Istream = std::basic_ifstream<char>&; _Tp = char*&]’
            /usr/include/c++/16/istream:1112:5:
          • required from here
            phedata.cpp:247:27:
              247 |                 infile >> tmp;
                  |                           ^~~
          • required for the satisfaction of ‘__derived_from_ios_base<_Is>’ [with _Is = std::basic_ifstream<char, std::char_traits<char> >&]
            /usr/include/c++/16/bits/ostream.h:803:13:
              803 |     concept __derived_from_ios_base = is_class_v<_Tp>
                  |             ^~~~~~~~~~~~~~~~~~~~~~~
          • the expression ‘is_class_v<_Tp> [with _Tp = std::basic_ifstream<char, std::char_traits<char> >&]’ evaluated to ‘false’
            /usr/include/c++/16/bits/ostream.h:803:39:
              803 |     concept __derived_from_ios_base = is_class_v<_Tp>
                  |                                       ^~~~~~~~~~~~~~~
          • ‘std::basic_ifstream<char>&’ is not a class
    • candidate 27: ‘template<class _Tp, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, complex<_Tp>&)’
      /usr/include/c++/16/complex:543:5:
        543 |     operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __x)
            |     ^~~~~~~~
      • template argument deduction/substitution failed:
        •   mismatched types ‘std::complex<_Tp>’ and ‘char*’
          phedata.cpp:247:27:
            247 |                 infile >> tmp;
                |                           ^~~
make[3]: *** [Makefile:2087: palinear-phedata.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1204: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:353: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------

#1143692#8
Date:
2026-09-05 06:32:50 UTC
From:
To:
Hello,

Bug #1143692 in probabel reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/med-team/probabel/-/commit/d5d0e489c597bec1f8cc565e657d8ac947e37c85

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1143692

#1143692#15
Date:
2026-09-05 06:49:26 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
probabel, 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 1143692@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <tille@debian.org> (supplier of updated probabel 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sat, 05 Sep 2026 07:59:45 +0200
Source: probabel
Architecture: source
Version: 0.5.0+dfsg-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Changed-By: Andreas Tille <tille@debian.org>
Closes: 1143692
Changes:
 probabel (0.5.0+dfsg-7) unstable; urgency=medium
 .
   [ Étienne Mollier ]
   * d/control: remove any-i386 support.
     This follows up on ftbfs bug #1091575 and removal request #1092275.
   * d/salsa-ci.yml: skip i386 CI build.
 .
   [ Andreas Tille ]
   * Fix build with gcc-16
     Closes: #1143692
   * Reformat the Last-Update date as ISO YYYY-MM-DD.
   * Remove redundant Priority: optional from source stanza.
   * Update standards version to 4.7.4, no changes needed.
   * d/watch: version=5
   * cme fix dpkg-control
Checksums-Sha1:
 944fa026fdeaabf9a20d819e16f2fa6ebbeaabb6 2320 probabel_0.5.0+dfsg-7.dsc
 fd28fdf75055835c43d74b5d7aa7e9ea1c06c319 8224 probabel_0.5.0+dfsg-7.debian.tar.xz
 dca807e6590678f0293a0e4863303e638861abc7 10240 probabel_0.5.0+dfsg-7_amd64.buildinfo
Checksums-Sha256:
 769fe5090c3ade80a3ab35cf844c3f3e43b0b59486d428fc9ccebeaf89eb0f4a 2320 probabel_0.5.0+dfsg-7.dsc
 ed9e3894d6bb52d21aa86189402d59d72080baceede58abf293e27aabf00c2d0 8224 probabel_0.5.0+dfsg-7.debian.tar.xz
 bef11dbda4c483b9fa408164122e2891c55d425def74b703ca7387c004226947 10240 probabel_0.5.0+dfsg-7_amd64.buildinfo
Files:
 f9229c2faab28331862de4a5def1e2de 2320 science optional probabel_0.5.0+dfsg-7.dsc
 16eeddb251f2511cf4f7c4c9cbbcc90a 8224 science optional probabel_0.5.0+dfsg-7.debian.tar.xz
 ab487f9da8189eff0514ed68abcd3c24 10240 science optional probabel_0.5.0+dfsg-7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmqbt7ARHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFZTw//ZuGyaszPM9s+dbflJa9DlRSqtV1QOk92
EUG4Y36wFkqS4dshd9QnefNny3sns1vKl0lV9D2tOoIQWw1q2kZTMqyBwN7lmTS0
7VEh9KYFs5z74LHX37JxmtzQYgfCJbiwZ2EalbRsLuOVpQ9PeHKCcGEC1mP2Mc/5
luviuj/jWhH5o6jTui00q4eD1p56W3J2Rwevu0Yy+U9iTiiv9bLmj+lqw7RCmEOB
FAN4uvpHMVBFALFaLEw+wP6hoI+aMGUNU0nE4hhKtZ6oHXru3DXUsRO7uIgiWkg9
hkMOLVRq4JJEhntY5kk4OvBITCWvytHZEcxyEFeC0/aRW+1pnvKrC3HgDL0K5kYB
Aga/0sPmg8R0+wFHOkPMClE27zdOibFE9dgXcZq1+aXXzTNWrOoBymhjPOimpFxX
Z6Xnxi627ztr7gXRzHyNmUnpFTpyDfUnoJBltbfvBfrQ2XgUQH0MdlWIa/+72cWC
olwqe9qu1eDEVlnEQOU5t54iih+AvXTBfEI45viWhpbN0bSFolk2Y54z+hsKWRd2
Z7Xa49XyRfIXDYCygYSZ/CbODXOXP9cqVATr/eRNJhNTP8ZIbjGoq2Tn9bLmx9Wg
J+PPGqduYIkkLQHOg2y06Q40VPSA5O1DJ6gYDH2/FHfznLuQgBDBnud/DMCoxTHN
bES5d0/mL1k=
=jin0
-----END PGP SIGNATURE-----