From 8bfe090cf343700c3cc4ceda15aa41e005578674 Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Mon, 4 Feb 2019 12:11:39 +0100 Subject: [PATCH] add man page to debian package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 38cf4ac..8071cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,6 @@ priority = "optional" assets = [ ["target/release/routinator", "usr/bin/", "755"], ["README.md", "usr/share/doc/routinator/", "644"], + ["doc/routinator.1", "usr/share/man/man1/routinator.1", "644"], ] maintainer-scripts = "debian"