From b63a80b8ef1f2e95876e123a5092d71d56a58cbf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Nov 2014 18:33:54 +0000 Subject: [PATCH] Require cmake 2.8.4; skip squeeze --- IDMETA | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index a981aaf..c4ec3ff 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ NAME=zorba -DEBIAN_DIST="jessie wheezy squeeze" +DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos6" VERSION=3.0 diff --git a/debian/control b/debian/control index d4c3ba2..785c46d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 7), - cmake, + cmake (>= 2.8.4), pkg-config, wget, libxerces-c-dev, -- 1.7.10.4