[Pkg-voip-commits] [linphone] 14/14: use mbedtls instead of polarssl

Johannes Schauer josch-guest at moszumanska.debian.org
Sun Apr 23 06:01:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

josch-guest pushed a commit to branch master
in repository linphone.

commit c6f82bdb66196bd1012dd4d24c9b560f301e8a4a
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Fri Apr 21 17:34:31 2017 +0200

    use mbedtls instead of polarssl
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 2 --
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bdd9a07..52cc1ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ linphone (3.11.1-1) UNRELEASED; urgency=low
   * remove libortp* and libmediastreamer* from source package as those
     packages moved to their own source packages, respectively
   * upstream renamed README to README.md -> adapt debian/*.docs
+  * add build dependency on libmbedtls-dev
 
  -- Felix Lechner <felix.lechner at gmail.com>  Fri, 03 Jul 2015 17:24:11 -0700
 
diff --git a/debian/control b/debian/control
index a2f84c7..952d827 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Build-Depends: debhelper (>= 9),
  bctoolbox-dev,
  libortp-dev (>= 1:0.24.0),
  libmediastreamer-base-dev (>= 1:2.11.0),
- libmediastreamer-voip-dev (>= 1:2.11.0)
+ libmediastreamer-voip-dev (>= 1:2.11.0),
+ libmbedtls-dev
 #
 # Requires updated libsrtp-dev
 # libsrtp-dev [!hurd-any !sparc], libzrtpcpp-dev (>= 2.1),
diff --git a/debian/rules b/debian/rules
index 6d7ef77..94a30e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-ipv6 \
 		--enable-ldap \
-		--disable-lime \
-		--without-polarssl \
 		--disable-strict $(CONFIGURE_ARGS)
 
 override_dh_makeshlibs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/linphone.git



More information about the Pkg-voip-commits mailing list