upciti / wheel2deb

Python Wheel to Debian package converter
MIT License
48 stars 22 forks source link

Avoid stripping symbols from binaries #36

Closed Woellchen closed 3 months ago

Woellchen commented 2 years ago

Follow-up for #19, same changes, but changes going into main :)

fyhertz commented 2 years ago

Thanks for your contribution!

Lets disable stripping for now. Ultimately this should be an option that can be enabled/disabled on a per wheel basis.

Could you update your commit title to "fix: avoid stripping symbols from binaries". The CI generates a changelog from conventional commits.

Woellchen commented 2 years ago

Hey, I have adjusted the commit :)

fyhertz commented 2 years ago

Thanks! There is a small conflict that needs solving!