From e67f6c5da788d7a4e9a2c67245cfab6395c89653 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Thu, 9 Feb 2012 09:36:01 -0500 Subject: [PATCH] Add missing dependencies to debian/control --- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c393d06..a1c850c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mosh], [0.9b], [mosh-devel@mit.edu]) +AC_INIT([mosh], [0.91a], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog index 09b1418..310bc25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (0.91a-0ubuntu1) oneiric; urgency=low + + * Add missing dependencies to debian/control + + -- Keith Winstein Thu, 09 Feb 2012 09:34:18 -0500 + mosh (0.91-0ubuntu1) oneiric; urgency=low * Version 0.91 released. diff --git a/debian/control b/debian/control index b4251bb..7cd7c36 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://github.com/keithw/mosh Package: mosh Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf-lite7 +Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf-lite7, libio-pty-perl, openssh-client Description: Mobile shell that supports roaming and intelligent local echo Mosh is a remote terminal application that supports: - intermittent network connectivity,