From 99fc5765db3ceb2780ab1d0e9ab640b85d28cd47 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 23 Dec 2016 23:05:18 -0800 Subject: [PATCH] debian/control: Expand package description --- debian/changelog | 6 ++++++ debian/control | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index deef652..142a36a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dh-cargo (2) UNRELEASED; urgency=medium + + * Update package description with additional documentation. + + -- Josh Triplett Fri, 23 Dec 2016 23:06:17 -0800 + dh-cargo (1) experimental; urgency=medium * Initial Release. diff --git a/debian/control b/debian/control index c91a6c5..3643d68 100644 --- a/debian/control +++ b/debian/control @@ -13,4 +13,9 @@ Architecture: all Depends: cargo (>= 0.14), debhelper (>= 10), ${perl:Depends}, ${misc:Depends} Description: debhelper buildsystem for Rust crates using Cargo dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo. + . + Debian packages can use this buildsystem by passing "--buildsystem cargo" to + dh; doing so allows commands like dh_auto_install and dh_auto_clean to work on + a Cargo package. + . Debian packages generated by debcargo use this buildsystem. -- 2.39.5