X-Git-Url: https://git.toastfreeware.priv.at/debian/mailtextbody.git/blobdiff_plain/8c0217bb38eafbfe51847fecd6a5359c591b22c1..128484c7ce3087a1cc3ffa25f06dd9ac1202fb7f:/debian/control?ds=inline diff --git a/debian/control b/debian/control index b9e7b0d..bd2f149 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,24 @@ Source: mailtextbody +Maintainer: gregor herrmann +Uploaders: tony mancill Section: mail Priority: optional -Maintainer: gregor herrmann -Uploaders: tony mancill -Build-Depends: debhelper (>= 5.0.0), autotools-dev, libmimetic-dev -Standards-Version: 3.7.3 -Homepage: http://www.toastfreeware.priv.at/ -Vcs-Svn: http://svn.toastfreeware.priv.at/debian/mailtextbody/trunk/ -Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/mailtextbody/trunk/ +Build-Depends: debhelper (>= 9), + dh-autoreconf, + libmimetic-dev +Standards-Version: 3.9.4 +Vcs-Browser: https://git.toastfreeware.priv.at/debian/mailtextbody.git +Vcs-Git: https://git.toastfreeware.priv.at/debian/mailtextbody.git +Homepage: https://www.toastfreeware.priv.at/ Package: mailtextbody Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Tool to return the body of an email message +Depends: ${shlibs:Depends}, + ${misc:Depends} +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.