diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-10 02:21:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-10 02:44:34 +0200 |
| commit | 52013637f96249132ea112891a05eb4a81ff6056 (patch) | |
| tree | f7aa187fd9f666b13ae5ae11f1c48127891d3328 /debian/control | |
| parent | 17c84719248b18a738815b341884b5fa89d34bff (diff) | |
Build and install nmtui, a curses-based interface for easier console operation.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 775d3485..44f4c9fa 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends: debhelper (>= 9), libglib2.0-doc, libmm-glib-dev (>= 0.7.991), libndp-dev, - libreadline-dev + libreadline-dev, + libnewt-dev (>= 0.52.15) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=summary |