summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-02-01 22:09:58 +0100
committerlouiz’ <louiz@louiz.org>2017-02-01 22:09:58 +0100
commit745e7ae82bc41fdd470cb566241c1fde2a25306a (patch)
treea6e849777b2bf38fd4d900c1916a32de20a88604
parent9e06f8f2a72f1439a2ab7399a1596803d391fa3e (diff)
downloadbiboumi-745e7ae82bc41fdd470cb566241c1fde2a25306a.tar.gz
biboumi-745e7ae82bc41fdd470cb566241c1fde2a25306a.tar.bz2
biboumi-745e7ae82bc41fdd470cb566241c1fde2a25306a.tar.xz
biboumi-745e7ae82bc41fdd470cb566241c1fde2a25306a.zip
Remove everything related to botan 1.10
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.
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules6
2 files changed, 2 insertions, 7 deletions
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 <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Vasudev Kamath <vasudev@copyninja.info>
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