Imported Debian patch 0.1.5c-1
[samtools.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..0020fc5
--- /dev/null
@@ -0,0 +1,32 @@
+Source: samtools
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Charles Plessy <plessy@debian.org>
+Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, zlib1g-dev
+Standards-Version: 3.8.2
+Homepage: http://samtools.sourceforge.net
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/samtools/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/samtools/trunk/
+
+Package: samtools
+Architecture: any
+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.
+
+Package: libbam-dev
+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 TAM,
+ sorting, merging, generating pileup, and quickly retrieval of reads overlapped
+ with a specified region.