From 745e7ae82bc41fdd470cb566241c1fde2a25306a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 1 Feb 2017 22:09:58 +0100 Subject: Remove everything related to botan 1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because biboumi doesn’t work at all with botan 1.10. Only botan 1.11.x and 2.x are supported. Until one of these version is packaged in debian, biboumi doesn’t support TLS. --- debian/control | 3 +-- debian/rules | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 93c3f4f..0052b4c 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,7 @@ Build-Depends: cdbs, libexpat1-dev, libidn11-dev, libsystemd-dev, - libc-ares-dev, - libbotan1.10-dev + libc-ares-dev Maintainer: Debian VoIP Team Uploaders: Jonas Smedegaard , Vasudev Kamath diff --git a/debian/rules b/debian/rules index dc34d8b..10aa31e 100755 --- a/debian/rules +++ b/debian/rules @@ -24,14 +24,10 @@ include /usr/share/cdbs/1/class/cmake.mk pkg = $(DEB_SOURCE_PACKAGE) -dev-deps = expat1 idn11 systemd c-ares botan1.10 +dev-deps = expat1 idn11 systemd c-ares CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps)) -DEB_CMAKE_EXTRA_FLAGS = \ - -DBOTAN_LIBRARIES="$(shell pkg-config botan-1.10 --libs-only-L)" \ - -DBOTAN_INCLUDE_DIRS="$(shell pkg-config botan-1.10 --cflags-only-I)" - DEB_MAKE_CHECK_TARGET = check DEB_INSTALL_CHANGELOGS_ALL += CHANGELOG.rst -- cgit v1.2.3