Control: reopen -1 Hi,
On Thu, 31 Jan 2019 16:06:04 +0000 Keng-Yu Lin <[email protected]> wrote: > [Giovanni Mascellani] > * Fix some API usages that changed between Boost 1.62 and > Boost 1.67 (Closes: #914146) You still need to update your build-depends to use the non-versioned boost packages: Build-Depends: [...], libboost-system1.62-dev, libboost-filesystem1.62-dev, libboost-program-options1.62-dev, [...] Those should become e.g. libboost-system-dev and so on. Cheers, Emilio

