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
@@ -594,7 +594,7 @@
         "needle",
         argc,
         argv,
-        seqan3::update_notifications::on,
+        seqan3::update_notifications::off,
         {"count", "delete", "estimate", "genome", "ibf", "ibfmin", "insert", "insertmin", "minimiser"}};
     add_parser_meta(needle_parser);
     needle_parser.info.description.push_back("Needle allows you to build an Interleaved Bloom Filter (IBF) with the "
