[med-svn] [consensuscore] 08/13: Add binary package for C++ headers and static library

Afif Elghraoui afif at moszumanska.debian.org
Sun Jul 3 10:08:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository consensuscore.

commit 13b7a1176b7f1c6ba7739d75f2ff7ff96ce587dd
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Jul 3 01:31:40 2016 -0700

    Add binary package for C++ headers and static library
    
    Closes: #828837
---
 debian/control                      | 15 +++++++++++++++
 debian/libconsensuscore-dev.install |  3 +++
 2 files changed, 18 insertions(+)

diff --git a/debian/control b/debian/control
index 0b37c6b..b37a0b8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Afif Elghraoui <afif at debian.org>
 Build-Depends:
 	debhelper (>= 9),
 	dh-python,
+	dh-exec,
 	libboost-dev,
 	swig,
 # Python2
@@ -21,6 +22,20 @@ Homepage: https://github.com/PacificBiosciences/ConsensusCore
 Vcs-Git: git://anonscm.debian.org/debian-med/python-pbconsensuscore.git
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-pbconsensuscore.git
 
+Package: libconsensuscore-dev
+Section: libdevel
+Architecture: any-amd64 any-i386
+Depends:
+	${shlibs:Depends},
+	${misc:Depends},
+Description: algorithms for Pacific Biosciences multiple sequence consensus -- development files
+ ConsensusCore is a library of C++ algorithms for PacBio multiple sequence
+ consensus that powers Quiver (Python) and ConsensusTools (.NET). This library
+ primarily exists as the backend for GenomicConsensus, which implements Quiver.
+ .
+ This package is part of the SMRT Analysis suite.
+ It provides the header files and static library.
+
 Package: python-pbconsensuscore
 Section: python
 Architecture: any-amd64 any-i386
diff --git a/debian/libconsensuscore-dev.install b/debian/libconsensuscore-dev.install
new file mode 100755
index 0000000..92e3c26
--- /dev/null
+++ b/debian/libconsensuscore-dev.install
@@ -0,0 +1,3 @@
+#!/usr/bin/dh-exec
+include	/usr
+build/C++/libConsensusCore.a	/usr/lib/${DEB_HOST_MULTIARCH}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/consensuscore.git



More information about the debian-med-commit mailing list