X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=debian%2Fcontrol;h=f6080865fb7608e24755aca06e94e3e9cce91fbc;hp=e65161bc30aa707f7c062c65f5927f2d361ee21d;hb=2d64e9d38d51c80cc1d23e391f34204434ac73f4;hpb=d03185ba27b01ecbba10eb8aae0e0c7fa02bc8a3 diff --git a/debian/control b/debian/control index e65161b..f608086 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: samtools Section: science Priority: optional -Maintainer: Debian-Med Packaging Team +Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Charles Plessy -Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, zlib1g-dev -Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 8), cdbs, quilt, libncurses5-dev, zlib1g-dev +Standards-Version: 3.9.2 Homepage: http://samtools.sourceforge.net Vcs-Browser: http://git.debian.org/?p=debian-med/samtools.git Vcs-Git: git://git.debian.org/debian-med/samtools.git @@ -13,6 +13,7 @@ Vcs-Git: git://git.debian.org/debian-med/samtools.git Package: samtools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: python Description: processing sequence alignments in SAM and BAM formats Samtools is a set of utilities that manipulate nucleotide sequence alignments in the binary BAM format. It imports from and exports to the ascii SAM @@ -29,4 +30,6 @@ Description: manipulates nucleotide sequence alignments in BAM or SAM format 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.