biboumi 6.1-1 source package in Ubuntu

Changelog

biboumi (6.1-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Fix update list of cmake files in the public-domain.
      Closes: Bug#877536. Thanks to Florent Le Coz <email address hidden>.
  * Build with user/group _biboumi, and create account in postinst:
    Newly enabled SQlite support requires a real home.
    Closes: 877533. Thanks to Vasudev Kamath and Florent Le Coz.

 -- Jonas Smedegaard <email address hidden>  Wed, 04 Oct 2017 23:58:22 +0200

Upload details

Uploaded by:
Debian VoIP Team
Uploaded to:
Sid
Original maintainer:
Debian VoIP Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
biboumi_6.1-1.dsc 2.0 KiB 69c595876780f237c09396c3c7c77e05d0bdaf38fc2448816b48deaba8e60dda
biboumi_6.1.orig.tar.bz2 127.6 KiB ae7941c8c8c34c726b27e6fb51ae05d5dc5ce5ee43ba3d8b510a12543f824610
biboumi_6.1-1.debian.tar.xz 7.0 KiB 85f688c48a6f4715bb5c9824735fddbcdbadb3f5903caff6faee680e83ba94e9

Available diffs

No changes file available.

Binary packages built by this source

biboumi: 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.

biboumi-dbgsym: debug symbols for biboumi