From 05b9eabb4b8db3d218b3ca0bbb1769d40c0e75dd Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 11 Apr 2014 19:43:00 +0200 Subject: debian: baresip now needs libre v0.4.8 or later --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3e0a017..51071ac 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: comm Priority: optional Maintainer: Alfred E. Heggestad Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9.20120311), librem-dev (>= 0.4.5), libre-dev (>= 0.4.5), libasound2-dev, libavformat-dev, libavdevice-dev +Build-Depends: debhelper (>= 9.20120311), librem-dev (>= 0.4.5), libre-dev (>= 0.4.8), libasound2-dev, libavformat-dev, libavdevice-dev Homepage: http://www.creytiv.com/ Package: baresip Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, librem (>= 0.4.5), libre (>= 0.4.5) +Depends: ${shlibs:Depends}, ${misc:Depends}, librem (>= 0.4.5), libre (>= 0.4.8) Description: Modular SIP User-Agent with audio and video support Design goals: . -- cgit v1.2.3 From 1790b152bbe7f97906603f53e64172fad273a5e7 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 11 Apr 2014 21:37:39 +0200 Subject: dtmfio: include unistd for unlink() --- modules/dtmfio/dtmfio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dtmfio/dtmfio.c b/modules/dtmfio/dtmfio.c index 5d9534c..a364c80 100644 --- a/modules/dtmfio/dtmfio.c +++ b/modules/dtmfio/dtmfio.c @@ -52,6 +52,7 @@ * + Clean up build output so there aren't errors regarding unused vars */ +#include #include #include #include -- cgit v1.2.3