From 3135cd6623c924fa3ec51920acde78e1b747ddc1 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Mon, 11 Nov 2019 08:34:52 +0100 Subject: [PATCH] Fix broken dependencies in Debian packages --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9a37e4377..9b3ae5308 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,6 @@ Vcs-Browser: https://github.com/borglab/gtsam Package: libgtsam-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-serialization-dev, libboost-system-dev, libboost-filesystem-dev, libboost-thread-dev, libboost-program-options-dev, libboost-date-time-dev, libboost-timer-dev, libboost-chrono-dev, libboost-regex-dev Description: Georgia Tech Smoothing and Mapping Library gtsam: Georgia Tech Smoothing and Mapping library for SLAM type applications