Debian Patches

Status for deepin-util-dfm/1.4.3-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-the-generated-pkg-config-metadata.patch Fix the generated pkg-config metadata
The generated .pc files are unusable as shipped:

* "Version: @PROJECT_VERSION@" expands to the empty string, because the
top-level project() call declares no VERSION. pkg-config then refuses
the file with "Package 'dfm6-io' has no Version: field". Use the
VERSION variable that the build already uses for the SONAME instead.
* dfm-search.pc.in lists "Boostsystem" and "Threads" in Requires:, which
are CMake target names, not pkg-config module names; no such .pc files
exist and every lookup of dfm6-search fails.
* Description: and URL: expand to the empty string as well; declare them
in project() so that they carry real values.
* Libs: hardcodes "-l:libdfm6-foo.so.1", which bypasses the linker's
normal library lookup. Use plain "-ldfm6-foo".
Boyuan Yang <byang@debian.org> invalid 2026-08-10

All known versions for source package 'deepin-util-dfm'

Links