From 467cfd35f0d5b4959fce54003f3fd0124a273196 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 12 Feb 2016 10:57:58 +0100 Subject: [PATCH] add missing pkg-config to build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d4deaad..102828d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: codecrypt Section: utils Priority: optional Maintainer: Mirek Kratochvil -Build-Depends: debhelper (>= 9), autotools-dev, libgmp-dev, libcrypto++-dev, libfftw3-dev +Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libgmp-dev, libcrypto++-dev, libfftw3-dev Standards-Version: 3.9.6 Homepage: http://e-x-a.org/codecrypt