Your message dated Sun, 17 Jul 2016 10:22:37 +0000
with message-id <e1bojdz-0007gr...@franck.debian.org>
and subject line Bug#831157: fixed in bowtie2 2.2.9-3
has caused the Debian Bug report #831157,
regarding bowtie2: FTBFS with GCC 6: blockwise_sa.h:218:5: error: looser throw 
specifier for ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept 
(false) [with TStr = S2bDnaString]’
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.)


-- 
831157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bowtie2
Version: 2.2.9-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> g++ -O3 -m64 -msse2  -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 
>  -funroll-loops -g3 -fPIE -pie -Wl,-z,relro -Wl,-z,now -DPOPCNT_CAPABILITY 
> -DWITH_TBB\"" -fPIE -pie -Wl,-z,relro -Wl,-z,now -DPOPCNT_CAPABILITY 
> -DWITH_TBB \
>       -fno-strict-aliasing -DBOWTIE2_VERSION="\"`cat VERSION`\"" 
> -DBUILD_HOST="\"\"" -DBUILD_TIME="\"\"" -DCOMPILER_VERSION="\"\"" 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM  
> -Wdate-time -D_FORTIFY_SOURCE=2 -DBOWTIE2 -DNDEBUG -Wall \
>        -I third_party \
>       -o bowtie2-build-s bt2_build.cpp \
>       ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp 
> bt2_io.cpp bt2_util.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp 
> random_source.cpp diff_sample.cpp bowtie_build_main.cpp \
>       -lpthread -ltbb -ltbbmalloc_proxy 
> In file included from blockwise_sa.h:34:0,
>                  from bt2_idx.h:42,
>                  from bt2_build.cpp:27:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> In file included from bt2_idx.h:42:0,
>                  from bt2_build.cpp:27:
> blockwise_sa.h: In instantiation of ‘class 
> KarkkainenBlockwiseSA<S2bDnaString>’:
> blockwise_sa.h:520:48:   required from here
> blockwise_sa.h:218:5: error: looser throw specifier for 
> ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept (false) [with 
> TStr = S2bDnaString]’
>      ~KarkkainenBlockwiseSA()
>      ^
> In file included from bt2_idx.h:42:0,
>                  from bt2_build.cpp:27:
> blockwise_sa.h:178:7: error:   overriding ‘virtual 
> InorderBlockwiseSA<S2bDnaString>::~InorderBlockwiseSA() noexcept’
>  class InorderBlockwiseSA : public BlockwiseSA<TStr> {
>        ^~~~~~~~~~~~~~~~~~
> In file included from bt2_build.cpp:27:0:
> bt2_idx.h: In static member function ‘static std::pair<Ebwt*, Ebwt*> 
> Ebwt::fromStrings(const EList<std::__cxx11::basic_string<char> >&, bool, int, 
> int, bool, int32_t, int32_t, int32_t, const string&, bool, TIndexOffU, 
> TIndexOffU, TIndexOffU, int, uint32_t, bool, bool, bool)’:
> bt2_idx.h:827:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<stringstream> ss(new stringstream());
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_build.cpp:27:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from bt2_build.cpp:27:0:
> bt2_idx.h:831:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<FileBuf> fb(new FileBuf(ss.get()));
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_build.cpp:27:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from bt2_idx.h:42:0,
>                  from bt2_build.cpp:27:
> blockwise_sa.h: In instantiation of ‘class 
> KarkkainenBlockwiseSA<SString<char> >’:
> bt2_idx.h:1062:66:   required from ‘void 
> Ebwt::initFromVector(EList<FileBuf*>&, EList<RefRecord>&, TIndexOffU, const 
> RefReadInParams&, std::ofstream&, std::ofstream&, const string&, 
> std::ofstream*, std::ofstream*, int, bool, TIndexOffU, TIndexOffU, 
> TIndexOffU, int, uint32_t, bool) [with TStr = SString<char>; TIndexOffU = 
> unsigned int; std::ofstream = std::basic_ofstream<char>; std::__cxx11::string 
> = std::__cxx11::basic_string<char>; uint32_t = unsigned int]’
> bt2_idx.h:655:23:   required from ‘Ebwt::Ebwt(TStr, bool, int, int, int32_t, 
> int32_t, int32_t, int, const string&, bool, bool, TIndexOffU, TIndexOffU, 
> TIndexOffU, int, EList<FileBuf*>&, EList<RefRecord>&, TIndexOffU, const 
> RefReadInParams&, uint32_t, int32_t, bool, bool, bool, bool, bool) [with TStr 
> = SString<char>; int32_t = int; std::__cxx11::string = 
> std::__cxx11::basic_string<char>; TIndexOffU = unsigned int; uint32_t = 
> unsigned int]’
> bt2_build.cpp:462:14:   required from ‘void driver(const string&, 
> EList<std::__cxx11::basic_string<char> >&, const string&, bool, int) [with 
> TStr = SString<char>; std::__cxx11::string = 
> std::__cxx11::basic_string<char>]’
> bt2_build.cpp:618:78:   required from here
> blockwise_sa.h:218:5: error: looser throw specifier for 
> ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept (false) [with 
> TStr = SString<char>]’
>      ~KarkkainenBlockwiseSA()
>      ^
> In file included from bt2_idx.h:42:0,
>                  from bt2_build.cpp:27:
> blockwise_sa.h:178:7: error:   overriding ‘virtual 
> InorderBlockwiseSA<SString<char> >::~InorderBlockwiseSA() noexcept’
>  class InorderBlockwiseSA : public BlockwiseSA<TStr> {
>        ^~~~~~~~~~~~~~~~~~
> In file included from blockwise_sa.h:34:0,
>                  from bt2_idx.h:42,
>                  from bt2_idx.cpp:25:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> In file included from bt2_idx.h:42:0,
>                  from bt2_idx.cpp:25:
> blockwise_sa.h: In instantiation of ‘class 
> KarkkainenBlockwiseSA<S2bDnaString>’:
> blockwise_sa.h:520:48:   required from here
> blockwise_sa.h:218:5: error: looser throw specifier for 
> ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept (false) [with 
> TStr = S2bDnaString]’
>      ~KarkkainenBlockwiseSA()
>      ^
> In file included from bt2_idx.h:42:0,
>                  from bt2_idx.cpp:25:
> blockwise_sa.h:178:7: error:   overriding ‘virtual 
> InorderBlockwiseSA<S2bDnaString>::~InorderBlockwiseSA() noexcept’
>  class InorderBlockwiseSA : public BlockwiseSA<TStr> {
>        ^~~~~~~~~~~~~~~~~~
> In file included from bt2_idx.cpp:25:0:
> bt2_idx.h: In static member function ‘static std::pair<Ebwt*, Ebwt*> 
> Ebwt::fromStrings(const EList<std::__cxx11::basic_string<char> >&, bool, int, 
> int, bool, int32_t, int32_t, int32_t, const string&, bool, TIndexOffU, 
> TIndexOffU, TIndexOffU, int, uint32_t, bool, bool, bool)’:
> bt2_idx.h:827:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<stringstream> ss(new stringstream());
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_idx.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from bt2_idx.cpp:25:0:
> bt2_idx.h:831:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<FileBuf> fb(new FileBuf(ss.get()));
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_idx.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from blockwise_sa.h:34:0,
>                  from bt2_idx.h:42,
>                  from bt2_io.cpp:25:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> In file included from bt2_idx.h:42:0,
>                  from bt2_io.cpp:25:
> blockwise_sa.h: In instantiation of ‘class 
> KarkkainenBlockwiseSA<S2bDnaString>’:
> blockwise_sa.h:520:48:   required from here
> blockwise_sa.h:218:5: error: looser throw specifier for 
> ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept (false) [with 
> TStr = S2bDnaString]’
>      ~KarkkainenBlockwiseSA()
>      ^
> In file included from bt2_idx.h:42:0,
>                  from bt2_io.cpp:25:
> blockwise_sa.h:178:7: error:   overriding ‘virtual 
> InorderBlockwiseSA<S2bDnaString>::~InorderBlockwiseSA() noexcept’
>  class InorderBlockwiseSA : public BlockwiseSA<TStr> {
>        ^~~~~~~~~~~~~~~~~~
> In file included from bt2_io.cpp:25:0:
> bt2_idx.h: In static member function ‘static std::pair<Ebwt*, Ebwt*> 
> Ebwt::fromStrings(const EList<std::__cxx11::basic_string<char> >&, bool, int, 
> int, bool, int32_t, int32_t, int32_t, const string&, bool, TIndexOffU, 
> TIndexOffU, TIndexOffU, int, uint32_t, bool, bool, bool)’:
> bt2_idx.h:827:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<stringstream> ss(new stringstream());
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_io.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from bt2_io.cpp:25:0:
> bt2_idx.h:831:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<FileBuf> fb(new FileBuf(ss.get()));
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_io.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from blockwise_sa.h:34:0,
>                  from bt2_idx.h:42,
>                  from bt2_util.cpp:26:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> In file included from bt2_idx.h:42:0,
>                  from bt2_util.cpp:26:
> blockwise_sa.h: In instantiation of ‘class 
> KarkkainenBlockwiseSA<S2bDnaString>’:
> blockwise_sa.h:520:48:   required from here
> blockwise_sa.h:218:5: error: looser throw specifier for 
> ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA() noexcept (false) [with 
> TStr = S2bDnaString]’
>      ~KarkkainenBlockwiseSA()
>      ^
> In file included from bt2_idx.h:42:0,
>                  from bt2_util.cpp:26:
> blockwise_sa.h:178:7: error:   overriding ‘virtual 
> InorderBlockwiseSA<S2bDnaString>::~InorderBlockwiseSA() noexcept’
>  class InorderBlockwiseSA : public BlockwiseSA<TStr> {
>        ^~~~~~~~~~~~~~~~~~
> In file included from bt2_util.cpp:26:0:
> bt2_idx.h: In static member function ‘static std::pair<Ebwt*, Ebwt*> 
> Ebwt::fromStrings(const EList<std::__cxx11::basic_string<char> >&, bool, int, 
> int, bool, int32_t, int32_t, int32_t, const string&, bool, TIndexOffU, 
> TIndexOffU, TIndexOffU, int, uint32_t, bool, bool, bool)’:
> bt2_idx.h:827:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<stringstream> ss(new stringstream());
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_util.cpp:26:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from bt2_util.cpp:26:0:
> bt2_idx.h:831:3: warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    auto_ptr<FileBuf> fb(new FileBuf(ss.get()));
>    ^~~~~~~~
> In file included from /usr/include/c++/6/memory:81:0,
>                  from bt2_idx.h:28,
>                  from bt2_util.cpp:26:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> In file included from multikey_qsort.h:27:0,
>                  from multikey_qsort.cpp:20:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> In file included from diff_sample.cpp:20:0:
> diff_sample.h: In function ‘void calcExhaustiveDC(T, bool, bool)’:
> diff_sample.h:180:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>       ^~
> diff_sample.h:180:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d1]) diffCnt++; diffs[d1] = true;
>                                 ^~~~~
> diff_sample.h:181:6: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>       ^~
> diff_sample.h:181:32: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the ‘if’
>       if(!diffs[d2]) diffCnt++; diffs[d2] = true;
>                                 ^~~~~
> make[2]: *** [bowtie2-build-s] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/bowtie2_2.2.9-2_unstable_gcc6.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: bowtie2
Source-Version: 2.2.9-3

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

Debian distribution maintenance software
pp.
Sascha Steinbiss <sa...@debian.org> (supplier of updated bowtie2 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: Sat, 16 Jul 2016 03:22:51 +0000
Source: bowtie2
Binary: bowtie2 bowtie2-examples
Architecture: source amd64 all
Version: 2.2.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Sascha Steinbiss <sa...@debian.org>
Description:
 bowtie2    - ultrafast memory-efficient short read aligner
 bowtie2-examples - Examples for bowtie2
Closes: 831157
Changes:
 bowtie2 (2.2.9-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix building with GCC 6.
     Closes: #831157.
Checksums-Sha1:
 9dafabf5bb6818f775843c75fa94c21e122e0255 2146 bowtie2_2.2.9-3.dsc
 01ce9b1e257efd167597f962a74a4a3a55928fed 8388 bowtie2_2.2.9-3.debian.tar.xz
 27cd504af0dbcafb746b0c92d3e8c95978920bde 10049452 
bowtie2-dbgsym_2.2.9-3_amd64.deb
 4c226ed8bee8ead810ea55e94df66d9d96d03f68 4878938 
bowtie2-examples_2.2.9-3_all.deb
 ad6f29f6e15cc1f36d5deabae1a6f45a9c330524 1298724 bowtie2_2.2.9-3_amd64.deb
Checksums-Sha256:
 ef0cca0cda7e692dba7eb88e654ccc21d2648c4689b7b1df73cb9db4af26937b 2146 
bowtie2_2.2.9-3.dsc
 97e0d3bd86062576bb60fcf23e77a00c30f12adf3828c2c7f1dec785422e7fa1 8388 
bowtie2_2.2.9-3.debian.tar.xz
 529bfd3377e9db8f1881f6cf32d4db65c7fc09f87d5c5a60f34a3a2b3a9ae9c9 10049452 
bowtie2-dbgsym_2.2.9-3_amd64.deb
 82ba6d5ac96ab9546bebcce18b9f0b943ae8ac6cde861485e5ead54120ccb83d 4878938 
bowtie2-examples_2.2.9-3_all.deb
 5d0de18c427a191456fdbb15fc4ce0ba5d1f3c031809d7f8c18833523e193d18 1298724 
bowtie2_2.2.9-3_amd64.deb
Files:
 a348de015316983e89b7a099532cf505 2146 science optional bowtie2_2.2.9-3.dsc
 4efea01f671ccfb4861ad152334ca3c3 8388 science optional 
bowtie2_2.2.9-3.debian.tar.xz
 645f3921eff6145fdb4377564006c907 10049452 debug extra 
bowtie2-dbgsym_2.2.9-3_amd64.deb
 d17faf1a9359951f19ad977cdb2399d6 4878938 science optional 
bowtie2-examples_2.2.9-3_all.deb
 1ae9c9bfa4695db578dcd7644c08d704 1298724 science optional 
bowtie2_2.2.9-3_amd64.deb

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

iQIcBAEBCgAGBQJXi1WEAAoJEOjTeuLwn0hyCyEP/Al2fVapOq4H1cTa2U2sxKg6
zu27Lehm1o5WERbIffiC8OZe0vb/9z8g2JnOejXYOuWil4iwOzuLK8SRlrRDVVNx
iYNPLrn6Te0pZzaAiiU1e1h1AlUXIG6RWhug400Bhxjf0EbGkoQ+ZNVIS9EbMwcz
rsE3A+PPHuO6w0rLJlwxAEyCElM6UYD0w5+oMJNhzXH9Tqq+fhZKtSdOmeYaZ5AX
Kj0D7y/M8aTKhuw//fN31fdUIp0FfonB3TTH4vLVXjlTsPntWuX7svDfvr1ZJ1u/
xBgjftvwEmtjnuIzFvm8uXdMSB1ldpCisaEFtLEycM3TXvduR2H/gzVwrxNJElU4
yDJBoWy/4mSSdwdHtawEcXPIPNkNVrFVv2L1/w4qq+yzugl4iUXUVXV7YJDitxjc
cpbEpRh8SyHV8NbNq5wGfl9fnddSqIVlOQyclXQ1WDxEZr+qh0nv7cL05vlnK45X
RA5DQN6lNV6IlCHL9N83ZHDGtJQyoeL+4sspl0B1uQlsSmFO2E3KmA9ZkqE8IEuy
R1ucqnRbv38T82qK8GoceGds3KIP0nM9G/bdeahuB4JXotupO/zIa0gLPCf7S9z7
w2jqQG++DyXNvAytByxzGNidOVA+V13VjTQSx2YjZJaO+g+cUG7SiQbSlK4Gia1A
rT2bgQSgTzFUYdDqvt3U
=Dett
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to