Andreas Tille pushed to branch master at Debian Med / blasr
Commits: bb3de4cf by Andreas Tille at 2018-08-21T19:27:44Z Add todo - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/use_debian_packaged_pblibs.patch Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ blasr (5.3.2-1) UNRELEASED; urgency=medium * Point Vcs fields to salsa.debian.org * Standards-Version: 4.2.0 * Build system switched from cmake to meson + TODO: + Determining dependency 'pbbam' with pkg-config executable '/usr/bin/pkg-config' + Called `/usr/bin/pkg-config --modversion pbbam` -> 1 + meson.build:54:0: ERROR: Native dependency 'pbbam' not found + --> Provide pkg-config file in pbbam -- Andreas Tille <[email protected]> Tue, 21 Aug 2018 16:37:31 +0200 ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ # disable-gtest.patch # cmake-utils.patch +use_debian_packaged_pblibs.patch ===================================== debian/patches/use_debian_packaged_pblibs.patch ===================================== --- /dev/null +++ b/debian/patches/use_debian_packaged_pblibs.patch @@ -0,0 +1,15 @@ +--- a/meson.build ++++ b/meson.build +@@ -51,10 +51,10 @@ blasr_thread_dep = dependency('threads', + blasr_boost_dep = dependency('boost', required : true) + + # pbbam +-blasr_pbbam_dep = dependency('pbbam', fallback : ['pbbam', 'pbbam_dep']) ++blasr_pbbam_dep = dependency('pbbam', required : true) + + # libblasr +-blasr_libblasr_dep = dependency('libblasr', fallback : ['blasr_libcpp', 'libblasr_dep']) ++blasr_libblasr_dep = dependency('libblasr', required : true) + + # zlib + blasr_zlib_dep = dependency('zlib', required : true) View it on GitLab: https://salsa.debian.org/med-team/blasr/commit/bb3de4cf5cabfe1be6fd2af6d8a9411a71d58107 -- View it on GitLab: https://salsa.debian.org/med-team/blasr/commit/bb3de4cf5cabfe1be6fd2af6d8a9411a71d58107 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
