Reformat debian/control with cme
[debian/mailtextbody.git] / debian / control
index b9e7b0dd8ac0bb08cc2157602b95cd621d6cd126..bd2f149870744f89c3b8f4170976699cb2987882 100644 (file)
@@ -1,23 +1,24 @@
 Source: mailtextbody
 Source: mailtextbody
+Maintainer: gregor herrmann <gregoa@debian.org>
+Uploaders: tony mancill <tmancill@debian.org>
 Section: mail
 Priority: optional
 Section: mail
 Priority: optional
-Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
-Uploaders: tony mancill <tmancill@debian.org>
-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
 
 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
  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
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.