Skip to content

Commit

Permalink
Add missing dependencies to debian/control
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Feb 9, 2012
1 parent 7d2bfcd commit e67f6c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
mosh (0.91a-0ubuntu1) oneiric; urgency=low

* Add missing dependencies to debian/control

-- Keith Winstein <keithw@mit.edu> Thu, 09 Feb 2012 09:34:18 -0500

mosh (0.91-0ubuntu1) oneiric; urgency=low

* Version 0.91 released.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -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,
Expand Down

0 comments on commit e67f6c5

Please sign in to comment.