Update debian package information

This commit is contained in:
Tobie Morgan Hitchcock 2022-09-18 00:29:29 +01:00
parent f640a174f3
commit acfb4a97d1

View file

@ -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"]