- Formally refresh. (A few files needed straightforward manual
intervention.)
- support_gcc10: New, for formal support of GCC 10+. (Closes: #957581.)
+ - run_perl_directly: New, to streamline update_blastdb(.pl)'s #! line.
* debian/rules:
- override_dh_clean: Clean up new generated artifacts: fakehome/ and
c++/include/common/ncbi_revision.h.
- override_dh_install-arch: Install new cleanup-blastdb-volumes script
without its upstream .py suffix.
- -- Aaron M. Ucko <ucko@debian.org> Sun, 26 Apr 2020 18:00:53 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 26 Apr 2020 18:02:47 -0400
ncbi-blast+ (2.9.0-4) unstable; urgency=high
--- /dev/null
+Author: Aaron M. Ucko <ucko@debian.org>
+Date: Sun Apr 26 11:28:03 2020 -0400
+Description: Bypass env in Perl script shebangs.
+
+--- a/c++/src/app/blast/update_blastdb.pl
++++ b/c++/src/app/blast/update_blastdb.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # $Id: update_blastdb.pl 597648 2019-11-25 18:31:12Z ivanov $
+ # ===========================================================================
+ #