Author: tille Date: 2012-04-05 06:13:29 +0000 (Thu, 05 Apr 2012) New Revision: 10335
Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/control Log: Restore the accidentially removed control file from Laszlo Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog 2012-04-05 06:11:35 UTC (rev 10334) +++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog 2012-04-05 06:13:29 UTC (rev 10335) @@ -1,3 +1,11 @@ +librg-blast-parser-perl (0.02-2) UNRELEASED; urgency=low + + * debian/control: Restored control file from Laszlo with better + description which I accidentially ignored in the initial + upload + + -- Andreas Tille <[email protected]> Thu, 05 Apr 2012 08:11:48 +0200 + librg-blast-parser-perl (0.02-1) unstable; urgency=low * Initial release in Debian (Closes: #666194) Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/control =================================================================== --- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/control 2012-04-05 06:11:35 UTC (rev 10334) +++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/control 2012-04-05 06:13:29 UTC (rev 10335) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Laszlo Kajan <[email protected]> -Build-Depends: debhelper (>= 7), libextutils-xspp-perl, librostlab-blast0-dev, perl +Build-Depends: debhelper (>= 7), libextutils-xspp-perl, librostlab-blast0-dev (>= 1.0.0-2), perl Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/librg-blast-parser-perl/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/librg-blast-parser-perl/trunk/ @@ -13,7 +13,10 @@ Package: librg-blast-parser-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} -Description: very fast NCBI BLAST parser - binding for perl - This package contains perl binding for a very fast C/C++ library for NCBI - BLAST -m 0 (default) output parsing. BLAST results are returned in a +Description: very fast NCBI BLAST parser - binding for Perl + This package contains Perl binding for a very fast C++ library that parses + the default output of NCBI BLAST programs. BLAST results are returned in a convenient hash structure. + . + Evaluated on a very small test set, this parser is considerably faster + than Zerg::Report from libzerg-perl. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
