osmith has uploaded this change for review.
debian/control: move -dev deps of libosmo-gtlv-dev
Only the -dev package of libosmo-gtlv should depend on other -dev
packages.
Change-Id: I4a7ba317e54f7f19d0947e95f7ab0b4f1e8fd43a
---
M debian/control
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/84/29184/1
diff --git a/debian/control b/debian/control
index c5d9f04..1d4822d 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,6 @@
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
- libosmocore-dev (>= 1.7.0),
- libtalloc-dev (>= 2.1.0)
Pre-Depends: ${misc:Pre-Depends}
Description: Generic TLV and TLIV protocol support
Decoding, encoding and logging of protocols using a Tag-Length-Value and/or
@@ -45,7 +43,9 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmo-gtlv0 (= ${binary:Version})
+ libosmo-gtlv0 (= ${binary:Version}),
+ libosmocore-dev (>= 1.7.0),
+ libtalloc-dev (>= 2.1.0)
Description: Development files for libosmo-gtlv
libosmo-gtlv implements decoding, encoding and logging of protocols using a
Tag-Length-Value and/or Tag-Length-Instance-Value structure. This package in
To view, visit change 29184. To unsubscribe, or for help writing mail filters, visit settings.