[med-svn] [khmer] 02/05: Add initial attempt at libkhmer packages

Kevin Murray daube-guest at moszumanska.debian.org
Tue Jul 7 09:02:27 UTC 2015


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

daube-guest pushed a commit to branch daube/libkhmerdev
in repository khmer.

commit aeb55acd8d2da73067498e188b89c8f3a82b917f
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Jul 6 18:21:16 2015 +1000

    Add initial attempt at libkhmer packages
---
 debian/control              | 15 ++++++++++++++-
 debian/libkhmer-dev.install |  0
 debian/libkhmer1.install    |  1 +
 debian/rules                |  1 +
 4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3d89f2c..33494b0 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Description: in-memory DNA sequence kmer counting, filtering & graph traversal
  produced by the Illumina platform. khmer takes a k-mer-centric approach to
  sequence analysis, hence the name.
 
-Package: libkhmer-dev
+Package: libkhmer1
 Architecture: any-amd64 any-arm64 any-mips64 any-mips64el any-ia64 ppc64
 Depends: ${misc:Depends},
          ${shlibs:Depends},
@@ -48,4 +48,17 @@ Description: in-memory DNA sequence kmer counting, filtering & graph traversal
  produced by the Illumina platform. khmer takes a k-mer-centric approach to
  sequence analysis, hence the name.
  .
+ This package contains the low-level C++ library
+
+Package: libkhmer-dev
+Architecture: any-amd64 any-arm64 any-mips64 any-mips64el any-ia64 ppc64
+Depends: libkhmer1,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: in-memory DNA sequence kmer counting, filtering & graph traversal
+ khmer is a library and suite of command line tools for working with DNA
+ sequence. It is primarily aimed at short-read sequencing data such as that
+ produced by the Illumina platform. khmer takes a k-mer-centric approach to
+ sequence analysis, hence the name.
+ .
  This package contains the low-level C++ library headers and static archive.
diff --git a/debian/libkhmer-dev.install b/debian/libkhmer-dev.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/libkhmer1.install b/debian/libkhmer1.install
new file mode 100644
index 0000000..2eac1e8
--- /dev/null
+++ b/debian/libkhmer1.install
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libkhmer.so.*       usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/rules b/debian/rules
index 9be7504..aa54bb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_build:
 		./setup.py build_sphinx
 	ronn -r --manual=khmer --organization='Michigan State University' \
 		debian/khmer.1.ronn
+	make clean lib
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

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



More information about the debian-med-commit mailing list