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

Add example for skipping all shared libraries #325

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

jwmullally
Copy link
Contributor

When "Architecture: any" is set in debian/control, and Python packages with binary shared libraries are installed, dh_strip and dh_shlibdeps can fail or corrupt shared libraries in those packages.

The documentation already includes an example for skipping libraries individually, this change adds an example to skip everything under "site-packages".


I don't know if this is correct, but it seems to work OK for me with packages build and installed under the same arch and Debian version.

Thanks for the great project.

When "Architecture: any" is set in debian/control, dh_strip and dh_shlibdeps can fail or corrupt shared libraries in packages.

The documentation already includes an example for skipping libraries individually, this change adds an example to skip everything under "site-packages".
@jwmullally
Copy link
Contributor Author

Example issues: #150 #203 #273

@nailor
Copy link
Collaborator

nailor commented Apr 12, 2021

It should work, thanks for the contribution!

@nailor nailor merged commit 2dc9357 into spotify:master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants