From 0bcc4d5a646ea9337fde9ad51fb002bb38ae4a2b Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Thu, 27 Sep 2012 07:40:33 +0000 Subject: [PATCH] rename seedtop to seedtop+ to fix #688684 --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) 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 \ -- 2.30.2