Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • debian-xen debian-xen
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Debian Xen TeamDebian Xen Team
  • debian-xendebian-xen
  • Merge requests
  • !15

debian: fix dependency generation for python (Closes: #976597)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Maximilian Engelhardt requested to merge myx/debian-xen:myx/fix_python_dependencies into experimental Oct 24, 2021
  • Overview 1
  • Commits 32
  • Pipelines 2
  • Changes 41

Now that dh-python has been fixed, #976597 can finally be fixed in xen.

With this MR on my test build the dependencies of xen-utils changed from
Depends: libc6 (>= 2.29), libncurses6 (>= 6), libtinfo6 (>= 6), libxencall1, libxenevtchn1, libxengnttab1, libxenmisc4.14, libxenstore3.0 (>= 4.2~), libxentoollog1, libyajl2 (>= 2.0.4), python3, xen-utils-common (>= 4.14.3-1)
to
Depends: libc6 (>= 2.29), libncurses6 (>= 6), libtinfo6 (>= 6), libxencall1, libxenevtchn1, libxengnttab1, libxenmisc4.14, libxenstore3.0 (>= 4.2~), libxentoollog1, libyajl2 (>= 2.0.4), python3:any, python3 (<< 3.10), python3 (>= 3.9~), xen-utils-common (>= 4.14.3-1)

Additionally a /usr/share/python3/runtime.d/xen-utils-4.14.rtupdate file gets automatically added by debhelper as well as well as some hooks in preinst and postrm scripts to handle byte compilation of python source files in /usr/lib/xen-4.14/lib/python.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: myx/fix_python_dependencies