This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository bamtools.
commit 6e92fc564b88f4d81523a61b76334ed9fe39174b Author: Andreas Tille <[email protected]> Date: Sun Mar 15 07:13:56 2015 +0100 Fix some issues in formatting of long descriptions --- debian/changelog | 5 ++++- debian/control | 40 ++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7005f2c..de27857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ bamtools (2.3.0+dfsg-3) UNRELEASED; urgency=medium [ Andreas Tille ] * Install cmake file + * Fix some issues in formatting of long descriptions (thanks for the patch + to Daniele Forsi <[email protected]>) + Closes: #780437 - -- Michael R. Crusoe <[email protected]> Wed, 18 Feb 2015 21:55:24 -0500 + -- Andreas Tille <[email protected]> Sun, 15 Mar 2015 07:10:21 +0100 bamtools (2.3.0+dfsg-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 40a0f15..f4256b7 100644 --- a/debian/control +++ b/debian/control @@ -29,24 +29,24 @@ Description: toolkit for manipulating BAM (genome alignment) files BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . - This is the bamtools command-line toolkit + This is the bamtools command-line toolkit. . Available bamtools commands: - convert Converts between BAM and a number of other formats - count Prints number of alignments in BAM file(s) - coverage Prints coverage statistics from the input BAM file - filter Filters BAM file(s) by user-specified criteria - header Prints BAM header information - index Generates index for BAM file - merge Merge multiple BAM files into single file - random Select random alignments from existing BAM file(s), intended more as - a testing tool. - resolve Resolves paired-end reads (marking the IsProperPair flag as needed) - revert Removes duplicate marks and restores original base qualities - sort Sorts the BAM file according to some criteria - split Splits a BAM file on user-specified property, creating a new BAM - output file for each value found - stats Prints some basic statistics from input BAM file(s) + convert Converts between BAM and a number of other formats + count Prints number of alignments in BAM file(s) + coverage Prints coverage statistics from the input BAM file + filter Filters BAM file(s) by user-specified criteria + header Prints BAM header information + index Generates index for BAM file + merge Merge multiple BAM files into single file + random Select random alignments from existing BAM file(s), intended more + as a testing tool. + resolve Resolves paired-end reads (marking the IsProperPair flag as needed) + revert Removes duplicate marks and restores original base qualities + sort Sorts the BAM file according to some criteria + split Splits a BAM file on user-specified property, creating a new BAM + output file for each value found + stats Prints some basic statistics from input BAM file(s) Package: libbamtools-dev Architecture: any @@ -54,7 +54,7 @@ Section: libdevel Depends: libbamtools2.3.0 (= ${binary:Version}), ${misc:Depends} Description: C++ API for manipulating BAM (genome alignment) files - BamTools facilitates research analysis and data management using BAM + BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly @@ -63,14 +63,14 @@ Description: C++ API for manipulating BAM (genome alignment) files BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . - This is the developers API package + This is the developers API package. Package: libbamtools2.3.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Description: dynnamic library for manipulating BAM (genome alignment) files +Description: dynamic library for manipulating BAM (genome alignment) files BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary @@ -80,4 +80,4 @@ Description: dynnamic library for manipulating BAM (genome alignment) files BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . - This is the runtime library + This is the runtime library. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
