diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-11-23 17:11:56 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-11-23 17:11:56 +0000 |
commit | 2fef9b9461cec9487f0df6648d8395b3475cb08e (patch) | |
tree | edae53ca54f4dbdc737dcc0442b44400d9044d38 | |
parent | c56e20b98438e33822244315249e3edf0e356593 (diff) | |
download | vyatta-cfg-2fef9b9461cec9487f0df6648d8395b3475cb08e.tar.gz vyatta-cfg-2fef9b9461cec9487f0df6648d8395b3475cb08e.zip |
Fix missing build depends and runtime depends. Add a runtime dependency on vyatta-quagga to ensure packages are configured in the right order.
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 91066ef..fe7cbb3 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, - libboost-filesystem1.42-dev, libapt-pkg-dev, libtool, flex, - bison, libperl-dev + libboost-filesystem1.55-dev, libapt-pkg-dev, libtool, flex, + bison, libperl-dev, autoconf, automake, pkg-config, cpio Standards-Version: 3.9.1 Package: vyatta-cfg @@ -19,6 +19,8 @@ Depends: sed (>= 4.1.5), libsocket6-perl, libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, + libboost-filesystem1.55.0, + vyatta-quagga, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), net-tools, @@ -42,7 +44,7 @@ Architecture: any Priority: optional Section: libdevel Depends: libvyatta-cfg1 (>=${binary:Version}), - libboost-filesystem1.42-dev + libboost-filesystem1.55-dev Description: libvyatta-cfg development package Development header and library files for the Vyatta configuration back-end library. |