From: Olivier Sallou Date: Mon, 3 Oct 2011 08:04:09 +0000 (+0000) Subject: add comments regarding bug 642991 and add gene_info_reader to package X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~311 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c110eda57276688452bdd44b0f8a844ba86ca6d8;p=ncbi-blast%2B.git add comments regarding bug 642991 and add gene_info_reader to package --- diff --git a/debian/README.Debian b/debian/README.Debian index 2cd371f6..ff4641b0 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -3,5 +3,8 @@ blast+ for Debian This package does not include the documentation of the software. Documentation is available online. Detail is available: man ncbi-blast+ + Package does not include test binaries nor datatool and projet_tree_builder from upstream. + Those binaries are indeed for internal upstream use, and are of no use nor related to blast+ tool itself + (see Bug #642991 discussion with upstream answers) -- Olivier Sallou Wed, 27 Apr 2011 15:19:59 +0200 diff --git a/debian/changelog b/debian/changelog index 08d923ed..c6d51a97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +ncbi-blast+ (2.2.25-6) unstable; urgency=low + + * debian/control: + - Luca Capello , fix reference to the legacy_blast script (Closes: #642986). + + add a new line to separate the actual description from usage + instruction in the long Description:. + * debian/rules: add gene_info_reader binary in package + + -- Olivier Sallou Fri, 30 Sep 2011 12:31:05 -0400 + ncbi-blast+ (2.2.25-5) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index db7b2bae..5ee3ae9d 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Multi-Arch: foreign Description: NCBI Blast legacy call script This package adds some fake scripts to call NCBI+ programs with the NCBI blast command line. It makes use of the - legacy_blast.pl script in ncbi-blast+ package. + legacy_blast script in ncbi-blast+ package. + . To use those scripts, /usr/share/ncbi-blast+/bin must be added to the PATH. diff --git a/debian/rules b/debian/rules index fe7e5d72..faf4f4f9 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ override_dh_install: $(instroot)/bin/windowmasker_2.2.22_adapter # Clean up tests, demos, and internal build tools rm -f $(instroot)/bin/*test* $(instroot)/bin/seqdb_demo \ - $(instroot)/bin/gene_info_reader $(instroot)/bin/datatool \ + $(instroot)/bin/datatool \ $(instroot)/bin/project_tree_builder \ $(instroot)/lib/ncbi-blast+/libtest_*.so