[med-svn] [Git][med-team/pbseqlib][master] 5 commits: Install pkg-config file for libblasr

Andreas Tille gitlab at salsa.debian.org
Wed Oct 24 15:49:25 BST 2018


Andreas Tille pushed to branch master at Debian Med / pbseqlib


Commits:
98e4d2a6 by Andreas Tille at 2018-10-24T11:50:14Z
Install pkg-config file for libblasr

- - - - -
e01fcecc by Andreas Tille at 2018-10-24T12:41:01Z
/usr/include is sufficient, subdirs will be specified in individual inlcude statements

- - - - -
cd068556 by Andreas Tille at 2018-10-24T12:58:25Z
Add missing Depends

- - - - -
15c44a81 by Andreas Tille at 2018-10-24T13:27:34Z
Finally we seem to need  -I${includedir}/pbseq

- - - - -
81a1aa92 by Andreas Tille at 2018-10-24T14:11:49Z
Adjust dependencies

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/libblasr-dev.install
- + debian/libblasr.pc
- debian/libpbdata-dev.install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pbseqlib (5.3.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Install pkg-config file for libblasr
+
+ -- Andreas Tille <tille at debian.org>  Wed, 24 Oct 2018 10:12:31 +0200
+
 pbseqlib (5.3.1+dfsg-1) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/control
=====================================
@@ -76,6 +76,7 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libpbihdf (= ${binary:Version}),
+         libhdf5-dev,
          ${misc:Depends}
 Description: tools for handling PacBio hdf5 files (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
@@ -104,6 +105,7 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libblasr (= ${binary:Version}),
+         libpbdata-dev (= ${binary:Version}),
          ${misc:Depends}
 Description: tools for aligning PacBio reads to target sequences (development files)
  Blasr_libcpp is a library used by blasr and other executables such as


=====================================
debian/libblasr-dev.install
=====================================
@@ -1,2 +1,3 @@
 #!/usr/bin/dh-exec
 alignment/libblasr.a	usr/lib/${DEB_HOST_MULTIARCH}
+debian/*.pc             usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig


=====================================
debian/libblasr.pc
=====================================
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=/usr/include
+
+Name: libblasr
+URL: https://github.com/PacificBiosciences/blasr_libcpp
+Description: tools for aligning PacBio reads to target sequences
+Version: 5.3.1
+Libs: -lblasr
+Cflags: -I${includedir}/pbseq -I${includedir}/pbseq/pbdata/


=====================================
debian/libpbdata-dev.install
=====================================
@@ -1,2 +1,2 @@
 #!/usr/bin/dh-exec
-pbdata/libpbdata.a usr/lib/${DEB_HOST_MULTIARCH}
+pbdata/libpbdata.a	usr/lib/${DEB_HOST_MULTIARCH}



View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/compare/077a8e8c5e87f7986d34fc96f205fcbf82d9f588...81a1aa926e36beb52efc692d42d8a2764b929b6f

-- 
View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/compare/077a8e8c5e87f7986d34fc96f205fcbf82d9f588...81a1aa926e36beb52efc692d42d8a2764b929b6f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181024/32319b7b/attachment-0001.html>


More information about the debian-med-commit mailing list