summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-24 10:15:03 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-24 10:15:03 +0200
commit26fd7fad5a38a7488c304139d7b54aec616fb396 (patch)
tree153ce7e773f140bb3b8b3d5ba55f568b4a61f6bf /debian/rules
parent1733b723e5d7f02f2aa52c7e9e2ff20f029b7d86 (diff)
downloadbiboumi-26fd7fad5a38a7488c304139d7b54aec616fb396.tar.gz
biboumi-26fd7fad5a38a7488c304139d7b54aec616fb396.tar.bz2
biboumi-26fd7fad5a38a7488c304139d7b54aec616fb396.tar.xz
biboumi-26fd7fad5a38a7488c304139d7b54aec616fb396.zip
Update package relations: Build-depend on libgcrypt20-dev (and not libbotan1.10-dev: too old).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c77f2a1..03709e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,8 @@ include /usr/share/cdbs/1/class/cmake.mk
pkg = $(DEB_SOURCE_PACKAGE)
-dev-deps = expat1 idn11 systemd udns botan1.10
+# TODO: Build-dpend on libbotan1.11-dev or libbotan2.0 when available
+dev-deps = expat1 idn11 systemd udns gcrypt20
CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc
CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps))