diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-03-03 10:23:03 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-03-03 10:23:03 -0500 |
commit | c18b9618f4577fb80b07a0471f19a11ed2b3dfcb (patch) | |
tree | 943883a5b252b631bb34bcaece440f11cc300bfa /debian | |
parent | 918b53841364a016eec0e2996640c471f738e93b (diff) | |
download | vyatta-op-c18b9618f4577fb80b07a0471f19a11ed2b3dfcb.tar.gz vyatta-op-c18b9618f4577fb80b07a0471f19a11ed2b3dfcb.zip |
New implementation of the version display command (ref T6).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5a896d3..8744266 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-op (0.14.0+vyos2+current2) unstable; urgency=medium + + * New implementation of "run show version" + + -- <daniil@baturin.org> Thu, 03 Mar 2016 09:57:48 -0500 + vyatta-op (0.14.0+vyos2+current1) unstable; urgency=medium [ Thomas Jepp ] diff --git a/debian/control b/debian/control index 1046c54..6062453 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Depends: sed (>= 4.1.5), libtimedate-perl, usbutils, lsscsi, - hvinfo + hvinfo, + python-pystache Suggests: util-linux (>= 2.13-5), ncurses-bin (>= 5.5-5), dialog |