From fd878f2c4012e8d2ccf18b244cc920934bc71505 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 9 Jan 2020 09:26:52 +1100 Subject: [PATCH] Use pkgconf instead of pkg-config for building the package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 48b94a7..b5942be 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: trader Section: games Priority: optional Maintainer: John Zaitseff -Build-Depends: debhelper (>= 10), automake (>= 1.15), autopoint, pkg-config, libncursesw6-dev | libncursesw5-dev, gettext (>= 0.19.8), gperf +Build-Depends: debhelper (>= 10), automake (>= 1.15), autopoint, pkgconf, libncursesw6-dev | libncursesw5-dev, gettext (>= 0.19.8), gperf Standards-Version: 4.4.1 Homepage: https://www.zap.org.au/projects/trader/ Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian