[med-svn] [ncbi-vdb] 07/10: Create additional binary package libncbi-wvdb
Andreas Tille
tille at debian.org
Thu Jul 21 15:44:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ncbi-vdb.
commit 5b1c6d1be41e5c61c2709812e3ff9dcbe1c848bb
Author: Andreas Tille <tille at debian.org>
Date: Thu Jul 21 15:12:26 2016 +0200
Create additional binary package libncbi-wvdb
---
debian/control | 36 +++++++++++++++++++++++++++++++++++-
debian/rules | 6 +++++-
2 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8f80d49..301723a 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,8 @@ Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libncbi-vdb2 (= ${binary:Version}),
- libkdf5-dev (= ${binary:Version})
+ libkdf5-dev (= ${binary:Version}),
+ libncbi-wvdb-dev (= ${binary:Version})
Description: libraries for using data in the INSDC Sequence Read Archives (devel)
Much of the data submitted these days, for example in BAM, Illumina
export.txt, and Complete Genomics formats, contain alignment
@@ -95,3 +96,36 @@ Description: hdf5 access to data in the INSDC Sequence Read Archives (devel)
to the Hierarchical Data Format 5 (HDF5).
.
This is the development package.
+
+Package: libncbi-wvdb2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: wvdb modul ncbi-vdb library
+ NGS is a new, domain-specific API for accessing reads, alignments and
+ pileups produced from Next Generation Sequencing. The API itself is
+ independent from any particular back-end implementation, and supports
+ use of multiple back-ends simultaneously. It also provides a library for
+ building new back-end "engines". The engine for accessing SRA data is
+ contained within the sister repository ncbi-vdb.
+ .
+ This library is part of the ncbi-vdb package.
+
+Package: libncbi-wvdb-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libncbi-wvdb2 (= ${binary:Version}),
+Description: wvdb modul ncbi-vdb library (devel)
+ NGS is a new, domain-specific API for accessing reads, alignments and
+ pileups produced from Next Generation Sequencing. The API itself is
+ independent from any particular back-end implementation, and supports
+ use of multiple back-ends simultaneously. It also provides a library for
+ building new back-end "engines". The engine for accessing SRA data is
+ contained within the sister repository ncbi-vdb.
+ .
+ This library is part of the ncbi-vdb package.
+ .
+ This is the development package.
diff --git a/debian/rules b/debian/rules
index 824f5c2..f089597 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,6 @@ override_dh_auto_install:
--devunversioned \
--exclude-la \
--movedev debian/tmp/usr/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)/dbg/lib/libncbi-ngs-c++.a usr/lib/$(BUILDTYPE) \
- --movedev debian/tmp/usr/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)/dbg/lib/libncbi-wvdb.a usr/lib/$(BUILDTYPE) \
--movedev debian/tmp/usr/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)/dbg/ilib/libkapp.a usr/lib/$(BUILDTYPE) \
--movedev interfaces/ngs/ncbi/NGS.hpp usr/include/$(DEBPKGNAME) \
--movedev interfaces/kapp usr/include \
@@ -68,3 +67,8 @@ override_dh_auto_install:
--exclude-la \
--override s/libhdf5_serial10-dev/libhdf5-dev/ \
debian/tmp/usr/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)/dbg/lib/libkdf5.so
+ d-shlibmove --commit \
+ --multiarch \
+ --devunversioned \
+ --exclude-la \
+ debian/tmp/usr/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)/dbg/lib/libncbi-wvdb.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git
More information about the debian-med-commit
mailing list