[med-svn] [libvcflib] 04/04: Install tools in separate package
Andreas Tille
tille at debian.org
Thu Jul 7 23:24:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libvcflib.
commit 7b9180839938b787949352f44a458e763eeaef49
Author: Andreas Tille <tille at debian.org>
Date: Fri Jul 8 01:16:44 2016 +0200
Install tools in separate package
---
debian/control | 21 +++++++++++++++++++++
debian/libvcflib-tools.install | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/control b/debian/control
index d2c4122..eac9c03 100644
--- a/debian/control
+++ b/debian/control
@@ -55,3 +55,24 @@ Description: C++ library for parsing and manipulating VCF files (development)
manipulations on VCF files.
.
This package contains the static library and the header files.
+
+Package: libvcflib-tools
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: C++ library for parsing and manipulating VCF files (tools)
+ The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
+ intended to concisely describe reference-indexed variations between
+ individuals. VCF provides a common interchange format for the description of
+ variation in individuals and populations of samples, and has become the defacto
+ standard reporting format for a wide array of genomic variant detectors.
+ .
+ vcflib provides methods to manipulate and interpret sequence variation as it
+ can be described by VCF. It is both:
+ .
+ * an API for parsing and operating on records of genomic variation as it can
+ be described by the VCF format,
+ * and a collection of command-line utilities for executing complex
+ manipulations on VCF files.
+ .
+ This package contains several tools using the library.
diff --git a/debian/libvcflib-tools.install b/debian/libvcflib-tools.install
new file mode 100644
index 0000000..0b02e87
--- /dev/null
+++ b/debian/libvcflib-tools.install
@@ -0,0 +1 @@
+bin usr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git
More information about the debian-med-commit
mailing list