biboumi 7.1-1 source package in Ubuntu

Changelog

biboumi (7.1-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    Closes: Bug#887838. Thanks to W. Martin Borgert.

  [ Jonas Smedegaard ]
  * Update package relations: Build-depend on libpq-dev.
  * Add patch 1001 to tighten shell code.
  * Install sqlite dumb script as example script.

 -- Jonas Smedegaard <email address hidden>  Tue, 23 Jan 2018 11:29:57 +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

Downloads

File Size SHA-256 Checksum
biboumi_7.1-1.dsc 2.0 KiB 8fa6ae45165066ca89d429308fa80097ff4f2a425ba88c4e5f520f5072016882
biboumi_7.1.orig.tar.bz2 132.2 KiB 8069a5123a7ca8629b853ab748b6f24425f08caa5a52e762cf6c2ebad4d7c42c
biboumi_7.1-1.debian.tar.xz 7.7 KiB d04156ccc4b195d2d1852a94e98e66a481e5c22bc6936655f6663fe3d6f70e59

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