Turn README.Debian into a markdown file

It is common to have a markdown file per deployment subdirectory.
Still install it as `README.Debian` to `/usr/share/doc/matrix-conduit`
as per Debian policy.

Also update the link in the main `README.md` file.
This commit is contained in:
Paul van Tilburg 2023-07-23 12:24:37 +02:00
parent 8cf408e966
commit 433dad6ac2
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D
3 changed files with 7 additions and 7 deletions

View file

@ -137,7 +137,7 @@ instead of a server that has high scalability."""
section = "net"
priority = "optional"
assets = [
["debian/README.Debian", "usr/share/doc/matrix-conduit/", "644"],
["debian/README.md", "usr/share/doc/matrix-conduit/README.Debian", "644"],
["README.md", "usr/share/doc/matrix-conduit/", "644"],
["target/release/conduit", "usr/sbin/matrix-conduit", "755"],
]