From 786c0dc4715d4e20fb356578ad8070ee1b54d277 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 4 Dec 2018 19:34:00 -0500 Subject: [PATCH] Split description field into short and long descriptions --- debian/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index e885de5..0cf0169 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Depends: ruby | ruby-interpreter, yard, ${shlibs:Depends}, ${misc:Depends} -Description: Puppet Strings generates documentation for Puppet code and - extensions written in Puppet and Ruby. Strings processes code and YARD-style - code comments to create documentation in HTML, Markdown, or JSON formats. +Description: Tool to generate documentation from Puppet code and extensions + Puppet Strings generates documentation for Puppet code and extensions written + in Puppet and Ruby. Strings processes code and YARD-style code comments to + create documentation in HTML, Markdown, or JSON formats.