diff options
author | Max <msuraev@sysmocom.de> | 2017-06-27 13:51:02 +0200 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-06-27 13:57:56 +0200 |
commit | 70861e33d2c9c65fec19c7ec8328cad67a74e3f4 (patch) | |
tree | 776e899ff1229bad564d98bd9ec6b8029674fdd1 /debian/control | |
parent | 52a881e98a77ec939bdeddadbba9d47e7a7ec32e (diff) |
deb: fix build by adding libosmogb doc package
Change-Id: I3fe45feaee4033c17e25c4c0552d54a81d9b44f5
Fixes: OS#2340
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 9b3761b3..b19448e1 100644 --- a/debian/control +++ b/debian/control @@ -162,6 +162,21 @@ Description: Osmo GPRS GB library The libosmogb library in particular contains a GPRS BSSGP protocol implementation. +Package: libosmogb-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + libosmogb4, + libjs-jquery +Description: Documentation for the Osmo GPRS Gb 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 libosmogb library. + Package: libosmogsm7 Section: libs Architecture: any |