diff options
author | louiz’ <louiz@louiz.org> | 2017-03-06 03:00:56 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-06 03:00:56 +0100 |
commit | ef3c6c28dd1f58ad60928487115a9124ffb99266 (patch) | |
tree | f88cc63083d7de7a02b4b744d9cd68b425c58e3c /debian/rules | |
parent | f45854d88fd925d09e3736be645ad85cfd4f865d (diff) | |
download | biboumi-ef3c6c28dd1f58ad60928487115a9124ffb99266.tar.gz biboumi-ef3c6c28dd1f58ad60928487115a9124ffb99266.tar.bz2 biboumi-ef3c6c28dd1f58ad60928487115a9124ffb99266.tar.xz biboumi-ef3c6c28dd1f58ad60928487115a9124ffb99266.zip |
Add the gcrypt (build) dependency
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 54e9271..8229cce 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ include /usr/share/cdbs/1/class/cmake.mk pkg = $(DEB_SOURCE_PACKAGE) -dev-deps = expat1 idn11 systemd udns0 +dev-deps = expat1 idn11 systemd udns0 gcrypt20 CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps)) |