aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-08-22 11:33:44 +0200
committerOliver Smith <osmith@sysmocom.de>2022-08-22 11:33:44 +0200
commit5af922f2492e40d67f0592240d4c885e47c9acc4 (patch)
treeedd9cba0ea0ee8e9b76a97eb79941d5a83195ffb
parent9ea4e4a1d6a965989dd048986728e60924f49389 (diff)
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
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index c5d9f04..1d4822d 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,6 @@ Architecture: any
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 @@ Architecture: any
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