rename seedtop to seedtop+ to fix #688684
authorOlivier Sallou <osallou@debian.org>
Thu, 27 Sep 2012 07:40:33 +0000 (07:40 +0000)
committerOlivier Sallou <osallou@debian.org>
Thu, 27 Sep 2012 07:40:33 +0000 (07:40 +0000)
debian/changelog
debian/rules

index 1c627cfdc22b4872c09d20f41cc40fe46cadab24..367e70544656420e160fab56e71609cf819aedeb 100644 (file)
@@ -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 <osallou@debian.org>  Mon, 24 Sep 2012 09:28:29 +0200
 
index 14592a8626930c328bd0acfc858fb43d9f8b8fcc..1b6453e30f9ab946c6b19afe45b336189a7dc27c 100755 (executable)
@@ -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 \