From 80e41a8a4cc7486277de8280d1278c548c69daf5 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sun, 16 Feb 2020 10:21:34 +0100 Subject: [PATCH] Depend on pkg-config Or else the package will be built without libidn and libxcrypt. Closes: #950140 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3c99754..73d60ba 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: standard Maintainer: Marco d'Itri Standards-Version: 4.3.0.1 Rules-Requires-Root: no -Build-Depends: debhelper (>= 10), gettext, libidn2-dev (>= 2.0.3) +Build-Depends: debhelper (>= 10), gettext, pkg-config, libidn2-dev (>= 2.0.3) Vcs-Git: git://github.com/rfc1036/whois.git Vcs-Browser: https://github.com/rfc1036/whois