aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2022-08-12 01:44:59 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-08-12 04:44:48 +0200
commit0105e13531a00deddf75d62a880da463462c07d5 (patch)
tree21ea42bc64912448c735d6f0401b4eeff50b8cb7
parent5341e046a74e3472f501ce2d6ccd998898093787 (diff)
debian: fix missing dep gtlv0 <- pfcp0
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ca7eaa6..c5d9f04 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,8 @@ Section: libs
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 @@ Architecture: any
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