On 19/05/2021 16:44, Mattia Rizzolo wrote:
Source: harfbuzz
Version: 2.7.4-1
Severity: wishlist
Dear maintainer,
I'm packaging the latest scribus 1.5.7, and they have added an
(optional) dependency on harfbuzz-subset.
+# OpenType subsetting support
+pkg_check_modules(HARFBUZZ_SUBSET harfbuzz-subset>=2.4.0)
+if (HARFBUZZ_SUBSET_FOUND)
+ message("Harfbuzz subset library Found OK")
+ set (HAVE_HARFBUZZ_SUBSET ON)
+endif()
Looking, it seems that you are explicitly not packaging it:
override_dh_install:
dh_install --exclude=subset
Could you please consider including it in the Debian packaging?
It's not packaged because the API was (maybe still is) unstable. From the NEWS
file:
| Overview of changes leading to 1.7.6
| Wednesday, March 7, 2018
| - New experimental harfbuzz-subset library. All of hb-subset.h
| is experimental right now and API WILL change.
|
| Overview of changes leading to 1.7.7
| Tuesday, June 5, 2018
| - Significant libharfbuzz-subset changes. API subject to change.
I think we can package it, as hopefully the API is (somewhat) stable now and we
don't need transitions without SONAME changes (and with conflicting, renamed
packages).
MRs welcome.
Cheers,
Emilio