[med-svn] [libvcflib] 02/02: Install static library and header files

Andreas Tille tille at debian.org
Thu Jul 7 22:58:09 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 d67fc942322811a5fb8a0bce586fe8e2136eadd8
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 7 21:54:03 2016 +0200

    Install static library and header files
---
 debian/control               | 23 ++++++++++++++++++++++-
 debian/libvcflib-dev.install |  2 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 95aa572..d2c4122 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libvcflib.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/libvcflib.git
 Homepage: https://github.com/ekg/vcflib
 
-Package: libvcflib
+Package: libvcflib0
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -34,3 +34,24 @@ Description: C++ library for parsing and manipulating VCF files
     be described by the VCF format,
   * and a collection of command-line utilities for executing complex
     manipulations on VCF files.
+
+Package: libvcflib-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: C++ library for parsing and manipulating VCF files (development)
+ 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 the static library and the header files.
diff --git a/debian/libvcflib-dev.install b/debian/libvcflib-dev.install
new file mode 100644
index 0000000..253fded
--- /dev/null
+++ b/debian/libvcflib-dev.install
@@ -0,0 +1,2 @@
+lib/*.a		usr/lib
+include/*.h	usr/include/vcflib

-- 
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