diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-05-28 17:49:54 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-05-28 17:55:51 +0200 |
commit | 572fc2d3441ff5ddbf361b2e815910d79fa4f66d (patch) | |
tree | 88c4509aeb8288c429a1641e9c8e7333fe7fef36 /debian/control | |
parent | 05d3278c0e9638c0ea625edf8deaca0d435c9d0a (diff) |
debian: Add libosmoctrl-doc sub-package
This fixes the debian package builds for libosmocore.git
Change-Id: I454e3c0175ab5a89e8925e036a3644299367df0f
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 912582b0..1de0ceb2 100644 --- a/debian/control +++ b/debian/control @@ -261,6 +261,21 @@ Description: Osmo control library . The libosmoctrl library in particular contains an SNMP-like status interface. +Package: libosmoctrl-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + libosmoctrl0, + libjs-jquery +Description: Documentation for the Osmocom CTRL library + This is part of the libosmocore "meta"-library. The libosmocore library + contains various utility functions that were originally developed as part of + the OpenBSC project, but which are of a more generic nature and thus useful to + (at least) other programs that are developed in the sphere of Free Software / + Open Source mobile communication. + . + This package contains the documentation for the libosmoctrl library. + Package: libosmosim0 Section: libs Architecture: any |