X-Git-Url: https://git.toastfreeware.priv.at/debian/mailtextbody.git/blobdiff_plain/506a615e1edc79a66f5f39b080df9c64afc46a6e..96e31bda79c8560086c43c8c6e4176cc071f3723:/debian/control diff --git a/debian/control b/debian/control index cdaa940..a7aefa2 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: mail Priority: optional Maintainer: gregor herrmann Uploaders: tony mancill -Build-Depends: debhelper (>= 6), autotools-dev, libmimetic-dev -Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 9), autotools-dev, libmimetic-dev +Standards-Version: 3.9.4 Homepage: http://www.toastfreeware.priv.at/ Vcs-Git: git://git.toastfreeware.priv.at/debian/mailtextbody.git Vcs-Browser: http://git.toastfreeware.priv.at/debian/mailtextbody.git/ @@ -12,12 +12,11 @@ Vcs-Browser: http://git.toastfreeware.priv.at/debian/mailtextbody.git/ Package: mailtextbody Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Tool to return the body of an email message +Description: tool to return the body of an email message Mailtextbody reads a complete email message on stdin and returns the body - on standard out. -- Technically speaking it returns the decoded first - text/plain MIME part of any however nested MIME message or just the body of - a non-MIME message otherwise. + on stdout. Technically speaking, it returns the first decoded text/plain + MIME part of any (however nested) MIME message or just the body of a + non-MIME message otherwise. . - Mailtextbody can therefore easily be included in other tools using - pipes. + Mailtextbody can easily be included in other tools using pipes.