deb: fix build by adding libosmogb doc package

Change-Id: I3fe45feaee4033c17e25c4c0552d54a81d9b44f5
Fixes: OS#2340
This commit is contained in:
Max 2017-06-27 13:51:02 +02:00
parent 52a881e98a
commit 70861e33d2
4 changed files with 24 additions and 0 deletions

15
debian/control vendored
View File

@ -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

7
debian/libosmogb-doc.doc-base vendored Normal file
View File

@ -0,0 +1,7 @@
Document: libosmogb-doc
Title: Documentation for the libosmogb library
Section: Programming
Format: HTML
Index: /usr/share/doc/libosmocore/gb/html/index.html
Files: /usr/share/doc/libosmocore/gb/html/*.html

1
debian/libosmogb-doc.install vendored Normal file
View File

@ -0,0 +1 @@
usr/share/doc/libosmocore/gb/

1
debian/rules vendored
View File

@ -53,5 +53,6 @@ override_dh_clean:
$(RM) -r doc/codec/
$(RM) -r doc/core/
$(RM) -r doc/gsm/
$(RM) -r doc/gb/
$(RM) -r doc/vty/html/
$(RM) -r doc/vty/latex/