laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29184 )
Change subject: debian/control: move -dev deps of libosmo-gtlv-dev ......................................................................
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 --- M debian/control 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/debian/control b/debian/control index c5d9f04..1d4822d 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,6 @@ 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 @@ 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