summaryrefslogtreecommitdiff
path: root/debian
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
downloadbiboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.gz
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.bz2
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.tar.xz
biboumi-dfb3a6edfacf2f16a8a63690b3e8058b6295d1a3.zip
Initial debian packaging.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control34
-rw-r--r--debian/control.in26
-rw-r--r--debian/copyright12
-rw-r--r--debian/copyright_hints0
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
9 files changed, 92 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8985617
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+biboumi (3.0-1) unstable; urgency=medium
+
+ * Initial Release.
+ Closes: bug#841773.
+
+ -- Vasudev Kamath <vasudev@copyninja.info> Sun, 23 Oct 2016 20:36:23 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9 \ No newline at end of file
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 <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
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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7e82607
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: biboumi
+Upstream-Contact: https://lab.louiz.org/louiz/biboumi/issues
+Source: https://lab.louiz.org/louiz/biboumi
+
+Files: debian/*
+Copyright: 2016, Vasudev Kamath <vasudev@copyninja.info>
+ 2016, Jonas Smedegaard <dr@jones.dk>
+License: GPL-3+
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/copyright_hints
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..371995f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+include /usr/share/cdbs/1/class/cmake.mk
+
+dev-deps = expat1 idn11 systemd c-ares
+CDBS_BUILD_DEPENDS += , uuid-dev
+CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps))
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b3046f4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://lab.louiz.org/louiz/biboumi/tags .*/archive@ARCHIVE_EXT@\?ref=@ANY_VERSION@ \ No newline at end of file