diff options
author | louiz’ <louiz@louiz.org> | 2017-02-01 10:04:20 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-02-01 10:04:20 +0100 |
commit | 9b7732dbd5c21ba44fb71b12186050b7825118b6 (patch) | |
tree | 69e89ab6f41f835aacc8950c62d4d03f22007d87 /debian/control | |
parent | 45f7396c8d30ed37570c4ecdaa886388f9beba3e (diff) | |
parent | 8c575094d24d52faa64238d78f849577faaf1bab (diff) | |
download | biboumi-9b7732dbd5c21ba44fb71b12186050b7825118b6.tar.gz biboumi-9b7732dbd5c21ba44fb71b12186050b7825118b6.tar.bz2 biboumi-9b7732dbd5c21ba44fb71b12186050b7825118b6.tar.xz biboumi-9b7732dbd5c21ba44fb71b12186050b7825118b6.zip |
Merge remote-tracking branch 'debian/master' into debian
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..93c3f4f --- /dev/null +++ b/debian/control @@ -0,0 +1,47 @@ +Source: biboumi +Section: net +Priority: optional +Build-Depends: cdbs, + debhelper, + dh-buildinfo, + licensecheck, + cmake, + catch, + uuid-dev, + pandoc, + libexpat1-dev, + libidn11-dev, + libsystemd-dev, + libc-ares-dev, + libbotan1.10-dev +Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org> +Uploaders: Jonas Smedegaard <dr@jones.dk>, + Vasudev Kamath <vasudev@copyninja.info> +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/git/pkg-voip/biboumi.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/biboumi.git +Homepage: https://lab.louiz.org/louiz/biboumi/ + +Package: biboumi +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: XMPP gateway to connect to IRC servers + Biboumi is an XMPP gateway that connects to IRC servers and translates + between the two protocols. It can be used to access IRC channels using + any XMPP client as if these channels were XMPP MUCs. + . + It is written in modern C++14 and makes great efforts to have as little + dependencies and to be as simple as possible. + . + The goal is to provide a way to access most of IRC features using any + XMPP client. It doesn’t however try to provide a complete mapping of + the features of both worlds simply because this is not useful and most + probably impossible. For example all IRC modes are not all + translatable into an XMPP features. Some of them are (like +m (mute) + or +o (operator) modes), but some others are IRC-specific. If IRC is + the limiting factor (for example you cannot have a non-ASCII nickname + on IRC) then biboumi doesn’t try to work around this issue: it just + enforces the rules of the IRC server by telling the user that he/she + must choose an ASCII-only nickname. An important goal is to keep the + software (and its code) light and simple. |