Package: src:bamtools
Severity: minor
Tags: patch

Dear Maintainer,

the list of available bamtools commands in the description of the package is 
reflown as you can see at
https://packages.debian.org/en/sid/bamtools
because the lines do not start with an additional space as per
https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description

The attached patch fixes the indent by adding the space, removes a trailing 
space from another line, fixes a typo and adds full stops at the end of 3 lines.

thanks,
Daniele
--- debian/control.orig	2014-06-30 10:01:05.000000000 +0200
+++ debian/control	2015-03-13 21:46:19.269129650 +0100
@@ -29,24 +29,24 @@
  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 @@
 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 @@
  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 @@
  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.

Reply via email to