From e534db5d0667b8b111e24cca77f0cf6fee022f04 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 23 Aug 2018 13:21:46 +1000 Subject: [PATCH] Require automake 1.15 or later for building --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 91afb69..949a588 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, autopoint, pkg-config, libncursesw5-dev, gettext (>= 0.19.8), gperf +Build-Depends: debhelper (>= 10), automake (>= 1.15), autopoint, pkg-config, libncursesw5-dev, gettext (>= 0.19.8), gperf Standards-Version: 4.1.0 Homepage: https://www.zap.org.au/software/trader/ Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian