aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2022-08-12 01:14:56 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-08-12 04:44:48 +0200
commit5341e046a74e3472f501ce2d6ccd998898093787 (patch)
tree34eaf8fa29661c0883f5a288b76b6ed23d7423b3
parentc0f760790ec981ba0c30738f3f4d06623b088ee9 (diff)
debian/control: fix confusion in description
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d1f8b43..ca7eaa6 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libosmo-gtlv0 (= ${binary:Version})
-Description: Development headers for libosmo-gtlv
+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
particular contains the files for compiling a program using this library.
@@ -80,7 +80,7 @@ Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libosmo-pfcp0 (= ${binary:Version})
-Description: Development headers for libosmo-pfcp
+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
contains the files for compiling a program using this library.