Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F fontconfig
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • FreedesktopFreedesktop
  • fontconfig
  • Merge requests
  • !8

fontconfig-config: Drop unnecessary ucf dependency

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon McVittie (Collabora) requested to merge smcv-guest/fontconfig:bug915114 into master Jul 08, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Very old versions of this package used ucf to mediate changes to /etc/fonts/local.conf, but since etch (2007), the only use of ucf has been to remove all record of /etc/fonts/local.conf when purged. That use of ucf is guarded by a check for the existence of the executable, and the dependency has no practical effect there, because purging a package from "config files remain" state does not guarantee to have non-Essential dependencies satisfied.

In Steam Runtime containers based on Debian >= 10, this change was sufficient to allow ucf to be dropped altogether, reducing the size of the container image.

Closes: #915114

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bug915114