From f8cc92151e0c710c65da2089c9af70fd8cd230b5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 20 Dec 2018 19:31:11 -0500 Subject: Get rid of a hardcoded versioned package dependency. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index ef5ab31..7a8fd58 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, - libboost-filesystem1.55-dev | libboost-filesystem1.62-dev, libapt-pkg-dev, libtool, flex, + libboost-filesystem-dev (>= 1.62), libapt-pkg-dev, libtool, flex, bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd Standards-Version: 3.9.1 -- cgit v1.2.3 From ce3348cbf45cff89a50c72180d0b554cc8cf733e Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Sun, 23 Dec 2018 22:05:23 +0100 Subject: 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 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 -- cgit v1.2.3