kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
408 stars 48 forks source link

Add separate debug symobls test for real #83

Closed drbrain closed 1 year ago

drbrain commented 1 year ago

82 got merged before I added the test

I wanted to separate the refactor from adding the test, but started writing them on macOS before I moved over to linux to run the actual test which meant I didn't get all my cleanups in before completing the test.

🙇🏻‍♂️

kornelski commented 1 year ago

Please don't change formatting of unrelated lines. Don't use editors that force rustfmt. I deliberately don't use rustfmt in any of my projects, because it causes too much useless vertical sprawl.

drbrain commented 1 year ago

I removed my changes to formatting and force-pushed for cleaner history.

kornelski commented 1 year ago

Thank you