Add and install README.Debian

This file documents how the packaging is organized and how to
configure and use it.  It also details what the default deployment
is like.
This commit is contained in:
Paul van Tilburg 2020-11-13 20:50:58 +01:00
parent f72554de10
commit 1b4a79d47c
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D
2 changed files with 30 additions and 0 deletions

View file

@ -86,6 +86,7 @@ section = "net"
priority = "optional"
assets = [
["debian/env.local", "etc/matrix-conduit/local", "644"],
["debian/README.Debian", "usr/share/doc/matrix-conduit/", "644"],
["README.md", "usr/share/doc/matrix-conduit/", "644"],
["target/release/conduit", "usr/sbin/matrix-conduit", "755"],
]