Include Henry's out-of-memory check.
[samtools.git] / debian / control
index 82e03de4c7dc0e086ec35a1fd98b3109263fd01b..8b96cd1bf65d474675ab8b126de6627717107be8 100644 (file)
@@ -25,9 +25,22 @@ Package: libbam-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: manipulates nucleotide sequence alignments in BAM or SAM format 
+Description: manipulates nucleotide sequence alignments in BAM or SAM format
  The BAM library provides I/O and various operations on manipulating nucleotide
  sequence alignments in the BAM (Binary Alignment/Mapping) or SAM (Sequence
  Alignment/Map) format. It now supports importing from or exporting to SAM,
  sorting, merging, generating pileup, and quickly retrieval of reads overlapped
- with a specified region. 
+ with a specified region.
+ .
+ This library is part SAMtools.
+
+Package: libbam1
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: manipulates nucleotide sequence alignments in BAM or SAM format
+ The BAM library provides I/O and various operations on manipulating nucleotide
+ sequence alignments in the BAM (Binary Alignment/Mapping) or SAM (Sequence
+ Alignment/Map) format. It now supports importing from or exporting to SAM,
+ sorting, merging, generating pileup, and quickly retrieval of reads overlapped
+ with a specified region.