summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2015-11-01 21:07:22 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2015-11-01 21:07:22 +0530
commit1a2611d7104d3160bb4e5eb72e93a3c057ccd423 (patch)
treef5d3090ae67dc2e4fd30038b1e1117e6104a6e66
parentfdb826c5a3c83058865e9a2b4fd4627e1262efeb (diff)
Initial debianization
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rw-r--r--debian/control.in29
-rw-r--r--debian/copyright24
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
7 files changed, 104 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9065814
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+baresip (0.4.15-1) unstable; urgency=medium
+
+ * Initial Release.
+ Closes: bug#673881
+
+ -- Vasudev Kamath <vasudev@copyninja.info> Sun, 01 Nov 2015 13:23:34 +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..a8030e6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: baresip
+Section: comm
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper (>= 9~),
+ dh-buildinfo
+Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+ Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>
+Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/baresip.git
+Homepage: http://www.creytiv.com/baresip.html
+
+Package: baresip
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: portable and modular SIP User-Agent with audio and video support
+ A modular SIP User-Agent with support for many IETF standards such as
+ SIP,SDP,RTP/RTCP,STUN,TURN,ICE. It supports both IPv4 and IPv6. It
+ has following features.
+ * Audio codecs: AMR, BV32, G.711, G.722, G.722.1, G.726, GSM, iLBC,
+ iSAC, L16, OPUS, Silk, Speex
+ * Video codecs: H.263, H.264, H.265, MPEG4, VP8
+ * Audio drivers: Alsa, Coreaudio, Gstreamer, OpenSLES, OSS,
+ Portaudio, Windows wave
+ * Video sources: FFmpeg avformat, MacOSX qtcapture, MacOSX
+ quicktime, Video4Linux and Video4Linux2, X11 Grabber
+ * Video output modules: OpenGL, SDL/SDL2, X11, DirectFB
+ * NAT Traversal modules: STUN, TURN, ICE, NAT-PMP
+ * Media encryption modules: SRTP, DTLS-SRTP, ZRTP \ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..02dffd5
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,29 @@
+Source: baresip
+Section: comm
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+ Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>
+Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/baresip.git
+Homepage: http://www.creytiv.com/baresip.html
+
+Package: baresip
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: portable and modular SIP User-Agent with audio and video support
+ A modular SIP User-Agent with support for many IETF standards such as
+ SIP,SDP,RTP/RTCP,STUN,TURN,ICE. It supports both IPv4 and IPv6. It
+ has following features.
+ * Audio codecs: AMR, BV32, G.711, G.722, G.722.1, G.726, GSM, iLBC,
+ iSAC, L16, OPUS, Silk, Speex
+ * Video codecs: H.263, H.264, H.265, MPEG4, VP8
+ * Audio drivers: Alsa, Coreaudio, Gstreamer, OpenSLES, OSS,
+ Portaudio, Windows wave
+ * Video sources: FFmpeg avformat, MacOSX qtcapture, MacOSX
+ quicktime, Video4Linux and Video4Linux2, X11 Grabber
+ * Video output modules: OpenGL, SDL/SDL2, X11, DirectFB
+ * NAT Traversal modules: STUN, TURN, ICE, NAT-PMP
+ * Media encryption modules: SRTP, DTLS-SRTP, ZRTP \ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7e31202
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: baresip
+Upstream-Contact: https://github.com/alfredh/baresip/issues/
+ Alfred E. Heggestad <aeh@db.org>
+Source: https://github.com/alfredh/baresip
+
+Files: *
+Copyright: (c) 2010-2014, Alfred E. Heggestad <aeh@db.org>
+ (c) 2010-2014, Richard Aas <richard@db.org>
+ (c) 2010-2014, creytiv.com
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: (c) 2015, Vasudev Kamath <vasudev@copyninja.info>
+ (c) 2015, Ramakrishnan Muthukrishnan <ram@rkrsihnan.org>
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any
+ later version.
+License: GPL-3+
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3 \ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fdb04d4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_UPSTREAM_URL = https://github.com/alfredh/baresip/archive
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
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