Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate dependencies for referenced shared libs #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 10, 2022

  1. fix: generate dependencies for shared libs

    When packaging python packages that contain shared libraries, they
    usually link against other external shared libraries. This creates a
    runtime dependency on other Debian packages.
    This change will scan all libraries for such dependencies and
    generate the Debian package dependencies for them.
    Woellchen committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ee524d4 View commit details
    Browse the repository at this point in the history