diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-12-23 22:24:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 22:24:24 +0100 |
commit | 4548d038b432984011315a0b69540b63fddf5bc9 (patch) | |
tree | bc193af1229652534637f2a96578360c12d9482a | |
parent | f8cc92151e0c710c65da2089c9af70fd8cd230b5 (diff) | |
parent | ce3348cbf45cff89a50c72180d0b554cc8cf733e (diff) | |
download | vyatta-cfg-4548d038b432984011315a0b69540b63fddf5bc9.tar.gz vyatta-cfg-4548d038b432984011315a0b69540b63fddf5bc9.zip |
Merge pull request #14 from runborg/current
T1134: libboost-filesystem 1.62 is not compatible with jessie
-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 |