diff --git a/src/markdown/debian/changelog b/src/markdown/debian/changelog index 0f54919..83deef9 100644 --- a/src/markdown/debian/changelog +++ b/src/markdown/debian/changelog @@ -2,5 +2,6 @@ * Package markdown 0.3.0 from crates.io using debcargo 2.4.4 * Fill in copyright + * Add / correct information in control - -- Christopher Hoskin Thu, 20 May 2021 20:25:44 +0100 + -- Christopher Hoskin Wed, 26 May 2021 07:27:51 +0100 diff --git a/src/markdown/debian/debcargo.toml b/src/markdown/debian/debcargo.toml index 2df6b14..199b81c 100644 --- a/src/markdown/debian/debcargo.toml +++ b/src/markdown/debian/debcargo.toml @@ -1,2 +1,19 @@ overlay = "." uploaders = ["Christopher Hoskin "] + +[source] + +homepage = "https://github.com/johannhof/markdown.rs" + +[packages.lib] + +summary = "native Rust library for parsing Markdown and outputting HTML - Rust source code" + +[packages.bin] + +section = "text" +summary = "command line utility for parsing Markdown and outputting HTML" +description = """ +This package provides a command line utility `markdown` which uses the rust +markdown crate to parse a markdown file and output HTML. +"""