From d542a41e7c65c4646a32f4db1d7d561bca6cb456 Mon Sep 17 00:00:00 2001 From: Henry Stern Date: Thu, 9 Jan 2014 14:26:19 +0000 Subject: [PATCH] add missing build-deps for boost --- debian/control | 6 +++++- debian/rules | 0 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 debian/rules diff --git a/debian/control b/debian/control index 1609490c5..e6901cf73 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,11 @@ Maintainer: A. Anonymous Build-Depends: debhelper (>= 5), cmake, make, libssl-dev, libboost-dev, - libboost-system-dev + libboost-system-dev, + libboost-thread-dev, + libboost-test-dev, + libboost-date-time-dev, + libboost-program-options-dev Standards-Version: 3.7.2 Package: cassandra0 diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755