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/control | |
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/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 724c60b..8a61261 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Build-Depends: cdbs, libexpat1-dev, libidn11-dev, libsystemd-dev, - libudns-dev + libudns-dev, + libgcrypt20-dev Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org> Uploaders: Jonas Smedegaard <dr@jones.dk>, Vasudev Kamath <vasudev@copyninja.info> |