X-Git-Url: https://git.toastfreeware.priv.at/debian/mailtextbody.git/blobdiff_plain/5cc1ca14319fd76847f6fa17ddf56caf9a556ed6..cad17c03876937bf9e89cee8326ed2a096c86e25:/debian/control?ds=sidebyside diff --git a/debian/control b/debian/control index b6b65aa..b4b7a02 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,25 @@ Source: mailtextbody +Maintainer: gregor herrmann +Uploaders: tony mancill Section: mail Priority: optional -Maintainer: gregor herrmann -Uploaders: tony mancill -Build-Depends: debhelper (>= 6), 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-Git: https://git.toastfreeware.priv.at/debian/mailtextbody.git +Vcs-Browser: 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.