aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-02-07 02:31:13 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-02-07 02:31:13 -0500
commit79eac2a875df055b9d3274cde69dea6c0bec1e83 (patch)
treee6b74b299f093029481a32b456b120bd53fcc200 /debian
parente0895114a81dadb890d1030dbe74f31412ae97a7 (diff)
Add pkg-config to build-dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5d2f587..b4251bb 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 (>= 8.0.0), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf, pkg-config
Standards-Version: 3.9.2
Homepage: http://mosh.mit.edu
Vcs-Git: git://github.com/keithw/mosh.git
@@ -11,7 +11,7 @@ Vcs-Browser: http://github.com/keithw/mosh
Package: mosh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf-lite7
-Description: Remote terminal with local echo and IP roaming
+Description: Mobile shell that supports roaming and intelligent local echo
Mosh is a remote terminal application that supports:
- intermittent network connectivity,
- roaming to different IP address without dropping the connection, and