diff options
author | Runar Borge <runar@borge.nu> | 2018-12-23 22:05:23 +0100 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2018-12-23 22:05:23 +0100 |
commit | ce3348cbf45cff89a50c72180d0b554cc8cf733e (patch) | |
tree | bc193af1229652534637f2a96578360c12d9482a /debian/control | |
parent | f8cc92151e0c710c65da2089c9af70fd8cd230b5 (diff) | |
download | vyatta-cfg-ce3348cbf45cff89a50c72180d0b554cc8cf733e.tar.gz vyatta-cfg-ce3348cbf45cff89a50c72180d0b554cc8cf733e.zip |
libboost-filesystem 1.62 is not compatible with jessie, updated to 1.55 as is shipped with jessie
Commit f8cc921(https://github.com/vyos/vyatta-cfg/commit/f8cc92151e0c710c65da2089c9af70fd8cd230b5) breaks compiling on jessie because the version expected is newer than found on jessie.
prior to this commit version 1.55 was allowed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7a8fd58..da9093e 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-filesystem-dev (>= 1.62), libapt-pkg-dev, libtool, flex, + libboost-filesystem-dev (>= 1.55), libapt-pkg-dev, libtool, flex, bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd Standards-Version: 3.9.1 |