Author: Michael R. Crusoe <crusoe@debian.org>
Description: Don't automatically check for a new version
Forwarded: not-needed

As per Debian privacy perserving policy
--- seqan-needle.orig/src/main.cpp
+++ seqan-needle/src/main.cpp
@@ -500,7 +500,7 @@
 
 int main(int argc, char const ** argv)
 {
-    seqan3::argument_parser needle_parser{"needle", argc, argv, seqan3::update_notifications::on,
+    seqan3::argument_parser needle_parser{"needle", argc, argv, seqan3::update_notifications::off,
     {"count", "delete","estimate", "genome", "ibf", "ibfmin", "insert", "insertmin", "minimiser"}};
     needle_parser.info.description.push_back("Needle allows you to build an Interleaved Bloom Filter (IBF) with the "
                                              "command ibf or estimate the expression of transcripts with the command "
