debian/rules: Install get_species_taxids without the .sh suffix.
authorAaron M. Ucko <ucko@debian.org>
Mon, 30 Sep 2019 01:54:40 +0000 (21:54 -0400)
committerAaron M. Ucko <ucko@debian.org>
Mon, 30 Sep 2019 01:54:40 +0000 (21:54 -0400)
debian/changelog
debian/rules

index 99c6c39f01bf008bb2101e22854b8cb70ec05594..0620d27cec203187cde7ac348ca0be88b345384e 100644 (file)
@@ -21,8 +21,9 @@ ncbi-blast+ (2.9.0-2) UNRELEASED; urgency=medium
     -- Rework logic to install (possibly indirect) local library
        dependencies to use readelf rather than ldd, making as many passes
        as necessary (four at present, but no hardcoded count).
+    - Install get_species_taxids without the .sh suffix.
 
- -- Aaron M. Ucko <ucko@debian.org>  Sun, 29 Sep 2019 21:50:14 -0400
+ -- Aaron M. Ucko <ucko@debian.org>  Sun, 29 Sep 2019 21:54:39 -0400
 
 ncbi-blast+ (2.9.0-1) unstable; urgency=medium
 
index 8ddcb42c02756af1c1badbb0215cee1655967dcb..a165ca15de134cc520b05664a82167133bb8d9e1 100755 (executable)
@@ -96,6 +96,8 @@ override_dh_install-arch:
        # dh_install
        mv $(instroot)/bin/rpsblast $(instroot)/bin/rpsblast+
        mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+
+       mv $(instroot)/bin/get_species_taxids.sh \
+           $(instroot)/bin/get_species_taxids
        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 \