From f314a833ae53a2bd6990a7d3583254ce3f26d7db Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Fri, 31 Oct 2008 14:14:22 -0700
Subject: [PATCH] Add libncurses5-dev as build dependency for openflow.

---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index f80099c44..d037629b3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,7 @@ Source: openflow
 Section: net
 Priority: extra
 Maintainer: OpenFlow Team <openflow-dev@lists.stanford.edu>
-Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl
+Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev
 Standards-Version: 3.7.3
 
 Package: openflow-datapath-source
-- 
2.47.0