Add metadate to allow fast create .deb package with "cargo deb" command

pull/904/merge
Igor Velkov 2025-11-20 01:17:23 +07:00 committed by Wilfred Hughes
parent 5936671d5f
commit f99af4968a
1 changed files with 10 additions and 0 deletions

@ -151,4 +151,14 @@ lto = "thin"
name = "difft"
path = "src/main.rs"
[package.metadata.deb]
depends = "$auto"
section = "utility"
priority = "optional"
assets = [
"$auto",
[ "difft.1", "usr/share/man/man1/", "644" ],
[ "CHANGELOG.md", "usr/share/doc/difftastic/", "644" ],
]
[features]