osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/39029?usp=email )
Change subject: debian/control: add missing deps to -dev pkgs ......................................................................
debian/control: add missing deps to -dev pkgs
Require libosmocore: * libosmo-csn1.pc.in * libosmo-gprs-gmm.pc.in * libosmo-gprs-rlcmac.pc.in * libosmo-grps-sm.pc.in * libosmo-gprs-sndcp.pc.in * libosmo-gprs-llc.pc.in
Require libosmogsm, talloc: * libosmo-gprs-llc.pc.in
Change-Id: I1615565365e312244bc4658695344c5a312b5c91 --- M debian/control 1 file changed, 7 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
diff --git a/debian/control b/debian/control index f5f7c9c..ffed53e 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,7 @@ Multi-Arch: same Section: libdevel Depends: libosmo-csn1-0 (= ${binary:Version}), + libosmocore-dev, ${misc:Depends} Description: Development headers and libraries for the Osmocom CSN.1 codec
@@ -65,6 +66,7 @@ Multi-Arch: same Section: libdevel Depends: libosmo-gprs-gmm0 (= ${binary:Version}), + libosmocore-dev, ${misc:Depends} Description: Development headers and libraries for libosmo-gprs-gmm
@@ -90,6 +92,8 @@ Multi-Arch: same Section: libdevel Depends: libosmo-gprs-llc0 (= ${binary:Version}), + libosmocore-dev, + libtalloc-dev, ${misc:Depends} Description: Development headers and libraries for libosmo-gprs-llc
@@ -115,6 +119,7 @@ Multi-Arch: same Section: libdevel Depends: libosmo-gprs-rlcmac0 (= ${binary:Version}), + libosmocore-dev, ${misc:Depends} Description: Development headers and libraries for libosmo-gprs-rlcmac
@@ -140,6 +145,7 @@ Multi-Arch: same Section: libdevel Depends: libosmo-gprs-sndcp0 (= ${binary:Version}), + libosmocore-dev, ${misc:Depends} Description: Development headers and libraries for libosmo-gprs-sndcp
@@ -165,5 +171,6 @@ Multi-Arch: same Section: libdevel Depends: libosmo-gprs-sm0 (= ${binary:Version}), + libosmocore-dev, ${misc:Depends} Description: Development headers and libraries for libosmo-gprs-sm