diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-19 14:19:55 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-19 14:19:55 -0700 |
commit | a72a48c6e541665c2ae36520f78e7f30c6d72312 (patch) | |
tree | 2a0411251a199f442191adaf3a46090fbd050c92 /debian/control | |
parent | 607ab1113fd68be09b0bf40a8ae04a5a077aecfb (diff) | |
download | vyatta-op-a72a48c6e541665c2ae36520f78e7f30c6d72312.tar.gz vyatta-op-a72a48c6e541665c2ae36520f78e7f30c6d72312.zip |
fix linda/lintian detected errors
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 4f78114..3517600 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: vyatta-op -Section: net +Section: contrib/net Priority: extra Maintainer: Tom Grennan <tgrennan@vyatta.com> Build-Depends: debhelper (>= 5), autotools-dev @@ -7,7 +7,14 @@ Standards-Version: 3.7.2 Package: vyatta-op Architecture: all -Depends: bash, sed, procps, coreutils -Suggests: util-linux, net-tools, ethtool, ncurses-bin, ntpdate +Depends: bash (>= 3.1), + sed (>= 4.1.5), + procps (>= 1:3.2.7-3), + coreutils (>= 5.97-5.3) +Suggests: util-linux (>= 2.13-5), + net-tools, + ethtool, + ncurses-bin (>= 5.5-5), + ntpdate Description: bash operational command completion Vyatta operational command bash completion script and base templates |