[med-svn] [hmmer2] 01/06: Create additional libhmmer2-dev package containing headers and static library
Andreas Tille
tille at debian.org
Thu Apr 13 07:15:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hmmer2.
commit 6ce886d69101fb4d3930e2f10de6eca9054da3dc
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 12 14:37:32 2017 +0200
Create additional libhmmer2-dev package containing headers and static library
---
debian/control | 21 ++++++++++++++++++++-
debian/libhmmer2-dev.install | 8 ++++++++
debian/pkgconfig/libhmmer2.pc | 10 ++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 7a805da..82cec57 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9),
autotools-dev,
libperl4-corelibs-perl,
libsquid-dev,
- pkg-config
+ pkg-config,
+ dh-exec
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/debian-med/hmmer2.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/hmmer2.git
@@ -68,3 +69,21 @@ Description: profile hidden Markov models for protein sequence analysis (docs)
sequence family.
.
This package contains documents and example files for the hmmer2 package.
+
+Package: libhmmer2-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: profile hidden Markov models for protein sequence analysis (devel)
+ HMMER is an implementation of profile hidden Markov model methods for
+ sensitive searches of biological sequence databases using multiple sequence
+ alignments as queries.
+ .
+ Given a multiple sequence alignment as input, HMMER builds a statistical
+ model called a "hidden Markov model" which can then be used as a query into
+ a sequence database to find (and/or align) additional homologues of the
+ sequence family.
+ .
+ This package contains header files and static library that can be used to
+ link against libhmmer.
diff --git a/debian/libhmmer2-dev.install b/debian/libhmmer2-dev.install
new file mode 100755
index 0000000..aa8798f
--- /dev/null
+++ b/debian/libhmmer2-dev.install
@@ -0,0 +1,8 @@
+#! /usr/bin/dh-exec
+src/config.h usr/include/hmmer2
+src/funcs.h usr/include/hmmer2
+src/globals.h usr/include/hmmer2
+src/postprob.h usr/include/hmmer2
+src/structs.h usr/include/hmmer2
+src/libhmmer.a usr/lib/${DEB_HOST_MULTIARCH}
+debian/pkgconfig usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/pkgconfig/libhmmer2.pc b/debian/pkgconfig/libhmmer2.pc
new file mode 100644
index 0000000..d7d9570
--- /dev/null
+++ b/debian/pkgconfig/libhmmer2.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib/x86_64-linux-gnu
+includedir=${prefix}/include/hmmer2
+
+Name: libhmmer2
+Version: 2.3.2
+Description: profile hidden Markov models for protein sequence analysis
+Libs: -L${libdir} -lhmmer
+Cflags: -I${includedir}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer2.git
More information about the debian-med-commit
mailing list