From 5af922f2492e40d67f0592240d4c885e47c9acc4 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 22 Aug 2022 11:33:44 +0200 Subject: [PATCH] debian/control: move -dev deps of libosmo-gtlv-dev Only the -dev package of libosmo-gtlv should depend on other -dev packages. Change-Id: I4a7ba317e54f7f19d0947e95f7ab0b4f1e8fd43a --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c5d9f04..1d4822d 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,6 @@ Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libosmocore-dev (>= 1.7.0), - libtalloc-dev (>= 2.1.0) Pre-Depends: ${misc:Pre-Depends} Description: Generic TLV and TLIV protocol support Decoding, encoding and logging of protocols using a Tag-Length-Value and/or @@ -45,7 +43,9 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - libosmo-gtlv0 (= ${binary:Version}) + libosmo-gtlv0 (= ${binary:Version}), + libosmocore-dev (>= 1.7.0), + libtalloc-dev (>= 2.1.0) Description: Development files for libosmo-gtlv libosmo-gtlv implements decoding, encoding and logging of protocols using a Tag-Length-Value and/or Tag-Length-Instance-Value structure. This package in