[med-svn] [pbseqlib] 02/03: Add metapackages depending on all the sub-libraries

Afif Elghraoui afif-guest at moszumanska.debian.org
Wed Nov 11 06:33:06 UTC 2015


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

afif-guest pushed a commit to branch master
in repository pbseqlib.

commit 1126a1e32a31bf29389990d84430b444d1f2e3ac
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Tue Nov 10 22:31:51 2015 -0800

    Add metapackages depending on all the sub-libraries
---
 debian/control | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/debian/control b/debian/control
index 99d8fdf..925fc42 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,36 @@ Homepage: https://github.com/PacificBiosciences/blasr_libcpp
 Vcs-Git: git://anonscm.debian.org/debian-med/pbseqlib.git
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/pbseqlib.git
 
+Package: libpbseq
+Section: metapackages
+Architecture: all
+Depends:
+	${misc:Depends},
+	libpbdata (>= ${source:Version}),
+	libpbihdf (>= ${source:Version}),
+	libblasr  (>= ${source:Version})
+Description: library for analyzing PacBio sequencing data
+ Blasr_libcpp is a library used by blasr and other executables such as
+ samtoh5, loadPulses for analyzing PacBio sequences. This library contains
+ three sub-libraries, including pbdata, hdf and alignment.
+ .
+ This is a metapackage that depends on the pbseqlib component shared libraries.
+
+Package: libpbseq-dev
+Section: libdevel
+Architecture: all
+Depends:
+	${misc:Depends},
+	libpbdata (>= ${source:Version}),
+	libpbihdf (>= ${source:Version}),
+	libblasr  (>= ${source:Version})
+Description: library for analyzing PacBio sequencing data (development files)
+ Blasr_libcpp is a library used by blasr and other executables such as
+ samtoh5, loadPulses for analyzing PacBio sequences. This library contains
+ three sub-libraries, including pbdata, hdf and alignment.
+ .
+ This is a metapackage that depends on the pbseqlib component development files.
+
 Package: libpbdata-dev
 Section: libdevel
 Architecture: any

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



More information about the debian-med-commit mailing list