cargo-bundle icon indicating copy to clipboard operation
cargo-bundle copied to clipboard

fix deb description + add Source field

Open wiiznokes opened this issue 7 months ago • 3 comments

I think format will fail because long description is not used anymore, but could be use elsewhere

wiiznokes avatar Nov 14 '23 18:11 wiiznokes

Do you have a link indicating that long descriptions are no longer used in deb packages? The multiline portion of Description still seems to be listed here: https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-description

mdsteele avatar Nov 24 '23 13:11 mdsteele

Do you have a link indicating that long descriptions are no longer used in deb packages? The multiline portion of Description still seems to be listed here: https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-description

Yes your right, mb

wiiznokes avatar Dec 09 '23 10:12 wiiznokes

I added long description again, it no longer write (none) when empty because it's not necessary. I also added the command to install the crate when using a custom local version in the read me.

What do you think about testing the generate_control_file function? I told myself that it would be more easily testable if it returned a String, which we could compare with a file or a string defined in rust.

Let me know if your interesting by a pr like that

wiiznokes avatar Dec 09 '23 11:12 wiiznokes