From 3f95d82b43d51a71ed7627175297f017ffd31803 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 29 Sep 2019 21:54:40 -0400 Subject: [PATCH] debian/rules: Install get_species_taxids without the .sh suffix. --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 99c6c39f..0620d27c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 29 Sep 2019 21:50:14 -0400 + -- Aaron M. Ucko Sun, 29 Sep 2019 21:54:39 -0400 ncbi-blast+ (2.9.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 8ddcb42c..a165ca15 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ -- 2.30.2