summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKim <UnicronNL@users.noreply.github.com>2017-08-28 10:52:05 +0200
committerGitHub <noreply@github.com>2017-08-28 10:52:05 +0200
commit631b04c197efd9b20e66fa57ea4869525557c013 (patch)
tree3344b55fd983871711e624e2c720afac189627ee /debian
parentbe1dfd64f53776d299651d5347041f17a805aba1 (diff)
downloadvyatta-cfg-631b04c197efd9b20e66fa57ea4869525557c013.tar.gz
vyatta-cfg-631b04c197efd9b20e66fa57ea4869525557c013.zip
option to install higher version of libboost-filesystem
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 51fda59..2daa0f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/net
Priority: extra
Maintainer: VyOS Package Maintainers <maintainers@vyos.net>
Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev,
- libboost-filesystem1.55-dev, libapt-pkg-dev, libtool, flex,
+ libboost-filesystem1.55-dev | libboost-filesystem1.62-dev, libapt-pkg-dev, libtool, flex,
bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd
Standards-Version: 3.9.1
@@ -19,7 +19,7 @@ Depends: sed (>= 4.1.5),
libsocket6-perl,
libvyatta-cfg1 (>=${binary:Version}),
unionfs-fuse,
- libboost-filesystem1.55.0,
+ libboost-filesystem1.55.0 | libboost-filesystem1.62.0,
vyatta-quagga,
libapt-pkg4.12,
${perl:Depends}, ${shlibs:Depends}
@@ -45,7 +45,7 @@ Architecture: any
Priority: optional
Section: libdevel
Depends: libvyatta-cfg1 (>=${binary:Version}),
- libboost-filesystem1.55-dev
+ libboost-filesystem1.55-dev | libboost-filesystem1.62-dev
Description: libvyatta-cfg development package
Development header and library files for the Vyatta configuration back-end
library.