From 2fef9b9461cec9487f0df6648d8395b3475cb08e Mon Sep 17 00:00:00 2001 From: Thomas Jepp Date: Mon, 23 Nov 2015 17:11:56 +0000 Subject: Fix missing build depends and runtime depends. Add a runtime dependency on vyatta-quagga to ensure packages are configured in the right order. --- debian/control | 8 +++++--- 1 file 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 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. -- cgit v1.2.3