From bbe146e8d454a6d5b9fc29a8f7c5f48b5d0d8d49 Mon Sep 17 00:00:00 2001 From: hagen Date: Mon, 22 Sep 2014 22:40:11 +0000 Subject: [PATCH] * debian/control : enforce minimal version of compiler and cmake --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0808cb74..98312c87 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: i2pd Section: net Priority: extra Maintainer: hagen -Build-Depends: debhelper (>= 8.0.0), cmake, dpkg-dev (>= 1.16.1~), +Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~), + cmake (>= 2.8), gcc (>= 4.6) | clang (>= 3.3), libboost-regex-dev, libboost-system-dev (>= 1.46), libboost-date-time-dev,