diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-11-07 21:12:57 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-11-07 21:12:57 +0100 |
commit | 5142338108ef9971777c904a00777adfe47d734b (patch) | |
tree | b2cd48833948eee87d964e4bdabfe728d448378a | |
parent | f051e369456abe92272da77ab5831d541e1eface (diff) | |
parent | cfc3fb4bb9cd7011dc420660d381597b9f5928c2 (diff) | |
download | vyatta-cfg-5142338108ef9971777c904a00777adfe47d734b.tar.gz vyatta-cfg-5142338108ef9971777c904a00777adfe47d734b.zip |
Merge remote-tracking branch 'upstream/current' into add-load-https-support
* upstream/current:
Revert "T441: Remove dependency on vyatta-quagga. This package should not depend on any routing stack anyway."
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index afb3243..2daa0f4 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Depends: sed (>= 4.1.5), libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, libboost-filesystem1.55.0 | libboost-filesystem1.62.0, + vyatta-quagga, libapt-pkg4.12, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), @@ -46,5 +47,5 @@ Section: libdevel Depends: libvyatta-cfg1 (>=${binary:Version}), libboost-filesystem1.55-dev | libboost-filesystem1.62-dev Description: libvyatta-cfg development package - Development header and library files for the VyOS configuration back-end + Development header and library files for the Vyatta configuration back-end library. |