biboumi 9.0-5 source package in Ubuntu

Changelog

biboumi (9.0-5) unstable; urgency=medium

  * add patch cherry-picked upstream
    to not use ':' as a namespace separator with expat;
    closes: bug#1006333, thanks to Slavko and Diane Trout
  * unfuzz patches
  * update copyright info:
    + drop superfluous secondary source URI
    + update coverage
  * update git-buildpackage config:
    + use DEP-14 branch names debian/latest upstream/latest
      (not master upstream)
    + add usage comment

 -- Jonas Smedegaard <email address hidden>  Sun, 13 Mar 2022 10:17:55 +0100

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
biboumi_9.0-5.dsc 2.1 KiB ad9e327f4e0e41a7e729a9565383fe23353bec7ab741cf2deb58092ab42e5177
biboumi_9.0.orig.tar.bz2 151.7 KiB 7fe0290d3d0ddfc03161133f2b516564943f5800a6c0f8ad0743c13b7c466b18
biboumi_9.0-5.debian.tar.xz 10.9 KiB d1f9662f3e3fb1999300503b511b86af41474b9f50e73957c2f6adb369fdcfed

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