From dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 23 Oct 2016 21:07:16 +0530 Subject: Initial debian packaging. --- debian/control | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..04b3f28 --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: biboumi +Section: net +Priority: optional +Build-Depends: cdbs, + debhelper, + dh-buildinfo, + licensecheck, + uuid-dev, + libexpat1-dev, + libidn11-dev, + libsystemd-dev, + libc-ares-dev +Maintainer: Debian VoIP Team +Uploaders: Vasudev Kamath + Jonas Smedegaard +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 + This package translates between XMPP and IRC protocols. It can be used to + connect to IRC channels using any XMPP client as if these channels were XMPP + MUCs. + . + 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. + . + If IRC is the limiting factor then biboumi doesn’t try to work around this + issue. An important goal of the tool is to keep the software light and simple. \ No newline at end of file -- cgit v1.2.3 From a077b304b27d21bf635ef4f31a2a0447d3b14d11 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 21 Dec 2016 21:24:00 +0100 Subject: Update control file and copyright hints. --- debian/control | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 04b3f28..9d232df 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,16 @@ Build-Depends: cdbs, debhelper, dh-buildinfo, licensecheck, + cmake, + catch, uuid-dev, + pandoc, libexpat1-dev, libidn11-dev, libsystemd-dev, - libc-ares-dev + libc-ares, + -dev, + libbotan1.10-dev Maintainer: Debian VoIP Team Uploaders: Vasudev Kamath Jonas Smedegaard @@ -22,13 +27,21 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: XMPP gateway to connect to IRC servers - This package translates between XMPP and IRC protocols. It can be used to - connect to IRC channels using any XMPP client as if these channels were XMPP - MUCs. + 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. . - 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. + It is written in modern C++14 and makes great efforts to have as little + dependencies and to be as simple as possible. . - If IRC is the limiting factor then biboumi doesn’t try to work around this - issue. An important goal of the tool is to keep the software light and simple. \ No newline at end of file + 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. -- cgit v1.2.3 From 1cdf5bed179f42d1ccc8a786c82bdaa3025bac61 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Dec 2016 00:59:57 +0100 Subject: Prepare for release: Update changelog, control file, and copyright hints. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 9d232df..6f2d755 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ Build-Depends: cdbs, libexpat1-dev, libidn11-dev, libsystemd-dev, - libc-ares, - -dev, + libc-ares-dev, libbotan1.10-dev Maintainer: Debian VoIP Team -Uploaders: Vasudev Kamath - Jonas Smedegaard +Uploaders: Jonas Smedegaard , + Vasudev Kamath +Standards-Version: 3.9.6 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/ -- cgit v1.2.3 From 8c575094d24d52faa64238d78f849577faaf1bab Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 7 Jan 2017 12:57:52 +0100 Subject: Prepare for release: Update changelog and control file. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 6f2d755..93c3f4f 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: cdbs, Maintainer: Debian VoIP Team Uploaders: Jonas Smedegaard , Vasudev Kamath -Standards-Version: 3.9.6 +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/ -- cgit v1.2.3