osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/29/39029/1
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
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/39029?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I1615565365e312244bc4658695344c5a312b5c91
Gerrit-Change-Number: 39029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>