summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-01-08 17:53:04 +0100
committerJonas Smedegaard <dr@jones.dk>2018-01-08 17:53:04 +0100
commit967b2ab0367cc205f5b68d0f0caf652e27550620 (patch)
tree40e4077ddb6454094e9ab7ccadffb69cc6413544 /debian
parent86d04e15d2e12602a1546f2252009ed55064d5dc (diff)
Prepare for release: Update changelog, control file, and copyright hints.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
-rw-r--r--debian/control9
-rw-r--r--debian/copyright_hints22
3 files changed, 42 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6593335..170af87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+baresip (0.5.7-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release.
+
+ [ Jonas Smedegaard ]
+ * Enable new MQTT module:
+ + Build-depend on libmosquitto-dev.
+ + Mention MQTT in long descriptions.
+ * Declare compliance with Debian Policy 4.1.3.
+ * Add TODO items about library packages and GZRTP module.
+ * Update copyright info: Extend coverage for myself.
+
+ -- Jonas Smedegaard <dr@jones.dk> Mon, 08 Jan 2018 17:52:59 +0100
+
baresip (0.5.6-1) unstable; urgency=medium
[ upstream ]
diff --git a/debian/control b/debian/control
index 5f840cc..82995b4 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: cdbs,
libtwolame-dev,
libvpx-dev,
libssl-dev,
+ libmosquitto-dev,
libevdev-dev [linux-any],
portaudio19-dev,
pkg-config,
@@ -46,7 +47,7 @@ Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>,
Vasudev Kamath <vasudev@copyninja.info>
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-voip/baresip.git
Homepage: http://www.creytiv.com/baresip.html
@@ -69,6 +70,7 @@ Description: portable and modular SIP user-agent - metapackage
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
This metapackage will install baresip and all its optional features.
@@ -91,6 +93,7 @@ Description: portable and modular SIP user-agent - core parts
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
Some of above features are provided in separate packages baresip-gtk,
baresip-ffmpeg, baresip-gstreamer and baresip-x11.
@@ -114,6 +117,7 @@ Description: portable and modular SIP user-agent - GTK+ front-end
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
This package provides a GTK+ front-end for baresip.
@@ -136,6 +140,7 @@ Description: portable and modular SIP user-agent - FFmpeg codecs and formats
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
This package integrates FFmpeg codecs and formats with baresip.
@@ -158,6 +163,7 @@ Description: portable and modular SIP user-agent - GStreamer pipelines
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
This package integrates GStreamer pipelines with baresip.
@@ -180,5 +186,6 @@ Description: portable and modular SIP user-agent - X11 features
* NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
* Media encryption modules: SRTP, DTLS-SRTP.
* DNS Service Discovery module: Avahi.
+ * Telemetry messaging module MQTT.
.
This package provides various X11-related features for baresip.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 27d7ef1..dfe3084 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -113,8 +113,18 @@ Files: Makefile
modules/gst_video/sdp.c
modules/gst_video1/module.mk
modules/gst_video1/sdp.c
+ modules/gzrtp/gzrtp.cpp
+ modules/gzrtp/messages.cpp
+ modules/gzrtp/module.mk
+ modules/gzrtp/session.cpp
+ modules/gzrtp/session.h
+ modules/gzrtp/srtp.cpp
+ modules/gzrtp/srtp.h
+ modules/gzrtp/stream.cpp
+ modules/gzrtp/stream.h
modules/h265/decode.c
modules/h265/encode.c
+ modules/h265/fmt.c
modules/h265/h265.c
modules/h265/h265.h
modules/h265/module.mk
@@ -138,6 +148,10 @@ Files: Makefile
modules/libsrtp/sdes.h
modules/libsrtp/srtp.c
modules/menu/module.mk
+ modules/mqtt/module.mk
+ modules/mqtt/mqtt.c
+ modules/mqtt/publish.c
+ modules/mqtt/subscribe.c
modules/mwi/module.mk
modules/mwi/mwi.c
modules/natbd/module.mk
@@ -186,8 +200,6 @@ Files: Makefile
modules/pulse/recorder.c
modules/qtcapture/module.mk
modules/qtcapture/qtcapture.m
- modules/quicktime/module.mk
- modules/quicktime/quicktime.c
modules/rst/audio.c
modules/rst/module.mk
modules/rst/rst.c
@@ -290,6 +302,7 @@ Files: Makefile
src/config.c
src/contact.c
src/core.h
+ src/event.c
src/h264.c
src/log.c
src/magic.h
@@ -360,6 +373,7 @@ License: UNKNOWN
FIXME
Files: debian/ARCHS_directfb
+ debian/TODO
debian/baresip-core.install
debian/baresip-core.lintian-overrides
debian/clean
@@ -389,8 +403,9 @@ Files: debian/ARCHS_directfb
modules/gst/README
modules/h265/README
modules/h265/TODO
- modules/h265/fmt.c
modules/h265/notes
+ modules/mqtt/README.md
+ modules/mqtt/mqtt.h
modules/omx/README
modules/snapshot/png_vf.c
modules/snapshot/png_vf.h
@@ -448,6 +463,7 @@ Files: debian/archs-update
debian/rules
Copyright: 2008, 2013-2014, 2017, Jonas Smedegaard <dr@jones.dk>
2016-2017, Jonas Smedegaard <dr@jones.dk>
+ 2016-2018, Jonas Smedegaard <dr@jones.dk>
License: GPL-3+
FIXME