Loading debian/patches/fix_src_packed_field.patch +8 −2 Original line number Diff line number Diff line Description: patch header file due to compilation error Within pbuilder, compiler complains of "cannot bind packed field", so create a clone of the variables as auto. Author: Shayan Doust <hello@shayandoust.me> Last-Update: 2019-10-11 --- Index: megahit/src/sequence/kmer.h =================================================================== --- megahit.orig/src/sequence/kmer.h 2019-10-11 08:23:05.000000000 +0100 +++ megahit/src/sequence/kmer.h 2019-10-11 08:25:54.274610194 +0100 --- megahit.orig/src/sequence/kmer.h 2019-10-11 08:40:04.526867946 +0100 +++ megahit/src/sequence/kmer.h 2019-10-11 08:40:04.522867907 +0100 @@ -113,7 +113,9 @@ } Loading Loading
debian/patches/fix_src_packed_field.patch +8 −2 Original line number Diff line number Diff line Description: patch header file due to compilation error Within pbuilder, compiler complains of "cannot bind packed field", so create a clone of the variables as auto. Author: Shayan Doust <hello@shayandoust.me> Last-Update: 2019-10-11 --- Index: megahit/src/sequence/kmer.h =================================================================== --- megahit.orig/src/sequence/kmer.h 2019-10-11 08:23:05.000000000 +0100 +++ megahit/src/sequence/kmer.h 2019-10-11 08:25:54.274610194 +0100 --- megahit.orig/src/sequence/kmer.h 2019-10-11 08:40:04.526867946 +0100 +++ megahit/src/sequence/kmer.h 2019-10-11 08:40:04.522867907 +0100 @@ -113,7 +113,9 @@ } Loading