From 3e66be59864f95cc1ef9418f5e095452d07c2ea1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 17 Dec 2019 15:37:39 +0100 Subject: [PATCH] debian/control: Add missing Build-Requires libosmo-simtrace2 In Change-Id Idf5a861f4dacbec3c664f4ced6e03d8662c73112 we introduced the use of libosmo-simtrace2 (from simtrace2.git). Our configure script checks for it properly, but the debian/control wasn't updated. Change-Id: I875f9d6d06d806fb9f9264840a65934fb0e99972 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 7638015..468fb0a 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9), libcsv-dev, libosmocore-dev, libosmo-abis-dev, + libosmo-simtrace2, libpcsclite-dev, libusb-1.0-0-dev, libulfius-dev,