diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 10:28:53 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 10:28:53 -0700 |
commit | 76f9ada287c11d847ad3c58ca47325e0993e3f8d (patch) | |
tree | 804590b58b5b523e01d1e36d72c146edee7691a1 /debian | |
parent | 15dc850144375cf53e85d6b5a2e9cbbca3eec3ca (diff) | |
download | vyatta-op-76f9ada287c11d847ad3c58ca47325e0993e3f8d.tar.gz vyatta-op-76f9ada287c11d847ad3c58ca47325e0993e3f8d.zip |
Add dependency on perl libtimedate
Need Date::Format for shutdown gettime code, and generaly
useful in future.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 22f83b1..8c1d468 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Depends: sed (>= 4.1.5), less, libio-prompt-perl, at, - net-tools + net-tools, + libtimedate-perl Suggests: util-linux (>= 2.13-5), ncurses-bin (>= 5.5-5), Description: bash operational command completion |