[med-svn] [htslib] 02/05: More verbose description vor -dev and -test package
Andreas Tille
tille at debian.org
Wed Dec 9 16:05:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/unstable
in repository htslib.
commit 57b6def36eb632fb547a182b7858a08ac88eed94
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 9 16:54:31 2015 +0100
More verbose description vor -dev and -test package
---
debian/changelog | 3 ++-
debian/control | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 090b8d8..b4b7375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ htslib (1.2.1-2) UNRELEASED; urgency=medium
* Team upload
* Enable build on hurd-i386
Closes: #793512
+ * More verbose description vor -dev and -test package
- -- Andreas Tille <tille at debian.org> Wed, 09 Dec 2015 16:40:21 +0100
+ -- Andreas Tille <tille at debian.org> Wed, 09 Dec 2015 16:43:38 +0100
htslib (1.2.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 036f7c1..403f004 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,16 @@ Section: libdevel
Depends: libhts1 (= ${binary:Version}),
${misc:Depends}
Description: Development files for the HTSlib
+ HTSlib is an implementation of a unified C library for accessing common file
+ formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
+ Format), used for high-throughput sequencing data, and is the core library
+ used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
+ compatible with gcc, g++ and clang.
+ .
+ HTSlib implements a generalized BAM (binary SAM) index, with file extension
+ ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
+ new index and then for the old if the new index is absent.
+ .
This package contains development files for the HTSlib: headers, static
library, manual pages, etc.
@@ -44,6 +54,16 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Test data for HTSlib
+ HTSlib is an implementation of a unified C library for accessing common file
+ formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
+ Format), used for high-throughput sequencing data, and is the core library
+ used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
+ compatible with gcc, g++ and clang.
+ .
+ HTSlib implements a generalized BAM (binary SAM) index, with file extension
+ ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
+ new index and then for the old if the new index is absent.
+ .
This package contains test files and scripts for the HTSlib.
Package: tabix
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
More information about the debian-med-commit
mailing list