summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Winstein <keithw@mit.edu>2012-04-22 16:40:57 -0400
committerKeith Winstein <keithw@mit.edu>2012-04-22 16:40:57 -0400
commit261a389a76d371034daae8f4cdcc1bdbc1b3b101 (patch)
tree7a8f1dfc1fb708978c0cc32b16f29bdf88b1724c
parentb6736eb0a5db212a536e10bca241ea9a09ec56c3 (diff)
Restore zlib build dependency (as libprotobuf-dev doesn't depend on it)
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 8f34ff3..c3c20f3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mosh
Section: net
Priority: optional
Maintainer: Keith Winstein <keithw@mit.edu>
-Build-Depends: debhelper (>= 7.0.50), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf, pkg-config, libutempter-dev, libncurses5-dev
+Build-Depends: debhelper (>= 7.0.50), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev
Standards-Version: 3.9.3
Homepage: http://mosh.mit.edu
Vcs-Git: git://github.com/keithw/mosh.git