override_dh_install-arch: No .py for new cleanup-blastdb-volumes.
authorAaron M. Ucko <ucko@debian.org>
Sun, 26 Apr 2020 22:00:53 +0000 (18:00 -0400)
committerAaron M. Ucko <ucko@debian.org>
Sun, 26 Apr 2020 23:30:04 +0000 (19:30 -0400)
debian/changelog
debian/rules

index 8e91947c07e7d1dc4f98573b4c1865edcb222204..7cd98933f511208898d0f665568be9a3f0fe33fa 100644 (file)
@@ -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 <ucko@debian.org>  Sun, 26 Apr 2020 17:58:15 -0400
+ -- Aaron M. Ucko <ucko@debian.org>  Sun, 26 Apr 2020 18:00:53 -0400
 
 ncbi-blast+ (2.9.0-4) unstable; urgency=high
 
index 68a9d8daa7747cf60dfdce92f5f2cc9a74d80b0c..9d6976f00aa430b70f1c8bc29f158abc008e497c 100755 (executable)
@@ -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 \