[med-svn] r3787 - trunk/packages/samtools/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Tue Aug 18 11:55:05 UTC 2009
Author: plessy
Date: 2009-08-18 11:55:04 +0000 (Tue, 18 Aug 2009)
New Revision: 3787
Modified:
trunk/packages/samtools/trunk/debian/changelog
trunk/packages/samtools/trunk/debian/control
Log:
Small corrections to the description from upstream.
Modified: trunk/packages/samtools/trunk/debian/changelog
===================================================================
--- trunk/packages/samtools/trunk/debian/changelog 2009-08-18 06:36:29 UTC (rev 3786)
+++ trunk/packages/samtools/trunk/debian/changelog 2009-08-18 11:55:04 UTC (rev 3787)
@@ -1,3 +1,9 @@
+samtools (0.1.5c-2) UNRELEASED; urgency=low
+
+ * Small corrections to the description from upstream.
+
+ -- Charles Plessy <plessy at debian.org> Tue, 18 Aug 2009 20:10:22 +0900
+
samtools (0.1.5c-1) unstable; urgency=low
* Initial release (Closes: #540453)
Modified: trunk/packages/samtools/trunk/debian/control
===================================================================
--- trunk/packages/samtools/trunk/debian/control 2009-08-18 06:36:29 UTC (rev 3786)
+++ trunk/packages/samtools/trunk/debian/control 2009-08-18 11:55:04 UTC (rev 3787)
@@ -15,10 +15,10 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: processing sequence alignments in SAM and BAM formats
Samtools is a set of utilities that manipulate nucleotide sequence alignments
- in the BAM format. It imports from and exports to the SAM (Sequence
- Alignment/Map) format, does sorting, merging and indexing, and allows to
- retrieve reads in any regions swiftly. It is designed to work on a stream, and
- is able to open a BAM (not SAM) file on a remote FTP server.
+ in the binary BAM format. It imports from and exports to the ascii SAM
+ (Sequence Alignment/Map) format, does sorting, merging and indexing, and allows
+ to retrieve reads in any regions swiftly. It is designed to work on a stream,
+ and is able to open a BAM (not SAM) file on a remote FTP server.
Package: libbam-dev
Architecture: any
@@ -27,6 +27,6 @@
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 TAM,
+ 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.
More information about the debian-med-commit
mailing list