Import Debian changes 1.23-2
[cascardo/sendxmpp.git] / debian / control
index 7ef0daa..263526b 100644 (file)
@@ -1,14 +1,21 @@
 Source: sendxmpp
 Section: net
 Priority: optional
-Maintainer: Guus Sliepen <guus@debian.org>
-Build-Depends: debhelper (>= 9), perl
-Standards-Version: 3.9.3
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper (>= 10), perl
+Standards-Version: 4.0.0
+Homepage: https://github.com/lhost/sendxmpp
 
 Package: sendxmpp
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libnet-xmpp-perl
-Description: commandline XMPP (jabber) utility
- sendxmpp is a perl script to send XMPP (jabber) messages, similar to what
- mail(1) does for mail. XMPP is an open, non-proprietary protocol for instant
- messaging. See www.jabber.org for more information.
+Description: command line XMPP (jabber) utility
+ sendxmpp is a perl script to send text XMPP (jabber) messages, similar
+ to what mail(1) and sendmail(1) does for mail.
+ .
+ sendxmpp is useful for monitoring remote servers (it can warn sending
+ xmpp-messages), and watching VCS commit messages (developers are all
+ connected to a XMPP-chatroom to which messages are sent.
+ .
+ XMPP is an open, non-proprietary protocol for instant messaging. See
+ www.jabber.org for more information.