Closed eldesh closed 4 years ago
Thanks. That's a nice feature.
Since you're using regex, maybe extract the arch using regex instead of chopping the string "manually" afterwards?
Thank you for your feedback. I have fixed manual chopping to use regex capture.
Thank you
I added architecture restrictions syntax like below:
For this file, if you build a package like
cargo deb --target=arm-unknown-linux-gnueabihf
, resulting .deb contains onlyfoo
andbuzz
like:Specification strings (e.g.
[i386]
) and dependencies not match to the build target (i.e. arm) are eliminated from cargo-deb.