[med-svn] r10309 - trunk/packages/rostlab/librostlab-blast/trunk/debian

Laszlo Kajan lkajan-guest at alioth.debian.org
Wed Apr 4 09:50:52 UTC 2012


Author: lkajan-guest
Date: 2012-04-04 09:50:52 +0000 (Wed, 04 Apr 2012)
New Revision: 10309

Modified:
   trunk/packages/rostlab/librostlab-blast/trunk/debian/changelog
   trunk/packages/rostlab/librostlab-blast/trunk/debian/control
Log:
Mention libzerg in package description.

Modified: trunk/packages/rostlab/librostlab-blast/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/librostlab-blast/trunk/debian/changelog	2012-04-04 09:08:13 UTC (rev 10308)
+++ trunk/packages/rostlab/librostlab-blast/trunk/debian/changelog	2012-04-04 09:50:52 UTC (rev 10309)
@@ -1,6 +1,7 @@
 librostlab-blast (1.0.0-2) unstable; urgency=low
 
   * Added missing librostlab3-dev dependency to librostlab-blast0-dev. 
+  * Mention libzerg in package description.
 
  -- Laszlo Kajan <lkajan at rostlab.org>  Wed, 04 Apr 2012 10:57:21 +0200
 

Modified: trunk/packages/rostlab/librostlab-blast/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/librostlab-blast/trunk/debian/control	2012-04-04 09:08:13 UTC (rev 10308)
+++ trunk/packages/rostlab/librostlab-blast/trunk/debian/control	2012-04-04 09:50:52 UTC (rev 10309)
@@ -13,10 +13,15 @@
 Package: librostlab-blast0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: very fast C++ library for parsing NCBI BLAST output
- This package provides a very fast library for parsing the NCBI BLAST default
- (-m 0) output.
+Description: very fast C++ library for parsing the output of NCBI BLAST programs
+ This package provides a very fast library for parsing the default output of
+ NCBI BLAST programs into a C++ structure.
  .
+ libzerg is faster, but it provides only lexing (i.e. it only returns pairs
+ of token identifiers and token string values).  librostlab-blast uses a
+ parser generated with bison on top of a flex-generated lexer very similar to
+ that of libzerg.
+ .
  This package contains the shared library.
 
 Package: librostlab-blast0-dev
@@ -25,10 +30,15 @@
 Depends: librostlab-blast0 (= ${binary:Version}), ${misc:Depends}, librostlab3-dev
 Suggests: librostlab-blast-doc
 Provides: librostlab-blast-dev
-Description: very fast C++ library for parsing NCBI BLAST output (development files)
- This package provides a very fast library for parsing the NCBI BLAST default
- (-m 0) output.
+Description: very fast C++ library for parsing the output of NCBI BLAST programs (development files)
+ This package provides a very fast library for parsing the default output of
+ NCBI BLAST programs into a C++ structure.
  .
+ libzerg is faster, but it provides only lexing (i.e. it only returns pairs
+ of token identifiers and token string values).  librostlab-blast uses a
+ parser generated with bison on top of a flex-generated lexer very similar to
+ that of libzerg.
+ .
  This package contains files necessary for developing applications with
  librostlab-blast.
 
@@ -37,11 +47,16 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: librostlab-doc
-Description: very fast C++ library for parsing NCBI BLAST output (library doc)
- This package provides a very fast library for parsing the NCBI BLAST default
- (-m 0) output.
+Description: very fast C++ library for parsing the output of NCBI BLAST output (library doc)
+ This package provides a very fast library for parsing the default output of
+ NCBI BLAST programs into a C++ structure.
  .
- This package contains html documentation.
+ libzerg is faster, but it provides only lexing (i.e. it only returns pairs
+ of token identifiers and token string values).  librostlab-blast uses a
+ parser generated with bison on top of a flex-generated lexer very similar to
+ that of libzerg.
+ .
+ This package contains html and pdf documentation.
 
 Package: librostlab-blast0-dbg
 Architecture: any
@@ -49,7 +64,4 @@
 Priority: extra
 Depends: librostlab-blast0 (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for librostlab-blast
- This package provides a very fast library for parsing the NCBI BLAST default
- (-m 0) output.
- .
  This package provides the detached debug symbols for librostlab-blast.




More information about the debian-med-commit mailing list