osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/39030?usp=email )
Change subject: debian/control: add missing deps to -dev pkg
......................................................................
debian/control: add missing deps to -dev pkg
libosmo-pfcp.pc.in requires libosmocore, libosmogsm, talloc
Change-Id: Ide5cd1c481e57b94f3dc915b2a2fe86a2e224acf
---
M debian/control
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/30/39030/1
diff --git a/debian/control b/debian/control
index 6faa4d3..11ce537 100644
--- a/debian/control
+++ b/debian/control
@@ -81,7 +81,9 @@
Section: libdevel
Depends: ${misc:Depends},
libosmo-pfcp0 (= ${binary:Version}),
- libosmo-gtlv-dev (= ${binary:Version})
+ libosmo-gtlv-dev (= ${binary:Version}),
+ libosmocore-dev,
+ libtalloc-dev,
Description: Development files for libosmo-pfcp
libosmo-pfcp implements decoding, encoding and endpoint implementation of the
Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/39030?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ide5cd1c481e57b94f3dc915b2a2fe86a2e224acf
Gerrit-Change-Number: 39030
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>