From: Olivier Sallou Date: Thu, 27 Sep 2012 07:40:33 +0000 (+0000) Subject: rename seedtop to seedtop+ to fix #688684 X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~283 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0bcc4d5a646ea9337fde9ad51fb002bb38ae4a2b;p=ncbi-blast%2B.git rename seedtop to seedtop+ to fix #688684 --- diff --git a/debian/changelog b/debian/changelog index 1c627cfd..367e7054 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ncbi-blast+ (2.2.27-2) UNRELEASED; urgency=low * debian/patches/fix_arm_mips_build: Fix FTBS on ARM and MIPS (Closes: #688661). + * debian/rules: rename seedtop to seedtop+ to avoid blast2 conflict + (Closes: #688684). -- Olivier Sallou Mon, 24 Sep 2012 09:28:29 +0200 diff --git a/debian/rules b/debian/rules index 14592a86..1b6453e3 100755 --- a/debian/rules +++ b/debian/rules @@ -54,6 +54,7 @@ override_dh_auto_install: override_dh_install: # dh_install mv $(instroot)/bin/rpsblast $(instroot)/bin/rpsblast+ + mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+ mv $(instroot)/bin/legacy_blast.pl $(instroot)/bin/legacy_blast mv $(instroot)/bin/update_blastdb.pl $(instroot)/bin/update_blastdb mv $(instroot)/bin/windowmasker_2.2.22_adapter.py \