Add depends field

This commit is contained in:
henil 2021-01-23 11:32:41 +05:30
parent 7c3c3f3231
commit da5317274e

View file

@ -42,12 +42,13 @@ structopt = "0.3"
lto = true lto = true
[package.metadata.deb] [package.metadata.deb]
depends = "$auto"
license-file = ["LICENSE.md", "4"]
assets = [ assets = [
# TODO? # TODO?
# ["assets/man/mosaic.1", "usr/share/man/man1/mosaic.1", "644"], # ["assets/man/mosaic.1", "usr/share/man/man1/mosaic.1", "644"],
["target/release/mosaic", "usr/bin/mosaic", "755"], ["target/release/mosaic", "usr/bin/mosaic", "755"],
["LICENSE.md", "usr/share/doc/mosaic/", "644"], ["GOVERNANCE.md", "usr/share/doc/mosaic/GOVERNANCE.md", "644"],
["GOVERNANCE.md", "usr/share/doc/mosaic/", "644"],
["README.md", "usr/share/doc/mosaic/README", "644"], ["README.md", "usr/share/doc/mosaic/README", "644"],
["assets/layouts/*", "/usr/share/mosaic/layouts/", "644"], ["assets/layouts/*", "/usr/share/mosaic/layouts/", "644"],
["assets/plugins/*", "/usr/share/mosaic/plugins/", "644"], ["assets/plugins/*", "/usr/share/mosaic/plugins/", "644"],