t
https://pp3.sourceforge.net/
My suggestion would be to ask them if they would dual license everything
under the GPL-V3+, but any of the standard licenses would do.
https://www.debian.org/legal/licenses/
Cheers,
Walter Landry
Bastian Germann writes:
> Am 02.06.21 um 17:33 schrieb Tobias Frost:
>> Is this RFS package now a downloader or the library itself?
>
> It's both. The -dev package is created from the source files and
> resides in main. The library package contains the downloader as a
> postinst script, which check
Andreas Tille wrote:
> Hi,
>
> On Sat, Nov 25, 2017 at 01:39:03PM -0800, Walter Landry wrote:
>> > In file included from centrifuge_build.cpp:27:0:
>> > bt2_idx.h: In static member function 'static std::pair*,
>> > Ebwt*> Ebwt::fromString
; deprecated [-Wdeprecated-declarations]
This is only a warning, so you can ignore it. If you are feeling
ambitious, the recommended fix is to replace all auto_ptr's with
unique_ptr's and copies with moves(). Apparently, clang-modernize can
do this automatically.
Walter Landry
rect type
is ptrdiff_t.
http://en.cppreference.com/w/cpp/types/ptrdiff_t
The line then becomes
size_t difference = std::abs(static_cast(reference.size() -
haplotype.size()));
Or you could do it in two lines
ptrdiff_t diff_signed (reference.size() - haplotype.size());
size_t difference = std::abs(diff_signed);
Cheers,
Walter Landry
sentation for a good reason. If
it helps you, it can help others.
Cheers,
Walter Landry
ing.o' failed
It is difficult to know without spending more time, but I would try
changing this to
thresh.autocut = threshold_s::CUT_NONE;
Cheers,
Walter Landry
there. Did I mess something up in the ITP, is there some moderation
queue, or are my emails getting eaten?
Thank you,
Walter Landry
pen, git is largely comprised of many small
utilities that communicate over pipes and command-line arguments.
Cheers,
Walter Landry
wlan...@caltech.edu
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi
ough to make it clearly
different in wording and not mention GNU (though the actual
procedure you describe may be similar).
Cheers,
Walter Landry
[EMAIL PROTECTED]
ll of the source for packages
in main must satisfy the DFSG. For example, if there are some
non-free, but distributable, files in the original tar ball, those
have to be taken out and a new "original" tar ball made.
Regards,
Walter Landry
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email
11 matches
Mail list logo