From 30c7d4a242f4c17b42fbb979617ba824768f9d2d Mon Sep 17 00:00:00 2001 From: fberckel Date: Tue, 20 May 2008 20:34:43 +0000 Subject: [PATCH] Being more save in control file for older makefile versions (>= 1.8) --- campcaster/etc/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/etc/debian/control b/campcaster/etc/debian/control index 22118c19b..fa1b9faab 100644 --- a/campcaster/etc/debian/control +++ b/campcaster/etc/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 4.0.0), g++ (>= 3.3), libc6-dev, make (>= 3.80), - automake1.8 | automake, + automake1.8 | automake (>= 1.8), autoconf (>= 2.59), libtool, pkg-config (>= 0.15),