Update debian package information
This commit is contained in:
parent
f640a174f3
commit
acfb4a97d1
1 changed files with 3 additions and 3 deletions
|
@ -48,14 +48,14 @@ warp = { version = "0.3.2", features = ["compression", "tls", "websocket"] }
|
|||
[package.metadata.deb]
|
||||
maintainer-scripts = "pkg/deb/"
|
||||
maintainer = "Tobie Morgan Hitchcock <tobie@surrealdb.com>"
|
||||
copyright = "2022, SurrealDB Ltd."
|
||||
copyright = "SurrealDB Ltd. 2022"
|
||||
systemd-units = { enable = true }
|
||||
depends = "$auto"
|
||||
section = "utility"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
["target/release/surreal", "usr/share/surreal/surreal", "755"],
|
||||
["pkg/deb/README", "usr/share/surreal/README", "644"],
|
||||
["target/release/surreal", "usr/share/surrealdb/surreal", "755"],
|
||||
["pkg/deb/README", "usr/share/surrealdb/README", "644"],
|
||||
]
|
||||
extended-description = "A scalable, distributed, collaborative, document-graph database, for the realtime web."
|
||||
license-file = ["LICENSE", "4"]
|
||||
|
|
Loading…
Reference in a new issue