From: Aaron M. Ucko Date: Sun, 26 Apr 2020 22:00:53 +0000 (-0400) Subject: override_dh_install-arch: No .py for new cleanup-blastdb-volumes. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~111 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3c25a8bc17ef634a05a67e20ba7a163c32787c0b;p=ncbi-blast%2B.git override_dh_install-arch: No .py for new cleanup-blastdb-volumes. --- diff --git a/debian/changelog b/debian/changelog index 8e91947c..7cd98933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,10 +5,13 @@ ncbi-blast+ (2.10.0-1) UNRELEASED; urgency=medium - Formally refresh. (A few files needed straightforward manual intervention.) - support_gcc10: New, for formal support of GCC 10+. (Closes: #957581.) - * debian/rules (override_dh_clean): Clean up new generated artifacts: - fakehome/ and c++/include/common/ncbi_revision.h. + * 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 Sun, 26 Apr 2020 17:58:15 -0400 + -- Aaron M. Ucko Sun, 26 Apr 2020 18:00:53 -0400 ncbi-blast+ (2.9.0-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 68a9d8da..9d6976f0 100755 --- a/debian/rules +++ b/debian/rules @@ -99,6 +99,8 @@ override_dh_install-arch: mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+ mv $(instroot)/bin/get_species_taxids.sh \ $(instroot)/bin/get_species_taxids + mv $(instroot)/bin/cleanup-blastdb-volumes.py \ + $(instroot)/bin/cleanup-blastdb-volumes mv $(instroot)/bin/legacy_blast.pl $(instroot)/bin/legacy_blast mv $(instroot)/bin/update_blastdb.pl $(instroot)/bin/update_blastdb sed -e '1s/$$/3/' $(instroot)/bin/windowmasker_2.2.22_adapter.py \