Add depends field
This commit is contained in:
parent
7c3c3f3231
commit
da5317274e
1 changed files with 3 additions and 2 deletions
|
|
@ -42,12 +42,13 @@ structopt = "0.3"
|
|||
lto = true
|
||||
|
||||
[package.metadata.deb]
|
||||
depends = "$auto"
|
||||
license-file = ["LICENSE.md", "4"]
|
||||
assets = [
|
||||
# TODO?
|
||||
# ["assets/man/mosaic.1", "usr/share/man/man1/mosaic.1", "644"],
|
||||
["target/release/mosaic", "usr/bin/mosaic", "755"],
|
||||
["LICENSE.md", "usr/share/doc/mosaic/", "644"],
|
||||
["GOVERNANCE.md", "usr/share/doc/mosaic/", "644"],
|
||||
["GOVERNANCE.md", "usr/share/doc/mosaic/GOVERNANCE.md", "644"],
|
||||
["README.md", "usr/share/doc/mosaic/README", "644"],
|
||||
["assets/layouts/*", "/usr/share/mosaic/layouts/", "644"],
|
||||
["assets/plugins/*", "/usr/share/mosaic/plugins/", "644"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue