neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29052 )
Change subject: debian: fix missing dep gtlv0 <- pfcp0
......................................................................
debian: fix missing dep gtlv0 <- pfcp0
Change-Id: I8af60305543b06b74859e83b840b171d29af1abd
---
M debian/control
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/52/29052/1
diff --git a/debian/control b/debian/control
index ca7eaa6..c5d9f04 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,8 @@
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libosmo-gtlv0 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: PFCP protocol support
Decoding, encoding and endpoint implementation of the Packet Forwarding Control
Protocol
@@ -79,7 +80,8 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmo-pfcp0 (= ${binary:Version})
+ libosmo-pfcp0 (= ${binary:Version}),
+ libosmo-gtlv-dev (= ${binary:Version})
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/+/29052
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I8af60305543b06b74859e83b840b171d29af1abd
Gerrit-Change-Number: 29052
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange