From c89a35bc8bb74d7d743c47839cda0159c77b0773 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Tue, 28 Sep 2010 10:39:49 +0200
Subject: [PATCH] Add missing build requirement in Debian package.

---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 684632d..9eca5ec 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Maintainer: Thomas Moulard <thomas.moulard@gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.6),
 	       doxygen (>= 1.6.3),
 	       pkg-config (>= 0.22),
-	       libboost-dev (>= 1.33.1)
+	       libboost-dev (>= 1.33.1),
+	       libboost-thread-dev (>= 1.33.1)
 Standards-Version: 3.8.4
 #Vcs-Git:
 #Vcs-browser:
-- 
GitLab