summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2016-10-23 21:07:16 +0530
committerVasudev Kamath <vasudev@copyninja.info>2016-10-23 21:07:16 +0530
commitdfb3a6edfacf2f16a8a63690b3e8058b6295d1a3 (patch)
treebcce4d6827fa97d4a5b7183bbdd7ac15fc855097 /debian/control.in
downloadbiboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.gz
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.bz2
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.xz
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.zip
Initial debian packaging.
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..7df5321
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,26 @@
+Source: biboumi
+Section: net
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+ Jonas Smedegaard <dr@jones.dk>
+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