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