[med-svn] [Git][med-team/libblasr][master] 3 commits: pkgconfig is referencing a lib from libhdf5-dev so make sure it is mentioned in Depends
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Mar 10 07:56:13 GMT 2026
Andreas Tille pushed to branch master at Debian Med / libblasr
Commits:
711daf63 by Andreas Tille at 2019-01-13T18:07:00+01:00
pkgconfig is referencing a lib from libhdf5-dev so make sure it is mentioned in Depends
- - - - -
22e88c64 by Andreas Tille at 2019-01-13T18:27:34+01:00
Add versioned Build-Depends libpbbam-dev (>= 0.19.0)
- - - - -
a26a8ed9 by Andreas Tille at 2026-03-10T08:56:11+01:00
Replace pkg-config with pkgconf in Build-Depends
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
libblasr (5.3.1+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #???)
+ * Replace pkg-config with pkgconf in Build-Depends
-- Andreas Tille <tille at debian.org> Thu, 10 Jan 2019 13:10:17 +0100
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
d-shlibs,
meson,
- pkg-config,
+ pkgconf,
libboost-dev,
libhdf5-dev,
libpbbam-dev (>= 0.18.0~),
@@ -40,6 +40,8 @@ Package: libblasr-dev
Architecture: any
Section: libdevel
Depends: libblasr0 (= ${binary:Version}),
+ libhdf5-dev,
+ libpbbam-dev (>= 0.19.0~),
${shlibs:Depends},
${misc:Depends}
Description: Pacific Biosciences library used by blasr (development files)
View it on GitLab: https://salsa.debian.org/med-team/libblasr/-/compare/ec27abf30d241ba712fee05ba9ab78bb6530893d...a26a8ed93c1beaa214dc0a9a3772f036fb41aca6
--
View it on GitLab: https://salsa.debian.org/med-team/libblasr/-/compare/ec27abf30d241ba712fee05ba9ab78bb6530893d...a26a8ed93c1beaa214dc0a9a3772f036fb41aca6
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/20260310/072050bb/attachment-0001.htm>
More information about the debian-med-commit
mailing list