Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F freerdp2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian Remote Packaging Team
  • freerdp2
  • Merge requests
  • !4

Add missed binary version deps to avoid issue in some cases like upgrade to -backports

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Fabio Fantoni requested to merge fantu/freerdp2:fix-backports-deps into master Feb 15, 2021
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

In some cases like upgrade to -backports don't update all deps correctly causing issues. I already had in past, doing for example: sudo apt -t buster-backports install freerdp2-x11 and latest times I workaround it with: sudo apt -t buster-backports install freerdp2-x11 libfreerdp-client2-2 libfreerdp2-2 libwinpr2-2

This commit solve this issue adding binary version dependency on any component (not only for x11 client but also wayland client, server and other components used by other software, for example remmina). Also avoided to add duplicate entries (if already present in other deps of the component)

Closes: #964147

Note: I not tested it, I probably will not have enought time until weekend for do a testing build and test upgrade for all cases

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-backports-deps